@baseplate-dev/project-builder-lib 0.6.0 → 0.6.2
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.
- package/CHANGELOG.md +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @baseplate-dev/project-builder-lib
|
|
2
2
|
|
|
3
|
+
## 0.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Reset version to 0.6.2 to fix accidental major version bumps caused by missing changeset fixed-group configuration.
|
|
8
|
+
|
|
9
|
+
## 0.6.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies []:
|
|
14
|
+
- @baseplate-dev/sync@0.6.1
|
|
15
|
+
- @baseplate-dev/ui-components@0.6.1
|
|
16
|
+
- @baseplate-dev/utils@0.6.1
|
|
17
|
+
|
|
3
18
|
## 0.6.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseplate-dev/project-builder-lib",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Library for Project Builder using Baseplate generators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"configuration",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"react-hook-form": "7.71.1",
|
|
50
50
|
"zod": "^4.3.6",
|
|
51
51
|
"zustand": "5.0.3",
|
|
52
|
-
"@baseplate-dev/sync": "0.6.
|
|
53
|
-
"@baseplate-dev/ui-components": "0.6.
|
|
54
|
-
"@baseplate-dev/utils": "0.6.
|
|
52
|
+
"@baseplate-dev/sync": "0.6.2",
|
|
53
|
+
"@baseplate-dev/ui-components": "0.6.2",
|
|
54
|
+
"@baseplate-dev/utils": "0.6.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@faker-js/faker": "9.8.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vite": "7.1.12",
|
|
68
68
|
"vitest": "4.0.16",
|
|
69
|
-
"@baseplate-dev/tools": "0.6.
|
|
69
|
+
"@baseplate-dev/tools": "0.6.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": "^22.0.0"
|