@digigov/cli-lab 2.0.0-rc.5 → 2.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.
- package/CHANGELOG.json +22 -0
- package/CHANGELOG.md +16 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-lab",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "2.0.0",
|
|
6
|
+
"tag": "@digigov/cli-lab_v2.0.0",
|
|
7
|
+
"date": "Fri, 15 Dec 2023 15:23:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Update classNames"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"patch": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Fix main module resolution"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"major": [
|
|
20
|
+
{
|
|
21
|
+
"comment": "Refactor libs to a generic UI library removing personas organizing"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
},
|
|
4
26
|
{
|
|
5
27
|
"version": "1.3.1",
|
|
6
28
|
"tag": "@digigov/cli-lab_v1.3.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-lab
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.0.0
|
|
6
|
+
Fri, 15 Dec 2023 15:23:56 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Refactor libs to a generic UI library removing personas organizing
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- Update classNames
|
|
15
|
+
|
|
16
|
+
### Patches
|
|
17
|
+
|
|
18
|
+
- Fix main module resolution
|
|
4
19
|
|
|
5
20
|
## 1.3.1
|
|
6
21
|
Wed, 05 Apr 2023 15:16:24 GMT
|