@ziacik/upgrade-verify 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.0] - 2023-12-25
11
+
12
+ ### Changed
13
+
14
+ - Upgraded nx to 17.2.7.
15
+
10
16
  ## [1.2.0] - 2023-11-19
11
17
 
12
18
  ### Changed
@@ -76,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
82
  - READMEs updated and props added to package.json.
77
83
  - A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.
78
84
 
79
- [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.2.0...HEAD
85
+ [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.3.0...HEAD
86
+ [1.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.2.0...upgrade-verify-1.3.0
80
87
  [1.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.1.1...upgrade-verify-1.2.0
81
88
  [1.1.1]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.1.0...upgrade-verify-1.1.1
82
89
  [1.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.0.1...upgrade-verify-1.1.0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ziacik/upgrade-verify",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "dependencies": {
5
- "@nx/devkit": "17.1.2",
5
+ "@nx/devkit": "17.2.7",
6
6
  "@swc/helpers": "0.5.2"
7
7
  },
8
8
  "type": "commonjs",