@paroicms/playground_demo1 0.68.12 → 0.68.14

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,10 +1,8 @@
1
- npm warn Unknown project config "/builds/paroi/opensource/paroicms.tmp/NPMRC_FILE". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
2
1
 
3
- > @paroicms/playground_demo1@0.68.12 build:ci
2
+ > @paroicms/playground_demo1@0.68.14 build:ci
4
3
  > npm run build
5
4
 
6
- npm warn Unknown project config "/builds/paroi/opensource/paroicms.tmp/NPMRC_FILE". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
7
5
 
8
- > @paroicms/playground_demo1@0.68.12 build
6
+ > @paroicms/playground_demo1@0.68.14 build
9
7
  > postcss theme/assets/css/index.css -o theme/assets/bundle.css
10
8
 
@@ -0,0 +1,4 @@
1
+
2
+ > @paroicms/playground_demo1@0.68.14 build
3
+ > postcss theme/assets/css/index.css -o theme/assets/bundle.css
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.68.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [14289cd]
8
+ - @paroicms/tiptap-editor-plugin@2.0.2
9
+ - @paroicms/script-lib@1.0.1
10
+ - @paroicms/contact-form-plugin@1.0.2
11
+ - @paroicms/content-loading-plugin@1.0.2
12
+ - @paroicms/internal-link-plugin@1.0.2
13
+ - @paroicms/platform-video-plugin@1.0.2
14
+ - @paroicms/public-menu-plugin@1.0.2
15
+ - @paroicms/zoom-plugin@1.0.2
16
+
17
+ ## 0.68.13
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @paroicms/contact-form-plugin@1.0.1
24
+ - @paroicms/content-loading-plugin@1.0.1
25
+ - @paroicms/internal-link-plugin@1.0.1
26
+ - @paroicms/platform-video-plugin@1.0.1
27
+ - @paroicms/public-menu-plugin@1.0.1
28
+ - @paroicms/tiptap-editor-plugin@2.0.1
29
+ - @paroicms/zoom-plugin@1.0.1
30
+ - @paroicms/script-lib@1.0.0
31
+
3
32
  ## 0.68.12
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo1",
3
- "version": "0.68.12",
3
+ "version": "0.68.14",
4
4
  "description": "Boilerplate website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -23,14 +23,14 @@
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": "1.0.0",
27
- "@paroicms/content-loading-plugin": "1.0.0",
28
- "@paroicms/internal-link-plugin": "1.0.0",
29
- "@paroicms/public-menu-plugin": "1.0.0",
30
- "@paroicms/tiptap-editor-plugin": "2.0.0",
31
- "@paroicms/script-lib": "0.3.26",
32
- "@paroicms/platform-video-plugin": "1.0.0",
33
- "@paroicms/zoom-plugin": "1.0.0"
26
+ "@paroicms/contact-form-plugin": "1.0.2",
27
+ "@paroicms/content-loading-plugin": "1.0.2",
28
+ "@paroicms/internal-link-plugin": "1.0.2",
29
+ "@paroicms/public-menu-plugin": "1.0.2",
30
+ "@paroicms/tiptap-editor-plugin": "2.0.2",
31
+ "@paroicms/script-lib": "1.0.1",
32
+ "@paroicms/platform-video-plugin": "1.0.2",
33
+ "@paroicms/zoom-plugin": "1.0.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "concurrently": "~10.0.3",