chore(release): publish packages #223

Merged
malo merged 1 commits from build/publish-version-components into master 2023-09-01 14:34:39 +00:00
13 changed files with 61 additions and 13 deletions
Showing only changes of commit 7c03ca3317 - Show all commits

View File

@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2023-09-01
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_ui_components` - `v0.3.0+2`](#wyatt_ui_components---v0302)
- [`wyatt_bloc_layout` - `v0.1.2+3`](#wyatt_bloc_layout---v0123)
- [`wyatt_ui_kit` - `v3.2.2`](#wyatt_ui_kit---v322)
- [`wyatt_ui_layout` - `v0.1.2+3`](#wyatt_ui_layout---v0123)
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.
- `wyatt_bloc_layout` - `v0.1.2+3`
- `wyatt_ui_kit` - `v3.2.2`
- `wyatt_ui_layout` - `v0.1.2+3`
---
#### `wyatt_ui_components` - `v0.3.0+2`
- **FIX**: make components nullable.
## 2023-08-30 ## 2023-08-30
### Changes ### Changes

View File

@ -1,3 +1,7 @@
## 0.1.2+3
- Update a dependency to the latest release.
## 0.1.2+2 ## 0.1.2+2
- Update a dependency to the latest release. - Update a dependency to the latest release.

View File

@ -39,13 +39,13 @@ dependencies:
version: ^2.0.1 version: ^2.0.1
wyatt_ui_layout: wyatt_ui_layout:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.2+2 version: ^0.1.2+3
wyatt_crud_bloc: wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.1+1 version: ^0.1.1+1
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
wyatt_component_copy_with_extension: wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1 version: ^2.0.1

View File

@ -1,7 +1,7 @@
name: wyatt_bloc_layout name: wyatt_bloc_layout
description: Layouts based on bloc helper library description: Layouts based on bloc helper library
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
version: 0.1.2+2 version: 0.1.2+3
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -19,7 +19,7 @@ dependencies:
wyatt_ui_layout: wyatt_ui_layout:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.1.2+2 version: ^0.1.2+3
wyatt_crud_bloc: wyatt_crud_bloc:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -27,7 +27,7 @@ dependencies:
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
dev_dependencies: dev_dependencies:
flutter_test: { sdk: flutter } flutter_test: { sdk: flutter }

View File

@ -16,7 +16,7 @@ dependencies:
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
dev_dependencies: dev_dependencies:
build_runner: ^2.3.3 build_runner: ^2.3.3

View File

@ -1,3 +1,7 @@
## 0.3.0+2
- **FIX**: make components nullable.
## 0.3.0+1 ## 0.3.0+1
- **FIX**(ui_components): rollback private fileds in component theme data. - **FIX**(ui_components): rollback private fileds in component theme data.

View File

@ -1,7 +1,7 @@
name: wyatt_ui_components name: wyatt_ui_components
description: Components that can be implemented in any application with copy constructor. description: Components that can be implemented in any application with copy constructor.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components
version: 0.3.0+1 version: 0.3.0+2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -1,3 +1,7 @@
## 3.2.2
- Update a dependency to the latest release.
## 3.2.1 ## 3.2.1
- Update a dependency to the latest release. - Update a dependency to the latest release.

View File

@ -20,7 +20,7 @@ dependencies:
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
dev_dependencies: dev_dependencies:
flutter_test: { sdk: flutter } flutter_test: { sdk: flutter }

View File

@ -1,7 +1,7 @@
name: wyatt_ui_kit name: wyatt_ui_kit
description: UIKit and Design System used in Wyatt Studio. description: UIKit and Design System used in Wyatt Studio.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit
version: 3.2.1 version: 3.2.2
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -25,7 +25,7 @@ dependencies:
version: ^2.0.1 version: ^2.0.1
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
dev_dependencies: dev_dependencies:
build_runner: ^2.3.3 build_runner: ^2.3.3

View File

@ -1,3 +1,7 @@
## 0.1.2+3
- Update a dependency to the latest release.
## 0.1.2+2 ## 0.1.2+2
- **FIX**(ui_layout): fix bottom navbar layouts. - **FIX**(ui_layout): fix bottom navbar layouts.

View File

@ -36,7 +36,7 @@ dependencies:
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
wyatt_component_copy_with_extension: wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1 version: ^2.0.1

View File

@ -1,7 +1,7 @@
name: wyatt_ui_layout name: wyatt_ui_layout
description: Main layouts to help you build your application views. description: Main layouts to help you build your application views.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_layout repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_layout
version: 0.1.2+2 version: 0.1.2+3
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@ -14,7 +14,7 @@ dependencies:
wyatt_ui_components: wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.3.0+1 version: ^0.3.0+2
dev_dependencies: dev_dependencies:
flutter_test: { sdk: flutter } flutter_test: { sdk: flutter }