Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - katana_form@2.0.3
 - katana_localization@2.0.1
 - katana_localization_annotation@2.0.1
 - katana_localization_builder@2.0.1
 - masamune@2.0.5
 - masamune_picker_file@2.0.5
 - masamune_agora@2.0.5
 - masamune_ai_openai@2.0.5
 - masamune_calendar@2.0.5
 - masamune_picker@2.0.5
 - masamune_universal_ui@2.0.5
 - masamune_logger_firebase@2.0.5
 - masamune_picker_mobile@2.0.5
 - masamune_notification_firebase@2.0.5
 - masamune_builder@2.0.2
  • Loading branch information
mathrunet committed May 11, 2023
1 parent da0b355 commit da636e7
Show file tree
Hide file tree
Showing 40 changed files with 166 additions and 41 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`katana_form` - `v2.0.3`](#katana_form---v203)
- [`katana_localization` - `v2.0.1`](#katana_localization---v201)
- [`katana_localization_annotation` - `v2.0.1`](#katana_localization_annotation---v201)
- [`katana_localization_builder` - `v2.0.1`](#katana_localization_builder---v201)
- [`masamune` - `v2.0.5`](#masamune---v205)
- [`masamune_picker_file` - `v2.0.5`](#masamune_picker_file---v205)
- [`masamune_agora` - `v2.0.5`](#masamune_agora---v205)
- [`masamune_ai_openai` - `v2.0.5`](#masamune_ai_openai---v205)
- [`masamune_calendar` - `v2.0.5`](#masamune_calendar---v205)
- [`masamune_picker` - `v2.0.5`](#masamune_picker---v205)
- [`masamune_universal_ui` - `v2.0.5`](#masamune_universal_ui---v205)
- [`masamune_logger_firebase` - `v2.0.5`](#masamune_logger_firebase---v205)
- [`masamune_picker_mobile` - `v2.0.5`](#masamune_picker_mobile---v205)
- [`masamune_notification_firebase` - `v2.0.5`](#masamune_notification_firebase---v205)
- [`masamune_builder` - `v2.0.2`](#masamune_builder---v202)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

- `masamune` - `v2.0.5`
- `masamune_picker_file` - `v2.0.5`
- `masamune_agora` - `v2.0.5`
- `masamune_ai_openai` - `v2.0.5`
- `masamune_calendar` - `v2.0.5`
- `masamune_picker` - `v2.0.5`
- `masamune_universal_ui` - `v2.0.5`
- `masamune_logger_firebase` - `v2.0.5`
- `masamune_picker_mobile` - `v2.0.5`
- `masamune_notification_firebase` - `v2.0.5`
- `masamune_builder` - `v2.0.2`

---

#### `katana_form` - `v2.0.3`

- **FIX**: Remove unnecessary imports. ([25a4e5bd](https://github.com/mathrunet/flutter_masamune/commit/25a4e5bd1be8f4aa2e9768e35fb6749c43c323c9))

#### `katana_localization` - `v2.0.1`

- **FIX**: Delete unnecessary Imports. ([da0b355d](https://github.com/mathrunet/flutter_masamune/commit/da0b355d9b8b6f6d4dc2dc0fee9287420954397d))
- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))

#### `katana_localization_annotation` - `v2.0.1`

- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))

#### `katana_localization_builder` - `v2.0.1`

- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))


## 2023-05-11

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

- **FIX**: Remove unnecessary imports. ([25a4e5bd](https://github.com/mathrunet/flutter_masamune/commit/25a4e5bd1be8f4aa2e9768e35fb6749c43c323c9))

## 2.0.2

- **FIX**: Temporarily resolved Mixin problem. ([4b0b9ab4](https://github.com/mathrunet/flutter_masamune/commit/4b0b9ab4e24b8f5a62f7310615d54fe94aa0acca))
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_form/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_form
description: Package to provide FormController to define the use of forms and FormStyle to unify the look and feel of forms.
version: 2.0.2
version: 2.0.3
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_form

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

- **FIX**: Delete unnecessary Imports. ([da0b355d](https://github.com/mathrunet/flutter_masamune/commit/da0b355d9b8b6f6d4dc2dc0fee9287420954397d))
- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/katana_localization/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_localization
description: A multilingual package that automatically creates code that can retrieve data from Google spreadsheets and write type-safe code with method chaining.
version: 2.0.0
version: 2.0.1
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_localization

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

katana: ^2.0.0
katana_localization_annotation: ^2.0.0
katana_localization_annotation: ^2.0.1
dev_dependencies:
test: ^1.21.3
flutter_lints: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/katana_localization_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_localization_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_localization_annotation
description: Define annotations to use the Katana localization builder. Build with katana_localization_builder using this annotation.
version: 2.0.0
version: 2.0.1
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_localization_annotation

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

- **FIX**: Fixed a deprecated process. ([4b198fae](https://github.com/mathrunet/flutter_masamune/commit/4b198fae9fb8d16c3279cca4f6d1f13ba72453fe))

## 2.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/katana_localization_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_localization_builder
description: Building system for katana localization packages. Automatic localization file generation.
version: 2.0.0
version: 2.0.1
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_localization_builder

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
katana: ^2.0.0
katana_localization_annotation: ^2.0.0
katana_localization_annotation: ^2.0.1
build: ^2.3.0
dart_style: ^2.2.3
code_builder: ^4.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/masamune/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune
description: An application development framework centered on automatic code generation using build_runner.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune

Expand All @@ -23,8 +23,8 @@ dependencies:
katana_listenables: ^2.0.0
katana_router: ^2.0.1
katana_theme: ^2.0.0
katana_localization: ^2.0.0
katana_form: ^2.0.2
katana_localization: ^2.0.1
katana_form: ^2.0.3
katana_auth: ^2.0.0
katana_ui: ^2.0.0
katana_prefs: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_agora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_agora/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
masamune: ^2.0.4
masamune: ^2.0.5
masamune_agora:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_agora/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_agora
description: Plug-in for Masamune framework to use Agora.io. Includes support for recording.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_agora

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

katana: ^2.0.0
masamune: ^2.0.4
masamune: ^2.0.5
agora_rtc_engine: ^5.3.1
permission_handler: ^10.2.0
dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_ai_openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_ai_openai/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
masamune: ^2.0.4
masamune: ^2.0.5
masamune_ai_openai:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_ai_openai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_ai_openai
description: Plug-in to make OpenAI API available on Masamune Framework. API key registration is required separately.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_ai_openai

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

katana: ^2.0.0
masamune: ^2.0.4
masamune: ^2.0.5
dart_openai: ^1.5.5
dev_dependencies:
test: ^1.21.3
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.2

- Update a dependency to the latest release.

## 2.0.1

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/masamune_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_builder
description: Building system for masamune framework. Automatic creation of models, themes, pages, and translation data.
version: 2.0.1
version: 2.0.2
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_builder

Expand All @@ -17,8 +17,8 @@ dependencies:
freezed_annotation: ^2.2.0
katana_theme_builder: ^2.0.0
katana_theme_annotation: ^2.0.0
katana_localization_builder: ^2.0.0
katana_localization_annotation: ^2.0.0
katana_localization_builder: ^2.0.1
katana_localization_annotation: ^2.0.1
katana_router_builder: ^2.0.1
katana_router_annotation: ^2.0.1
katana_listenables_annotation: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_calendar/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
masamune: ^2.0.4
masamune: ^2.0.5
masamune_calendar:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_calendar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_calendar
description: Masamune plugin to provide calendar functionality. The masamune framework is assumed to be used.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_calendar

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

katana: ^2.0.0
masamune: ^2.0.4
masamune: ^2.0.5
simple_gesture_detector: ^0.2.0
dev_dependencies:
test: ^1.21.3
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_logger_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_logger_firebase/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
sdk: flutter
json_annotation: ^4.8.0
freezed_annotation: ^2.2.0
masamune: ^2.0.4
masamune: ^2.0.5
masamune_logger_firebase:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_logger_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_logger_firebase
description: Plug-in package to easily add Firebase Analytics, Performance and Crashlytics on Masamune Framework. The functionality is available by simply adding an Adapter.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_logger_firebase

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

masamune: ^2.0.4
masamune: ^2.0.5
katana_firebase: ^2.0.0
firebase_core: ^2.1.1
firebase_crashlytics: ^3.0.11
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_notification_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
masamune: ^2.0.4
masamune: ^2.0.5
masamune_notification_firebase:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_notification_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_notification_firebase
description: Package for receiving PUSH notifications using Firebase Messaging. Firebase Functions can also be used to send notifications.
version: 2.0.4
version: 2.0.5
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_notification_firebase

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

masamune: ^2.0.4
masamune: ^2.0.5
firebase_messaging: ^14.2.1
flutter_local_notifications: ^13.0.0
katana_firebase: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.5

- Update a dependency to the latest release.

## 2.0.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_picker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ environment:
dependencies:
flutter:
sdk: flutter
masamune: ^2.0.4
masamune: ^2.0.5
masamune_picker:
path: "../"

Expand Down

0 comments on commit da636e7

Please sign in to comment.