@paroicms/playground_demo2 0.76.3 → 0.76.5

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,4 +1,4 @@
1
1
 
2
- > @paroicms/playground_demo2@0.76.3 build
3
- > postcss theme/assets/css/index.css -o theme/assets/index.css
2
+ > @paroicms/playground_demo2@0.76.5 build
3
+ > postcss theme/assets/css/index.css -o theme/assets/bundle.css
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.76.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a01d27e]
8
+ - @paroicms/content-loading-plugin@0.27.15
9
+ - @paroicms/platform-video-plugin@0.37.13
10
+ - @paroicms/internal-link-plugin@0.23.12
11
+ - @paroicms/tiptap-editor-plugin@1.2.3
12
+ - @paroicms/contact-form-plugin@0.33.14
13
+ - @paroicms/quill-editor-plugin@1.47.2
14
+ - @paroicms/public-menu-plugin@0.19.15
15
+ - @paroicms/list-field-plugin@0.28.12
16
+ - @paroicms/script-lib@0.3.14
17
+ - @paroicms/zoom-plugin@0.2.12
18
+ - @paroicms/mcp-plugin@0.2.6
19
+
20
+ ## 0.76.4
21
+
22
+ ### Patch Changes
23
+
24
+ - ff8e6b5: Fixed Button feedback and removed last scss commands
25
+
3
26
  ## 0.76.3
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo2",
3
- "version": "0.76.3",
3
+ "version": "0.76.5",
4
4
  "description": "Demonstration website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -14,25 +14,25 @@
14
14
  "main": "paroicms-site.js",
15
15
  "scripts": {
16
16
  "start": "paroicms | npm run _pino-pretty",
17
- "start:dev": "nodemon --watch 'site-schema*.json' --watch config.json",
17
+ "start:dev": "nodemon --watch './site-schema*.json' --watch ./config.json",
18
18
  "dev": "concurrently -n 'node,css' -c 'yellow.bold,magenta.bold' 'npm run start:dev' 'npm run css:watch'",
19
- "build": "postcss theme/assets/css/index.css -o theme/assets/index.css",
20
- "clear": "rimraf theme/assets/index.css",
21
- "css:watch": "postcss theme/assets/css/index.css -o theme/assets/index.css --watch",
19
+ "build": "postcss theme/assets/css/index.css -o theme/assets/bundle.css",
20
+ "clear": "rimraf theme/assets/bundle.css",
21
+ "css:watch": "postcss theme/assets/css/index.css -o theme/assets/bundle.css --watch",
22
22
  "_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
23
23
  },
24
24
  "dependencies": {
25
- "@paroicms/contact-form-plugin": "0.33.13",
26
- "@paroicms/content-loading-plugin": "0.27.14",
27
- "@paroicms/internal-link-plugin": "0.23.11",
28
- "@paroicms/list-field-plugin": "0.28.11",
29
- "@paroicms/mcp-plugin": "0.2.5",
30
- "@paroicms/public-menu-plugin": "0.19.14",
31
- "@paroicms/tiptap-editor-plugin": "1.2.2",
32
- "@paroicms/quill-editor-plugin": "1.47.1",
33
- "@paroicms/script-lib": "0.3.13",
34
- "@paroicms/platform-video-plugin": "0.37.12",
35
- "@paroicms/zoom-plugin": "0.2.11"
25
+ "@paroicms/contact-form-plugin": "0.33.14",
26
+ "@paroicms/content-loading-plugin": "0.27.15",
27
+ "@paroicms/internal-link-plugin": "0.23.12",
28
+ "@paroicms/list-field-plugin": "0.28.12",
29
+ "@paroicms/mcp-plugin": "0.2.6",
30
+ "@paroicms/public-menu-plugin": "0.19.15",
31
+ "@paroicms/tiptap-editor-plugin": "1.2.3",
32
+ "@paroicms/quill-editor-plugin": "1.47.2",
33
+ "@paroicms/script-lib": "0.3.14",
34
+ "@paroicms/platform-video-plugin": "0.37.13",
35
+ "@paroicms/zoom-plugin": "0.2.12"
36
36
  },
37
37
  "devDependencies": {
38
38
  "concurrently": "~9.2.1",
@@ -8,7 +8,7 @@
8
8
  {%- endif %}
9
9
  {{ site.field.title }}
10
10
  </title>
11
- <link rel="stylesheet" href="{{ site.assetsUrl }}/index.css">
11
+ <link rel="stylesheet" href="{{ site.assetsUrl }}/bundle.css">
12
12
  <script type="module" src="{{ site.assetsUrl }}/js/main.mjs" defer></script>
13
13
  {{ doc | headTags }}
14
14
  </head>
File without changes