Skip to content

Commit

Permalink
chore: versions bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
ziacik committed Oct 15, 2023
1 parent 15d56c8 commit ea02e1b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
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]

## [1.2.0] - 2023-10-15

### Changed

- Upgraded nx to 16.10.0.

## [1.1.3] - 2023-09-30

### Fixed
Expand Down Expand Up @@ -73,7 +79,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-1.1.3...HEAD
[unreleased]: https://github.com/ziacik/nx-tools/compare/azure-func-1.2.0...HEAD
[1.2.0]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.3...azure-func-1.2.0
[1.1.3]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.2...azure-func-1.1.3
[1.1.2]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.1...azure-func-1.1.2
[1.1.1]: https://github.com/ziacik/nx-tools/compare/azure-func-1.1.0...azure-func-1.1.1
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": "1.1.3",
"version": "1.2.0",
"dependencies": {
"@nx/devkit": "16.10.0",
"@nx/js": "16.10.0",
Expand Down
11 changes: 9 additions & 2 deletions 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]

## [0.2.0] - 2023-10-15

### Changed

- Upgraded nx to 16.10.0.

## [0.1.1] - 2023-09-26

### Changed
Expand Down Expand Up @@ -38,8 +44,9 @@ 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-0.1.1...HEAD
[0.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.0...upgrade-verify-0.1.1
[unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.2.0...HEAD
[0.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.1...upgrade-verify-0.2.0
[0.1.1]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.1.0...upgrade-verify-0.1.1
[0.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.4...upgrade-verify-0.1.0
[0.0.4]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.3...upgrade-verify-0.0.4
[0.0.3]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-0.0.2...upgrade-verify-0.0.3
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": "0.1.1",
"version": "0.2.0",
"type": "commonjs",
"executors": "./executors.json",
"keywords": [
Expand Down

0 comments on commit ea02e1b

Please sign in to comment.