Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - ap_common_flutter_platform@0.0.4
 - ap_common@0.26.0-dev.4
  • Loading branch information
abc873693 committed Dec 18, 2024
1 parent c0ac3e3 commit e9f9cd6
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`ap_common_flutter_platform` - `v0.0.4`](#ap_common_flutter_platform---v004)
- [`ap_common` - `v0.26.0-dev.4`](#ap_common---v0260-dev4)

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.
- `ap_common` - `v0.26.0-dev.4`

---

#### `ap_common_flutter_platform` - `v0.0.4`

- **FEAT**: upgrade package for package `web` 1.0.0. ([c0ac3e33](https://github.com/abc873693/ap_common/commit/c0ac3e331b64a436e909a8ec7ab2983974ae37a4))


## 2024-12-18

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

- Update a dependency to the latest release.

## 0.26.0-dev.3

- **FEAT**: move UI implement to `ap_common_flutter_ui`. ([803b2dcb](https://github.com/abc873693/ap_common/commit/803b2dcbb37d970de803670c7a76404356c4a651))
Expand Down
4 changes: 2 additions & 2 deletions packages/ap_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ap_common
description: The school affairs(AP) series shares the engineering kit, rapid development of the school affairs series(AP) app
version: 0.26.0-dev.3
version: 0.26.0-dev.4
homepage: https://github.com/abc873693/ap_common
repository: https://github.com/abc873693/ap_common/tree/master/packages/ap_common

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

ap_common_flutter_ui: ^0.0.3
ap_common_flutter_platform: ^0.0.3
ap_common_flutter_platform: ^0.0.4
ap_common_announcement_ui: ^0.0.3

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

- **FEAT**: upgrade package for package `web` 1.0.0. ([c0ac3e33](https://github.com/abc873693/ap_common/commit/c0ac3e331b64a436e909a8ec7ab2983974ae37a4))

## 0.0.3

- **FIX**: pub publish requirement. ([1dc81f7d](https://github.com/abc873693/ap_common/commit/1dc81f7dcf5a1445aa14b66b6d2004b7d94ad6b2))
Expand Down
2 changes: 1 addition & 1 deletion packages/ap_common_flutter_platform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ap_common_flutter_platform
description: "The school affairs(AP) series shares the engineering kit, rapid development of the school affairs series(AP) app"
version: 0.0.3
version: 0.0.4
homepage: https://github.com/abc873693/ap_common
repository: https://github.com/abc873693/ap_common/tree/master/packages/ap_common_flutter_platform

Expand Down

0 comments on commit e9f9cd6

Please sign in to comment.