Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - patapata_apple_push_notifications@1.0.1
 - patapata_core@1.0.1
 - patapata_firebase_analytics@1.0.1
 - patapata_firebase_auth@1.0.1
 - patapata_firebase_core@1.0.1
 - patapata_firebase_crashlytics@1.0.1
 - patapata_firebase_messaging@1.0.1
 - patapata_firebase_remote_config@1.0.1
 - patapata_riverpod@1.0.1
 - patapata_sentry@1.0.1
  • Loading branch information
gree-patapata committed Mar 25, 2024
1 parent e06879d commit a08140e
Show file tree
Hide file tree
Showing 27 changed files with 138 additions and 30 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,70 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

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

---

#### `patapata_apple_push_notifications` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_core` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.
- **DOCS**: fix badge for github actions checks.

#### `patapata_firebase_analytics` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_firebase_auth` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_firebase_core` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_firebase_crashlytics` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_firebase_messaging` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_firebase_remote_config` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_riverpod` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

#### `patapata_sentry` - `v1.0.1`

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

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.5

patapata_core: ^1.0.0
patapata_core: ^1.0.1

adjust_sdk: ^4.33.1

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

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.0
patapata_core: ^1.0.1

appsflyer_sdk: ^6.11.3

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

- **DOCS**: fix the URL of the repository written in pubspec.yaml.
- **DOCS**: fix badge for github actions checks.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

# 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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

patapata_firebase_core: ^1.0.0
patapata_firebase_core: ^1.0.1

firebase_analytics: ^10.4.5

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

firebase_auth: ^4.2.5

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

firebase_core: ^2.15.1

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

patapata_firebase_core: ^1.0.0
patapata_firebase_core: ^1.0.1

firebase_crashlytics: ^3.3.5
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.0
patapata_core: ^1.0.1

patapata_firebase_core: ^1.0.0
patapata_firebase_core: ^1.0.1

firebase_dynamic_links: ^5.3.5

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

patapata_firebase_core: ^1.0.0
patapata_firebase_core: ^1.0.1

firebase_messaging: ^14.6.6
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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

patapata_firebase_core: ^1.0.0
patapata_firebase_core: ^1.0.1

firebase_remote_config: ^4.2.5

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.0
patapata_core: ^1.0.1

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.0
patapata_core: ^1.0.1

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.0.1

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.4.6
patapata_core: ^1.0.0
patapata_core: ^1.0.1
riverpod_annotation: ^2.3.1

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

- **DOCS**: fix the URL of the repository written in pubspec.yaml.

## 1.0.0

- initial release
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.0
version: 1.0.1
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.0
patapata_core: ^1.0.1

sentry_flutter: ^7.9.0
sentry: ^7.9.0
Expand Down

0 comments on commit a08140e

Please sign in to comment.