@paroicms/generator-site 0.5.2 → 0.5.4

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.
@@ -1,14 +1,12 @@
1
-
2
-
3
- > @paroicms/generator-site@0.5.2 build
4
- > npm run scss
5
-
6
- 
7
- > @paroicms/generator-site@0.5.2 scss
8
- > npm run _scss -- --no-source-map --style=compressed
9
-
10
- 
11
- > @paroicms/generator-site@0.5.2 _scss
12
- > sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
13
-
14
- ⠙⠙⠙
1
+
2
+ > @paroicms/generator-site@0.5.4 build
3
+ > npm run scss
4
+
5
+
6
+ > @paroicms/generator-site@0.5.4 scss
7
+ > npm run _scss -- --no-source-map --style=compressed
8
+
9
+
10
+ > @paroicms/generator-site@0.5.4 _scss
11
+ > sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
12
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @paroicms/generator-site
2
2
 
3
+ ## 0.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 45583fb: Upgrade dependencies; upgrade to express 5
8
+ - Updated dependencies [45583fb]
9
+ - @paroicms/site-generator-plugin@0.13.1
10
+ - @paroicms/quill-editor-plugin@1.33.1
11
+
12
+ ## 0.5.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [30caace]
17
+ - @paroicms/site-generator-plugin@0.13.0
18
+ - @paroicms/quill-editor-plugin@1.33.0
19
+
3
20
  ## 0.5.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/generator-site",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "ParoiCMS generator website",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -24,14 +24,14 @@
24
24
  "_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
25
25
  },
26
26
  "dependencies": {
27
- "@paroicms/site-generator-plugin": "0.12.0",
28
- "@paroicms/quill-editor-plugin": "1.32.2"
27
+ "@paroicms/site-generator-plugin": "0.13.1",
28
+ "@paroicms/quill-editor-plugin": "1.33.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "concurrently": "~9.1.2",
32
- "nodemon": "~3.1.9",
32
+ "nodemon": "~3.1.10",
33
33
  "pino-pretty": "~13.0.0",
34
34
  "rimraf": "~6.0.1",
35
- "sass": "~1.86.3"
35
+ "sass": "~1.89.2"
36
36
  }
37
37
  }