@digigov/cli-build-tailwind 1.0.0-rc.6 → 1.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 +17 -0
- package/CHANGELOG.md +8 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-build-tailwind",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"tag": "@digigov/cli-build-tailwind_v1.0.0",
|
|
7
|
+
"date": "Fri, 15 Dec 2023 15:23:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"major": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Upgrade versions to v1.0.0-rc"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@digigov/cli\" from `1.0.0-rc.6` to `1.0.0`"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
},
|
|
4
21
|
{
|
|
5
22
|
"version": "0.9.2",
|
|
6
23
|
"tag": "@digigov/cli-build-tailwind_v0.9.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-build-tailwind
|
|
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
|
+
## 1.0.0
|
|
6
|
+
Fri, 15 Dec 2023 15:23:56 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Upgrade versions to v1.0.0-rc
|
|
4
11
|
|
|
5
12
|
## 0.9.2
|
|
6
13
|
Wed, 05 Apr 2023 15:16:24 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-build-tailwind",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Build tailwind plugin for Digigov CLI",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"author": "GRNET Devs <devs@lists.grnet.gr>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"postcss-load-config": "3.1.4"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@digigov/cli": "1.0.0
|
|
17
|
+
"@digigov/cli": "1.0.0"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {}
|
|
20
20
|
}
|