Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gree-patapata committed May 19, 2024
1 parent 79675cb commit 7b30623
Show file tree
Hide file tree
Showing 27 changed files with 144 additions and 30 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,76 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-20

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`patapata_apple_push_notifications` - `v1.1.0`](#patapata_apple_push_notifications---v110)
- [`patapata_core` - `v1.1.0`](#patapata_core---v110)
- [`patapata_firebase_analytics` - `v1.1.0`](#patapata_firebase_analytics---v110)
- [`patapata_firebase_auth` - `v1.1.0`](#patapata_firebase_auth---v110)
- [`patapata_firebase_core` - `v1.1.0`](#patapata_firebase_core---v110)
- [`patapata_firebase_crashlytics` - `v1.1.0`](#patapata_firebase_crashlytics---v110)
- [`patapata_firebase_messaging` - `v1.1.0`](#patapata_firebase_messaging---v110)
- [`patapata_firebase_remote_config` - `v1.1.0`](#patapata_firebase_remote_config---v110)
- [`patapata_riverpod` - `v1.1.0`](#patapata_riverpod---v110)
- [`patapata_sentry` - `v1.1.0`](#patapata_sentry---v110)

---

#### `patapata_apple_push_notifications` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_core` - `v1.1.0`

- **FEAT**: support flutter 3.22.0 by updating intl dependency constraints.
- **FEAT**: Adapt to the Privacy Manifest.
- **FEAT**: allow to choose whether to wait for microtasks, timers, and periodic timers in a SequentialWorkQueue, as well as ProviderModel's lock function.

#### `patapata_firebase_analytics` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_firebase_auth` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_firebase_core` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_firebase_crashlytics` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_firebase_messaging` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_firebase_remote_config` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_riverpod` - `v1.1.0`

- **FEAT**: Adapt to the Privacy Manifest.

#### `patapata_sentry` - `v1.1.0`

- **FIX**: patapata_sentry Invalid argument Instance of ReportRecord.
- **FIX**: patapata_sentry null exception.
- **FEAT**: Adapt to the Privacy Manifest.


## 2024-03-29

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_adjust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.1.8

patapata_core: ^1.0.2
patapata_core: ^1.1.0

adjust_sdk: ^4.38.0

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_apple_push_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_apple_push_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_apple_push_notifications
description: This package is a plugin for Patapata that adds support for Apple Push Notifications to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_apple_push_notifications

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_apps_flyer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

appsflyer_sdk: ^6.11.3

Expand Down
6 changes: 6 additions & 0 deletions packages/patapata_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0

- **FEAT**: support flutter 3.22.0 by updating intl dependency constraints.
- **FEAT**: Adapt to the Privacy Manifest.
- **FEAT**: allow to choose whether to wait for microtasks, timers, and periodic timers in a SequentialWorkQueue, as well as ProviderModel's lock function.

## 1.0.2

- **FIX**: patapata_core documentation, add widget_test.dart overwrite logic.
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_core
description: A collection of best-practices for building applications quickly and reliably.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_core

Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_example_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/patapata_firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_analytics
description: This package is a plugin for Patapata that adds support for Firebase Analytics to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_analytics

Expand All @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_firebase_core: ^1.0.2
patapata_firebase_core: ^1.1.0

firebase_analytics: ^10.10.1

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_auth
description: This package is a plugin for Patapata that adds support for Firebase Authentication to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_auth

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

firebase_auth: ^4.19.1

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_core
description: This package is a plugin for Patapata that adds support for Firebase to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_core

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

firebase_core: ^2.29.0

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_crashlytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/patapata_firebase_crashlytics/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_crashlytics
description: This package is a plugin for Patapata that adds support for Firebase Crashlytics to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_crashlytics

Expand All @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_firebase_core: ^1.0.2
patapata_firebase_core: ^1.1.0

firebase_crashlytics: ^3.5.1
stack_trace: ^1.11.0
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_firebase_dynamic_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_firebase_core: ^1.0.2
patapata_firebase_core: ^1.1.0

firebase_dynamic_links: ^5.5.1

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/patapata_firebase_messaging/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_messaging
description: This package is a plugin for Patapata that adds support for Firebase Cloud Messaging to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_messaging

Expand All @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_firebase_core: ^1.0.2
patapata_firebase_core: ^1.1.0

firebase_messaging: ^14.8.1
path_provider: ">=2.0.9 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_firebase_remote_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/patapata_firebase_remote_config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_firebase_remote_config
description: This package is a plugin for Patapata that adds support for Firebase Remote Config to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_remote_config

Expand All @@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_firebase_core: ^1.0.2
patapata_firebase_core: ^1.1.0

firebase_remote_config: ^4.4.1

Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_karte_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

karte_core: ^1.2.1
karte_in_app_messaging: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_karte_variables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

patapata_karte_core: ^1.0.0

Expand Down
4 changes: 4 additions & 0 deletions packages/patapata_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_riverpod
description: This package is a plugin for Patapata that adds support for Riverpod to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_riverpod

Expand All @@ -13,7 +13,7 @@ dependencies:
sdk: flutter

flutter_riverpod: ^2.5.1
patapata_core: ^1.0.2
patapata_core: ^1.1.0
riverpod_annotation: ^2.3.5

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/patapata_sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0

- **FIX**: patapata_sentry Invalid argument Instance of ReportRecord.
- **FIX**: patapata_sentry null exception.
- **FEAT**: Adapt to the Privacy Manifest.

## 1.0.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/patapata_sentry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: patapata_sentry
description: This package is a plugin for Patapata that adds support for Sentry to your Patapata app.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/tree/main/packages/patapata_sentry

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

patapata_core: ^1.0.2
patapata_core: ^1.1.0

sentry_flutter: ^7.9.0
sentry: ^7.9.0
Expand Down

0 comments on commit 7b30623

Please sign in to comment.