Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - katana_listenables@1.1.0
 - katana_listenables_annotation@1.1.0
 - katana_listenables_builder@1.1.0
 - katana_localization@1.1.7
 - katana_localization_annotation@1.1.5
 - katana_localization_builder@1.1.7
  • Loading branch information
mathrunet committed Oct 23, 2022
1 parent 049d686 commit ac81ca0
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 11 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-10-23

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`katana_listenables` - `v1.1.0`](#katana_listenables---v110)
- [`katana_listenables_annotation` - `v1.1.0`](#katana_listenables_annotation---v110)
- [`katana_listenables_builder` - `v1.1.0`](#katana_listenables_builder---v110)
- [`katana_localization` - `v1.1.7`](#katana_localization---v117)
- [`katana_localization_annotation` - `v1.1.5`](#katana_localization_annotation---v115)
- [`katana_localization_builder` - `v1.1.7`](#katana_localization_builder---v117)

---

#### `katana_listenables` - `v1.1.0`

- **FEAT**: Mounting Completed. ([049d6863](https://github.com/mathrunet/flutter_masamune/commit/049d68639fc246356dcd79bb64d7229965bb0235))
- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

#### `katana_listenables_annotation` - `v1.1.0`

- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

#### `katana_listenables_builder` - `v1.1.0`

- **FEAT**: Mounting Completed. ([049d6863](https://github.com/mathrunet/flutter_masamune/commit/049d68639fc246356dcd79bb64d7229965bb0235))
- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

#### `katana_localization` - `v1.1.7`

- **FIX**: ReadMe revision. ([f35d115b](https://github.com/mathrunet/flutter_masamune/commit/f35d115bebda2b17075755d18de8eddcee676352))

#### `katana_localization_annotation` - `v1.1.5`

- **DOCS**: Documentation correction. ([1bb0227b](https://github.com/mathrunet/flutter_masamune/commit/1bb0227b2fa7099fd4345063caf0705f17b0aaa1))

#### `katana_localization_builder` - `v1.1.7`

- **DOCS**: Documentation correction. ([1bb0227b](https://github.com/mathrunet/flutter_masamune/commit/1bb0227b2fa7099fd4345063caf0705f17b0aaa1))


## 2022-10-21

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/katana_listenables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.1.0

- **FEAT**: Mounting Completed. ([049d6863](https://github.com/mathrunet/flutter_masamune/commit/049d68639fc246356dcd79bb64d7229965bb0235))
- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

5 changes: 2 additions & 3 deletions packages/katana_listenables/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_listenables
description: The base part of the package that allows Listenable values to be grouped together and treated as a ChangeNotifier.
version: 1.0.0
version: 1.1.0
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_listenables

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

katana: ^0.15.0
katana_listenables_annotation: ^1.0.0

katana_listenables_annotation: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
4 changes: 4 additions & 0 deletions packages/katana_listenables_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 1.1.0

- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

2 changes: 1 addition & 1 deletion packages/katana_listenables_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_listenables_annotation
description: The annotation part of the package that allows Listenable values to be grouped together and treated as a ChangeNotifier.
version: 1.0.0
version: 1.1.0
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_listenables_annotation

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

- **FEAT**: Mounting Completed. ([049d6863](https://github.com/mathrunet/flutter_masamune/commit/049d68639fc246356dcd79bb64d7229965bb0235))
- **FEAT**: Initial commitments for katana_listenables. ([83663203](https://github.com/mathrunet/flutter_masamune/commit/836632032137a3d8d76f7b75e8325b72d9b678cf))

4 changes: 2 additions & 2 deletions packages/katana_listenables_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: katana_listenables_builder
description: Building system for katana listenables packages. Create a ChangeNotifier that automatically groups multiple Listenables together.
version: 1.0.0
version: 1.1.0
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_listenables_builder

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

dependencies:
katana: ^0.15.0
katana_listenables_annotation: ^1.0.0
katana_listenables_annotation: ^1.1.0
build: ^2.3.0
dart_style: ^2.2.3
code_builder: ^4.2.0
Expand Down
4 changes: 4 additions & 0 deletions packages/katana_localization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.7

- **FIX**: ReadMe revision. ([f35d115b](https://github.com/mathrunet/flutter_masamune/commit/f35d115bebda2b17075755d18de8eddcee676352))

## 1.1.6

- **DOCS**: README modifications. ([71241f63](https://github.com/mathrunet/flutter_masamune/commit/71241f63b6bfcdf93a07e0b2b454113a3eee67d2))
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: 1.1.6
version: 1.1.7
homepage: https://mathru.net
repository: https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_localization

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

katana: ^0.15.0
katana_localization_annotation: ^1.1.4
katana_localization_annotation: ^1.1.5
dev_dependencies:
flutter_test:
sdk: flutter
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 @@
## 1.1.5

- **DOCS**: Documentation correction. ([1bb0227b](https://github.com/mathrunet/flutter_masamune/commit/1bb0227b2fa7099fd4345063caf0705f17b0aaa1))

## 1.1.4

- **DOCS**: README modifications. ([71241f63](https://github.com/mathrunet/flutter_masamune/commit/71241f63b6bfcdf93a07e0b2b454113a3eee67d2))
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: 1.1.4
version: 1.1.5
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 @@
## 1.1.7

- **DOCS**: Documentation correction. ([1bb0227b](https://github.com/mathrunet/flutter_masamune/commit/1bb0227b2fa7099fd4345063caf0705f17b0aaa1))

## 1.1.6

- **DOCS**: README modifications. ([71241f63](https://github.com/mathrunet/flutter_masamune/commit/71241f63b6bfcdf93a07e0b2b454113a3eee67d2))
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: 1.1.6
version: 1.1.7
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: ^0.15.0
katana_localization_annotation: ^1.1.4
katana_localization_annotation: ^1.1.5
build: ^2.3.0
dart_style: ^2.2.3
code_builder: ^4.2.0
Expand Down

0 comments on commit ac81ca0

Please sign in to comment.