Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - katana_model@1.5.3
 - katana_model_firestore@1.5.3
 - masamune@1.4.4
 - masamune_builder@1.2.1
 - masamune_picker@1.4.39
 - masamune_notification_firebase@1.1.35
 - masamune_picker_mobile@1.4.39
 - masamune_picker_file@1.4.39
  • Loading branch information
mathrunet committed Feb 1, 2023
1 parent 38ae647 commit 28e4035
Show file tree
Hide file tree
Showing 17 changed files with 96 additions and 15 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-02-01

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`katana_model` - `v1.5.3`](#katana_model---v153)
- [`katana_model_firestore` - `v1.5.3`](#katana_model_firestore---v153)
- [`masamune` - `v1.4.4`](#masamune---v144)
- [`masamune_builder` - `v1.2.1`](#masamune_builder---v121)
- [`masamune_picker` - `v1.4.39`](#masamune_picker---v1439)
- [`masamune_notification_firebase` - `v1.1.35`](#masamune_notification_firebase---v1135)
- [`masamune_picker_mobile` - `v1.4.39`](#masamune_picker_mobile---v1439)
- [`masamune_picker_file` - `v1.4.39`](#masamune_picker_file---v1439)

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_picker` - `v1.4.39`
- `masamune_notification_firebase` - `v1.1.35`
- `masamune_picker_mobile` - `v1.4.39`
- `masamune_picker_file` - `v1.4.39`

---

#### `katana_model` - `v1.5.3`

- **FIX**: Fixed a bug when using multiple Adapters. ([363f4048](https://github.com/mathrunet/flutter_masamune/commit/363f4048a5c67308aa202682fa58f0c9c7198df5))

#### `katana_model_firestore` - `v1.5.3`

- **FIX**: Fixed a bug when using multiple Adapters. ([363f4048](https://github.com/mathrunet/flutter_masamune/commit/363f4048a5c67308aa202682fa58f0c9c7198df5))

#### `masamune` - `v1.4.4`

- **FIX**: Adapter can be specified. ([38ae6476](https://github.com/mathrunet/flutter_masamune/commit/38ae6476cbc71123564196c97546b3d4374ad7c7))

#### `masamune_builder` - `v1.2.1`

- **FIX**: Adapter can be specified. ([38ae6476](https://github.com/mathrunet/flutter_masamune/commit/38ae6476cbc71123564196c97546b3d4374ad7c7))


## 2023-02-01

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

- **FIX**: Fixed a bug when using multiple Adapters. ([363f4048](https://github.com/mathrunet/flutter_masamune/commit/363f4048a5c67308aa202682fa58f0c9c7198df5))

## 1.5.2

- **FIX**: Fixed a bug that prevented data from updating properly. ([9c008f95](https://github.com/mathrunet/flutter_masamune/commit/9c008f957c20daa50213a0dd0fe08b8d6811cb39))
Expand Down
2 changes: 1 addition & 1 deletion packages/katana_model/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_model
description: A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.
version: 1.5.2
version: 1.5.3
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_model

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

- **FIX**: Fixed a bug when using multiple Adapters. ([363f4048](https://github.com/mathrunet/flutter_masamune/commit/363f4048a5c67308aa202682fa58f0c9c7198df5))

## 1.5.2

- **FIX**: Fixed a bug that prevented data from updating properly. ([9c008f95](https://github.com/mathrunet/flutter_masamune/commit/9c008f957c20daa50213a0dd0fe08b8d6811cb39))
Expand Down
4 changes: 2 additions & 2 deletions packages/katana_model_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_model_firestore
description: Firestore plugin for katana_model. A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.
version: 1.5.2
version: 1.5.3
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_model_firestore

Expand All @@ -14,7 +14,7 @@ dependencies:

katana: ^1.0.5
katana_firebase: ^1.1.10
katana_model: ^1.5.2
katana_model: ^1.5.3
firebase_core: ^2.1.1
cloud_firestore: ^4.0.4

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 @@
## 1.4.4

- **FIX**: Adapter can be specified. ([38ae6476](https://github.com/mathrunet/flutter_masamune/commit/38ae6476cbc71123564196c97546b3d4374ad7c7))

## 1.4.3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 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: 1.4.3
version: 1.4.4
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune

Expand All @@ -18,7 +18,7 @@ dependencies:
katana_shorten: ^1.2.7
katana_indicator: ^1.1.10
katana_scoped: ^1.7.8
katana_model: ^1.5.2
katana_model: ^1.5.3
katana_listenables: ^1.2.16
katana_router: ^1.10.0
katana_theme: ^1.2.17
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 @@
## 1.2.1

- **FIX**: Adapter can be specified. ([38ae6476](https://github.com/mathrunet/flutter_masamune/commit/38ae6476cbc71123564196c97546b3d4374ad7c7))

## 1.2.0

- **FEAT**: Support for new collection queries. ([7e308916](https://github.com/mathrunet/flutter_masamune/commit/7e308916db20f8e73c3a16ad36846553b1a9cb3d))
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.2.0
version: 1.2.1
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_builder

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 @@
## 1.1.35

- Update a dependency to the latest release.

## 1.1.34

- Update a dependency to the latest release.
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: 1.1.34
version: 1.1.35
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: ^1.4.3
masamune: ^1.4.4
firebase_messaging: ^14.2.1
flutter_local_notifications: ^13.0.0
katana_firebase: ^1.1.10
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 @@
## 1.4.39

- Update a dependency to the latest release.

## 1.4.38

- Update a dependency to the latest release.
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: 1.4.38
version: 1.4.39
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: ^1.0.5
masamune: ^1.4.3
masamune: ^1.4.4
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 @@
## 1.4.39

- Update a dependency to the latest release.

## 1.4.38

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 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: 1.4.38
version: 1.4.39
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/masamune_picker_file

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

masamune_picker: ^1.4.38
masamune_picker: ^1.4.39
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 @@
## 1.4.39

- Update a dependency to the latest release.

## 1.4.38

- 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: 1.4.38
version: 1.4.39
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: ^1.0.5
masamune: ^1.4.3
masamune_picker: ^1.4.38
masamune: ^1.4.4
masamune_picker: ^1.4.39
file_picker: ^5.2.3
image_picker: ^0.8.6
dev_dependencies:
Expand Down

0 comments on commit 28e4035

Please sign in to comment.