@paroicms/playground_demo2 0.73.12 → 0.74.0
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 +40 -0
- package/package.json +14 -13
- package/site-schema.json +4 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo2@0.
|
|
2
|
+
> @paroicms/playground_demo2@0.74.0 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo2@0.
|
|
6
|
+
> @paroicms/playground_demo2@0.74.0 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.0 _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,45 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.74.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b04e80e: Preview scheduled and draft documents
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- @paroicms/script-lib@0.3.10
|
|
12
|
+
- @paroicms/contact-form-plugin@0.33.10
|
|
13
|
+
- @paroicms/content-loading-plugin@0.27.11
|
|
14
|
+
- @paroicms/internal-link-plugin@0.23.8
|
|
15
|
+
- @paroicms/list-field-plugin@0.28.8
|
|
16
|
+
- @paroicms/mcp-plugin@0.2.1
|
|
17
|
+
- @paroicms/platform-video-plugin@0.37.9
|
|
18
|
+
- @paroicms/public-menu-plugin@0.19.11
|
|
19
|
+
- @paroicms/quill-editor-plugin@1.46.1
|
|
20
|
+
- @paroicms/tiptap-editor-plugin@1.1.1
|
|
21
|
+
- @paroicms/zoom-plugin@0.2.8
|
|
22
|
+
|
|
23
|
+
## 0.73.13
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 5a7cf8c: Dependency updates for MCP plugin and PAT system
|
|
28
|
+
- Updated dependencies [5a7cf8c]
|
|
29
|
+
- Updated dependencies [5a7cf8c]
|
|
30
|
+
- Updated dependencies [5a7cf8c]
|
|
31
|
+
- @paroicms/script-lib@0.3.9
|
|
32
|
+
- @paroicms/content-loading-plugin@0.27.10
|
|
33
|
+
- @paroicms/platform-video-plugin@0.37.8
|
|
34
|
+
- @paroicms/internal-link-plugin@0.23.7
|
|
35
|
+
- @paroicms/contact-form-plugin@0.33.9
|
|
36
|
+
- @paroicms/public-menu-plugin@0.19.10
|
|
37
|
+
- @paroicms/list-field-plugin@0.28.7
|
|
38
|
+
- @paroicms/zoom-plugin@0.2.7
|
|
39
|
+
- @paroicms/tiptap-editor-plugin@1.1.0
|
|
40
|
+
- @paroicms/quill-editor-plugin@1.46.0
|
|
41
|
+
- @paroicms/mcp-plugin@0.2.0
|
|
42
|
+
|
|
3
43
|
## 0.73.12
|
|
4
44
|
|
|
5
45
|
### 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.0",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,22 +24,23 @@
|
|
|
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/
|
|
32
|
-
"@paroicms/
|
|
33
|
-
"@paroicms/
|
|
34
|
-
"@paroicms/
|
|
35
|
-
"@paroicms/
|
|
36
|
-
"@paroicms/
|
|
27
|
+
"@paroicms/contact-form-plugin": "0.33.10",
|
|
28
|
+
"@paroicms/content-loading-plugin": "0.27.11",
|
|
29
|
+
"@paroicms/internal-link-plugin": "0.23.8",
|
|
30
|
+
"@paroicms/list-field-plugin": "0.28.8",
|
|
31
|
+
"@paroicms/mcp-plugin": "0.2.1",
|
|
32
|
+
"@paroicms/public-menu-plugin": "0.19.11",
|
|
33
|
+
"@paroicms/tiptap-editor-plugin": "1.1.1",
|
|
34
|
+
"@paroicms/quill-editor-plugin": "1.46.1",
|
|
35
|
+
"@paroicms/script-lib": "0.3.10",
|
|
36
|
+
"@paroicms/platform-video-plugin": "0.37.9",
|
|
37
|
+
"@paroicms/zoom-plugin": "0.2.8"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
40
|
"concurrently": "~9.2.1",
|
|
40
41
|
"nodemon": "~3.1.11",
|
|
41
42
|
"pino-pretty": "~13.1.2",
|
|
42
|
-
"rimraf": "~6.1.
|
|
43
|
-
"sass": "~1.94.
|
|
43
|
+
"rimraf": "~6.1.2",
|
|
44
|
+
"sass": "~1.94.2"
|
|
44
45
|
}
|
|
45
46
|
}
|
package/site-schema.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@paroicms/content-loading-plugin",
|
|
23
23
|
"@paroicms/internal-link-plugin",
|
|
24
24
|
"@paroicms/list-field-plugin",
|
|
25
|
+
"@paroicms/mcp-plugin",
|
|
25
26
|
"@paroicms/public-menu-plugin",
|
|
26
27
|
"@paroicms/platform-video-plugin",
|
|
27
28
|
"@paroicms/zoom-plugin"
|
|
@@ -200,7 +201,9 @@
|
|
|
200
201
|
"cluster": {
|
|
201
202
|
"autoCreate": true
|
|
202
203
|
},
|
|
203
|
-
"routingChildren": ["exhibition", "pages"]
|
|
204
|
+
"routingChildren": ["exhibition", "pages"],
|
|
205
|
+
"regularChildren": ["page"],
|
|
206
|
+
"regularChildrenSorting": "title asc"
|
|
204
207
|
},
|
|
205
208
|
{
|
|
206
209
|
"typeName": "posts",
|