Skip to content

Commit

Permalink
chore: package versions bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
ziacik-resco authored and ziacik committed Sep 25, 2024
1 parent 9e1380c commit 39c9cd3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
3 changes: 2 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
- `npx nx affected:test`
- `npx nx affected:e2e --parallel=1`
- `git commit -am "chore: fix lint and tests"`
- update versions of packages - minor / major according to NX (?)
- `cd packages/azure-func && npm version minor && cd ../..`
- `cd packages/upgrade-verify && npm version minor && cd ../..`
- add changes to CHANGELOGs
- `git commit -am "chore: package versions bumped"`

Expand Down
9 changes: 8 additions & 1 deletion packages/azure-func/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] - 2024-09-25

### Changed

- Upgraded nx to 19.8.0.

## [3.2.0] - 2024-09-08

### Changed
Expand Down Expand Up @@ -143,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `serve` now watches the project for changes.

[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-3.2.0...HEAD
[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-3.3.0...HEAD
[3.3.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.2.0...azure-func-3.3.0
[3.2.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.1.0...azure-func-3.2.0
[3.1.0]: https://github.com/ziacik/nx-tools/compare/azure-func-3.0.0...azure-func-3.1.0
[3.0.0]: https://github.com/ziacik/nx-tools/compare/azure-func-2.1.0...azure-func-3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-func/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ziacik/azure-func",
"version": "3.2.0",
"version": "3.3.0",
"dependencies": {
"@nx/devkit": "19.8.0",
"@nx/js": "19.8.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/upgrade-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] - 2024-09-25

### Changed

- Upgraded nx to 19.8.0.

## [3.2.0] - 2024-09-08

### Changed
Expand Down Expand Up @@ -113,7 +119,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- READMEs updated and props added to package.json.
- A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.

[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.2.0...HEAD
[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.3.0...HEAD
[3.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.2.0...upgrade-verify-3.3.0
[3.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.1.0...upgrade-verify-3.2.0
[3.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.0.0...upgrade-verify-3.1.0
[3.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.1.0...upgrade-verify-3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ziacik/upgrade-verify",
"version": "3.2.0",
"version": "3.3.0",
"dependencies": {
"@nx/devkit": "19.8.0",
"@swc/helpers": "0.5.11"
Expand Down

0 comments on commit 39c9cd3

Please sign in to comment.