@paroicms/generator-site 0.12.11 → 0.12.12
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/generator-site@0.12.
|
|
2
|
+
> @paroicms/generator-site@0.12.12 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/generator-site@0.12.
|
|
6
|
+
> @paroicms/generator-site@0.12.12 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/generator-site@0.12.
|
|
10
|
+
> @paroicms/generator-site@0.12.12 _scss
|
|
11
11
|
> sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
|
|
12
12
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @paroicms/generator-site
|
|
2
2
|
|
|
3
|
+
## 0.12.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7b8a070: Force update
|
|
8
|
+
- Updated dependencies [7b8a070]
|
|
9
|
+
- @paroicms/script-lib@0.3.8
|
|
10
|
+
- @paroicms/site-generator-plugin@0.27.8
|
|
11
|
+
- @paroicms/tiptap-editor-plugin@1.0.9
|
|
12
|
+
|
|
3
13
|
## 0.12.11
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/generator-site",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.12",
|
|
4
4
|
"description": "ParoiCMS generator website",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,9 +24,9 @@
|
|
|
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/script-lib": "0.3.
|
|
28
|
-
"@paroicms/site-generator-plugin": "0.27.
|
|
29
|
-
"@paroicms/tiptap-editor-plugin": "1.0.
|
|
27
|
+
"@paroicms/script-lib": "0.3.8",
|
|
28
|
+
"@paroicms/site-generator-plugin": "0.27.8",
|
|
29
|
+
"@paroicms/tiptap-editor-plugin": "1.0.9"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"concurrently": "~9.2.1",
|