@paroicms/generator-site 0.5.1 → 0.5.2

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,12 +1,14 @@
1
-
2
- > @paroicms/generator-site@0.5.1 build
3
- > npm run scss
4
-
5
-
6
- > @paroicms/generator-site@0.5.1 scss
7
- > npm run _scss -- --no-source-map --style=compressed
8
-
9
-
10
- > @paroicms/generator-site@0.5.1 _scss
11
- > sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
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
+ ⠙⠙⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @paroicms/generator-site
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d2d6e78]
8
+ - Updated dependencies [d2d6e78]
9
+ - @paroicms/site-generator-plugin@0.12.0
10
+
3
11
  ## 0.5.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/generator-site",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "ParoiCMS generator website",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
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.11.0",
27
+ "@paroicms/site-generator-plugin": "0.12.0",
28
28
  "@paroicms/quill-editor-plugin": "1.32.2"
29
29
  },
30
30
  "devDependencies": {