@paroicms/playground_demo2 0.73.13 → 0.74.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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +36 -0
- package/package.json +12 -12
- package/site-schema.json +3 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo2@0.
|
|
2
|
+
> @paroicms/playground_demo2@0.74.1 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo2@0.
|
|
6
|
+
> @paroicms/playground_demo2@0.74.1 scss
|
|
7
7
|
> npm run _scss -- --no-source-map --style=compressed
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @paroicms/playground_demo2@0.
|
|
10
|
+
> @paroicms/playground_demo2@0.74.1 _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,41 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.74.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @paroicms/contact-form-plugin@0.33.11
|
|
8
|
+
- @paroicms/content-loading-plugin@0.27.12
|
|
9
|
+
- @paroicms/internal-link-plugin@0.23.9
|
|
10
|
+
- @paroicms/list-field-plugin@0.28.9
|
|
11
|
+
- @paroicms/mcp-plugin@0.2.2
|
|
12
|
+
- @paroicms/platform-video-plugin@0.37.10
|
|
13
|
+
- @paroicms/public-menu-plugin@0.19.12
|
|
14
|
+
- @paroicms/quill-editor-plugin@1.46.2
|
|
15
|
+
- @paroicms/tiptap-editor-plugin@1.1.2
|
|
16
|
+
- @paroicms/zoom-plugin@0.2.9
|
|
17
|
+
- @paroicms/script-lib@0.3.11
|
|
18
|
+
|
|
19
|
+
## 0.74.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- b04e80e: Preview scheduled and draft documents
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- @paroicms/script-lib@0.3.10
|
|
28
|
+
- @paroicms/contact-form-plugin@0.33.10
|
|
29
|
+
- @paroicms/content-loading-plugin@0.27.11
|
|
30
|
+
- @paroicms/internal-link-plugin@0.23.8
|
|
31
|
+
- @paroicms/list-field-plugin@0.28.8
|
|
32
|
+
- @paroicms/mcp-plugin@0.2.1
|
|
33
|
+
- @paroicms/platform-video-plugin@0.37.9
|
|
34
|
+
- @paroicms/public-menu-plugin@0.19.11
|
|
35
|
+
- @paroicms/quill-editor-plugin@1.46.1
|
|
36
|
+
- @paroicms/tiptap-editor-plugin@1.1.1
|
|
37
|
+
- @paroicms/zoom-plugin@0.2.8
|
|
38
|
+
|
|
3
39
|
## 0.73.13
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.74.1",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,17 +24,17 @@
|
|
|
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/contact-form-plugin": "0.33.
|
|
28
|
-
"@paroicms/content-loading-plugin": "0.27.
|
|
29
|
-
"@paroicms/internal-link-plugin": "0.23.
|
|
30
|
-
"@paroicms/list-field-plugin": "0.28.
|
|
31
|
-
"@paroicms/mcp-plugin": "0.2.
|
|
32
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
33
|
-
"@paroicms/tiptap-editor-plugin": "1.1.
|
|
34
|
-
"@paroicms/quill-editor-plugin": "1.46.
|
|
35
|
-
"@paroicms/script-lib": "0.3.
|
|
36
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
37
|
-
"@paroicms/zoom-plugin": "0.2.
|
|
27
|
+
"@paroicms/contact-form-plugin": "0.33.11",
|
|
28
|
+
"@paroicms/content-loading-plugin": "0.27.12",
|
|
29
|
+
"@paroicms/internal-link-plugin": "0.23.9",
|
|
30
|
+
"@paroicms/list-field-plugin": "0.28.9",
|
|
31
|
+
"@paroicms/mcp-plugin": "0.2.2",
|
|
32
|
+
"@paroicms/public-menu-plugin": "0.19.12",
|
|
33
|
+
"@paroicms/tiptap-editor-plugin": "1.1.2",
|
|
34
|
+
"@paroicms/quill-editor-plugin": "1.46.2",
|
|
35
|
+
"@paroicms/script-lib": "0.3.11",
|
|
36
|
+
"@paroicms/platform-video-plugin": "0.37.10",
|
|
37
|
+
"@paroicms/zoom-plugin": "0.2.9"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"concurrently": "~9.2.1",
|
package/site-schema.json
CHANGED
|
@@ -201,7 +201,9 @@
|
|
|
201
201
|
"cluster": {
|
|
202
202
|
"autoCreate": true
|
|
203
203
|
},
|
|
204
|
-
"routingChildren": ["exhibition", "pages"]
|
|
204
|
+
"routingChildren": ["exhibition", "pages"],
|
|
205
|
+
"regularChildren": ["page"],
|
|
206
|
+
"regularChildrenSorting": "title asc"
|
|
205
207
|
},
|
|
206
208
|
{
|
|
207
209
|
"typeName": "posts",
|