@paroicms/playground_demo2 0.66.0 → 0.67.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 +17 -0
- package/package.json +8 -9
- package/site-schema.json +1 -2
- package/theme/templates/partials/header.liquid +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @paroicms/playground_demo2@0.
|
|
2
|
+
> @paroicms/playground_demo2@0.67.0 build
|
|
3
3
|
> npm run scss
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @paroicms/playground_demo2@0.
|
|
6
|
+
> @paroicms/playground_demo2@0.67.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.67.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,22 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.67.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6e3c9fd: Better plugin structure; Vitest configuration; Improve synchronous hooks; Improve "normalizeTypography" option (refactoring)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [6e3c9fd]
|
|
12
|
+
- @paroicms/content-loading-plugin@0.25.0
|
|
13
|
+
- @paroicms/internal-link-plugin@0.20.0
|
|
14
|
+
- @paroicms/contact-form-plugin@0.31.0
|
|
15
|
+
- @paroicms/quill-editor-plugin@1.40.0
|
|
16
|
+
- @paroicms/public-menu-plugin@0.17.0
|
|
17
|
+
- @paroicms/list-field-plugin@0.24.0
|
|
18
|
+
- @paroicms/video-plugin@0.34.0
|
|
19
|
+
|
|
3
20
|
## 0.66.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,14 +23,13 @@
|
|
|
23
23
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paroicms/contact-form-plugin": "0.
|
|
27
|
-
"@paroicms/content-loading-plugin": "0.
|
|
28
|
-
"@paroicms/
|
|
29
|
-
"@paroicms/
|
|
30
|
-
"@paroicms/
|
|
31
|
-
"@paroicms/
|
|
32
|
-
"@paroicms/
|
|
33
|
-
"@paroicms/video-plugin": "0.33.0"
|
|
26
|
+
"@paroicms/contact-form-plugin": "0.31.0",
|
|
27
|
+
"@paroicms/content-loading-plugin": "0.25.0",
|
|
28
|
+
"@paroicms/internal-link-plugin": "0.20.0",
|
|
29
|
+
"@paroicms/list-field-plugin": "0.24.0",
|
|
30
|
+
"@paroicms/public-menu-plugin": "0.17.0",
|
|
31
|
+
"@paroicms/quill-editor-plugin": "1.40.0",
|
|
32
|
+
"@paroicms/video-plugin": "0.34.0"
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
36
35
|
"concurrently": "~9.1.2",
|
package/site-schema.json
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
},
|
|
13
13
|
"@paroicms/contact-form-plugin",
|
|
14
14
|
"@paroicms/content-loading-plugin",
|
|
15
|
-
"@paroicms/formatting-plugin",
|
|
16
15
|
"@paroicms/internal-link-plugin",
|
|
17
16
|
"@paroicms/list-field-plugin",
|
|
18
17
|
"@paroicms/public-menu-plugin",
|
|
@@ -276,7 +275,7 @@
|
|
|
276
275
|
"es": "contáctenos"
|
|
277
276
|
},
|
|
278
277
|
"withFeaturedImage": false,
|
|
279
|
-
"fields": ["
|
|
278
|
+
"fields": ["buttonLabel", "htmlContent"]
|
|
280
279
|
},
|
|
281
280
|
{
|
|
282
281
|
"typeName": "searchPage",
|