@paroicms/generator-site 0.13.28 → 0.13.30

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,8 +1,10 @@
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.
1
2
 
2
- > @paroicms/generator-site@0.13.28 build:ci
3
+ > @paroicms/generator-site@0.13.30 build:ci
3
4
  > npm run build
4
5
 
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.
5
7
 
6
- > @paroicms/generator-site@0.13.28 build
8
+ > @paroicms/generator-site@0.13.30 build
7
9
  > postcss theme/assets/css/index.css -o theme/assets/bundle.css
8
10
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @paroicms/generator-site
2
2
 
3
+ ## 0.13.30
4
+
5
+ ### Patch Changes
6
+
7
+ - @paroicms/site-generator-plugin@1.0.0
8
+ - @paroicms/tiptap-editor-plugin@2.0.0
9
+
10
+ ## 0.13.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [be41aaa]
15
+ - @paroicms/tiptap-editor-plugin@1.2.17
16
+ - @paroicms/script-lib@0.3.26
17
+ - @paroicms/site-generator-plugin@0.33.4
18
+
3
19
  ## 0.13.28
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/generator-site",
3
- "version": "0.13.28",
3
+ "version": "0.13.30",
4
4
  "description": "ParoiCMS generator website",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
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/script-lib": "0.3.25",
27
- "@paroicms/site-generator-plugin": "0.33.3",
28
- "@paroicms/tiptap-editor-plugin": "1.2.16"
26
+ "@paroicms/script-lib": "0.3.26",
27
+ "@paroicms/site-generator-plugin": "1.0.0",
28
+ "@paroicms/tiptap-editor-plugin": "2.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "concurrently": "~10.0.3",