@ziacik/upgrade-verify 2.0.0 → 3.0.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 +16 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.0] - 2024-05-12
11
+
12
+ ### Changed
13
+
14
+ - Upgraded nx to 19.0.2.
15
+ -
16
+
17
+ ## [2.1.0] - 2024-03-23
18
+
19
+ ### Changed
20
+
21
+ - Upgraded nx to 18.1.0.
22
+
10
23
  ## [2.0.0] - 2024-02-18
11
24
 
12
25
  ### Changed
@@ -88,7 +101,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
101
  - READMEs updated and props added to package.json.
89
102
  - A _Package subpath './package.json' is not defined by "exports"_ error hopefully fixed.
90
103
 
91
- [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.0.0...HEAD
104
+ [unreleased]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-3.0.0...HEAD
105
+ [3.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.1.0...upgrade-verify-3.0.0
106
+ [2.1.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-2.0.0...upgrade-verify-2.1.0
92
107
  [2.0.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.3.0...upgrade-verify-2.0.0
93
108
  [1.3.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.2.0...upgrade-verify-1.3.0
94
109
  [1.2.0]: https://github.com/ziacik/nx-tools/compare/upgrade-verify-1.1.1...upgrade-verify-1.2.0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ziacik/upgrade-verify",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "dependencies": {
5
- "@nx/devkit": "18.0.4",
5
+ "@nx/devkit": "19.0.2",
6
6
  "@swc/helpers": "0.5.2"
7
7
  },
8
8
  "type": "commonjs",