Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - katana_form@2.2.2
 - katana_theme@2.0.4
 - masamune_universal_ui@2.0.17
 - masamune@2.0.17
 - masamune_picker_file@2.0.17
 - masamune_agora@2.0.17
 - masamune_ai_openai@2.0.17
 - masamune_calendar@2.0.17
 - masamune_picker@2.0.17
 - masamune_logger_firebase@2.0.17
 - masamune_picker_mobile@2.0.17
 - masamune_notification_firebase@2.0.17
  • Loading branch information
mathrunet committed May 18, 2023
1 parent 4aaea01 commit fcd95a3
Show file tree
Hide file tree
Showing 34 changed files with 136 additions and 34 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,60 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`katana_form` - `v2.2.2`](#katana_form---v222)
- [`katana_theme` - `v2.0.4`](#katana_theme---v204)
- [`masamune_universal_ui` - `v2.0.17`](#masamune_universal_ui---v2017)
- [`masamune` - `v2.0.17`](#masamune---v2017)
- [`masamune_picker_file` - `v2.0.17`](#masamune_picker_file---v2017)
- [`masamune_agora` - `v2.0.17`](#masamune_agora---v2017)
- [`masamune_ai_openai` - `v2.0.17`](#masamune_ai_openai---v2017)
- [`masamune_calendar` - `v2.0.17`](#masamune_calendar---v2017)
- [`masamune_picker` - `v2.0.17`](#masamune_picker---v2017)
- [`masamune_logger_firebase` - `v2.0.17`](#masamune_logger_firebase---v2017)
- [`masamune_picker_mobile` - `v2.0.17`](#masamune_picker_mobile---v2017)
- [`masamune_notification_firebase` - `v2.0.17`](#masamune_notification_firebase---v2017)

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.17`
- `masamune_picker_file` - `v2.0.17`
- `masamune_agora` - `v2.0.17`
- `masamune_ai_openai` - `v2.0.17`
- `masamune_calendar` - `v2.0.17`
- `masamune_picker` - `v2.0.17`
- `masamune_logger_firebase` - `v2.0.17`
- `masamune_picker_mobile` - `v2.0.17`
- `masamune_notification_firebase` - `v2.0.17`

---

#### `katana_form` - `v2.2.2`

- **FIX**: Fixed a bug in FormMediaValue's toString. ([81adc7fd](https://github.com/mathrunet/flutter_masamune/commit/81adc7fd4a05a986a0af3639ef4349ac4499a318))

#### `katana_theme` - `v2.0.4`

- **FIX**: Set the hashCode of TextProvider. ([12dd6361](https://github.com/mathrunet/flutter_masamune/commit/12dd6361cf90c744cce18bd62dca8f4293a37718))

#### `masamune_universal_ui` - `v2.0.17`

- **FIX**: BorderRadius can be set in UniversalScaffold. ([4aaea017](https://github.com/mathrunet/flutter_masamune/commit/4aaea017abb91c250b86f418991f6aa56ad52642))


## 2023-05-18

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

- **FIX**: Fixed a bug in FormMediaValue's toString. ([81adc7fd](https://github.com/mathrunet/flutter_masamune/commit/81adc7fd4a05a986a0af3639ef4349ac4499a318))

## 2.2.1

- **FIX**: Adjustment of display. ([f7a67fe8](https://github.com/mathrunet/flutter_masamune/commit/f7a67fe842e273d8ae672c9e0560acebfd93f695))
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.2.1
version: 2.2.2
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_form

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

- **FIX**: Set the hashCode of TextProvider. ([12dd6361](https://github.com/mathrunet/flutter_masamune/commit/12dd6361cf90c744cce18bd62dca8f4293a37718))

## 2.0.3

- **FIX**: Maintenance of TextProvider and changes to Asset.text. ([74f20219](https://github.com/mathrunet/flutter_masamune/commit/74f202199b61d8eb71f1f56c711360385881789e))
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_theme/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_theme
description: Base package for providing simple and straightforward theme definitions on Flutter.
version: 2.0.3
version: 2.0.4
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_theme

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

- Update a dependency to the latest release.

## 2.0.16

- 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.16
version: 2.0.17
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune

Expand All @@ -22,9 +22,9 @@ dependencies:
katana_model: ^2.0.1
katana_listenables: ^2.0.3
katana_router: ^2.0.3
katana_theme: ^2.0.3
katana_theme: ^2.0.4
katana_localization: ^2.0.4
katana_form: ^2.2.1
katana_form: ^2.2.2
katana_auth: ^2.0.1
katana_ui: ^2.0.2
katana_prefs: ^2.0.2
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
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.16
version: 2.0.17
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.1
masamune: ^2.0.16
masamune: ^2.0.17
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
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.16
version: 2.0.17
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.1
masamune: ^2.0.16
masamune: ^2.0.17
dart_openai: ^1.5.5
dev_dependencies:
test: ^1.21.3
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
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.16
version: 2.0.17
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.1
masamune: ^2.0.16
masamune: ^2.0.17
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
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.16
version: 2.0.17
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.16
masamune: ^2.0.17
katana_firebase: ^2.0.1
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
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.16
version: 2.0.17
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.16
masamune: ^2.0.17
firebase_messaging: ^14.2.1
flutter_local_notifications: ^13.0.0
katana_firebase: ^2.0.1
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.17

- Update a dependency to the latest release.

## 2.0.16

- 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.16
masamune: ^2.0.17
masamune_picker:
path: "../"

Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_picker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_picker
description: Base package for retrieving files such as images and videos from terminal storage, cameras, etc.
version: 2.0.16
version: 2.0.17
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_picker

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

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

- Update a dependency to the latest release.

## 2.0.16

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/masamune_picker_file/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_picker_file
description: All platform plugin for masamune_picker. Base package for retrieving files such as images and videos from terminal storage, cameras, etc.
version: 2.0.16
version: 2.0.17
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_picker_file

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

katana: ^2.0.1
masamune: ^2.0.16
masamune_picker: ^2.0.16
masamune: ^2.0.17
masamune_picker: ^2.0.17
file_picker: ^5.2.3
dev_dependencies:
test: ^1.21.3
Expand Down
4 changes: 4 additions & 0 deletions packages/masamune_picker_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.17

- Update a dependency to the latest release.

## 2.0.16

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/masamune_picker_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: masamune_picker_mobile
description: Mobile plugin for masamune_picker. Base package for retrieving files such as images and videos from terminal storage, cameras, etc.
version: 2.0.16
version: 2.0.17
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_picker_mobile

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

katana: ^2.0.1
masamune: ^2.0.16
masamune_picker: ^2.0.16
masamune: ^2.0.17
masamune_picker: ^2.0.17
file_picker: ^5.2.3
image_picker: ^0.8.6
dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_purchase_stripe/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.16
masamune: ^2.0.17
masamune_purchase_stripe:
path: "../"

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

katana: ^2.0.1
masamune: ^2.0.16
masamune: ^2.0.17
webview_flutter: ^4.1.0
js: ^0.6.7
dev_dependencies:
Expand Down
Loading

0 comments on commit fcd95a3

Please sign in to comment.