@digigov/css 0.8.0 → 0.8.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 CHANGED
@@ -1,6 +1,23 @@
1
1
  {
2
2
  "name": "@digigov/css",
3
3
  "entries": [
4
+ {
5
+ "version": "0.8.1",
6
+ "tag": "@digigov/css_v0.8.1",
7
+ "date": "Thu, 10 Feb 2022 13:45:56 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "pin down dependency versions"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.11` to `0.3.12`"
17
+ }
18
+ ]
19
+ }
20
+ },
4
21
  {
5
22
  "version": "0.8.0",
6
23
  "tag": "@digigov/css_v0.8.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/css
2
2
 
3
- This log was last generated on Tue, 08 Feb 2022 15:21:11 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Feb 2022 13:45:56 GMT and should not be manually modified.
4
+
5
+ ## 0.8.1
6
+ Thu, 10 Feb 2022 13:45:56 GMT
7
+
8
+ ### Patches
9
+
10
+ - pin down dependency versions
4
11
 
5
12
  ## 0.8.0
6
13
  Tue, 08 Feb 2022 15:21:11 GMT
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @digigov/css: 0.8.0
2
+ * @digigov/css: 0.8.1
3
3
  *
4
4
  * Author: grnet-devs
5
- * Date: 2022-2-8
5
+ * Date: 2022-2-10
6
6
  */
7
7
  /*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/
8
8
 
package/dist/base.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @digigov/css: 0.8.0
2
+ * @digigov/css: 0.8.1
3
3
  *
4
4
  * Author: grnet-devs
5
- * Date: 2022-2-8
5
+ * Date: 2022-2-10
6
6
  */
7
7
  /*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/
8
8
 
package/dist/digigov.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @digigov/css: 0.8.0
2
+ * @digigov/css: 0.8.1
3
3
  *
4
4
  * Author: grnet-devs
5
- * Date: 2022-2-8
5
+ * Date: 2022-2-10
6
6
  */
7
7
  /*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/css",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Digigov CSS - Tailwind CSS Components",
5
5
  "author": "GRNET Devs",
6
6
  "license": "MIT",
@@ -37,17 +37,17 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "autoprefixer": "10.0.4",
40
- "cssnano": "^4.1.10",
40
+ "cssnano": "4.1.10",
41
41
  "postcss": "8.2.6",
42
- "postcss-cli": "^8.3.0",
43
- "postcss-import": "^13.0.0",
42
+ "postcss-cli": "8.3.0",
43
+ "postcss-import": "13.0.0",
44
44
  "postcss-nested": "5.0.1",
45
- "prejss-cli": "^0.3.3",
46
- "rtlcss": "^3.0.0",
45
+ "prejss-cli": "0.3.3",
46
+ "rtlcss": "3.0.0",
47
47
  "tailwindcss": "2.2.4",
48
- "nodemon": "~2.0.7",
48
+ "nodemon": "2.0.7",
49
49
  "next": "10.0.9",
50
- "@digigov/postcss-banner": "0.3.11",
50
+ "@digigov/postcss-banner": "0.3.12",
51
51
  "rimraf": "3.0.2"
52
52
  },
53
53
  "scripts": {
@@ -65,6 +65,6 @@
65
65
  "build": "rimraf dist && npm run utilities && npm run components && npm run base && npm run full"
66
66
  },
67
67
  "dependencies": {
68
- "@fontsource/roboto": "~4.4.0"
68
+ "@fontsource/roboto": "4.4.0"
69
69
  }
70
70
  }