@digigov/cli-build-tailwind 0.9.0-navlist.alpha.3 → 0.9.1

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 ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@digigov/cli-build-tailwind",
3
+ "entries": [
4
+ {
5
+ "version": "0.9.0",
6
+ "tag": "@digigov/cli-build-tailwind_v0.9.0",
7
+ "date": "Thu, 02 Feb 2023 16:12:09 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Introduce new build CLI tailwind"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@digigov/cli\" from `0.6.4` to `0.6.5`"
17
+ }
18
+ ]
19
+ }
20
+ }
21
+ ]
22
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Change Log - @digigov/cli-build-tailwind
2
+
3
+ This log was last generated on Thu, 02 Feb 2023 16:12:09 GMT and should not be manually modified.
4
+
5
+ ## 0.9.0
6
+ Thu, 02 Feb 2023 16:12:09 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Introduce new build CLI tailwind
11
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-build-tailwind",
3
- "version": "0.9.0-navlist.alpha.3",
3
+ "version": "0.9.1",
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": "0.6.5-navlist.alpha.3"
17
+ "@digigov/cli": "0.6.6"
18
18
  },
19
19
  "scripts": {}
20
- }
20
+ }