@xwiki/cristal-page-default 0.24.0 → 0.25.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xwiki/cristal-page-default",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "license": "LGPL 2.1",
5
5
  "author": "XWiki Org Community <contact@xwiki.org>",
6
6
  "homepage": "https://cristal.xwiki.org/",
@@ -28,13 +28,13 @@
28
28
  "main": "./dist/index.es.js",
29
29
  "types": "./dist/index.d.ts",
30
30
  "dependencies": {
31
- "yaml": "2.8.1",
32
- "@xwiki/cristal-page-api": "0.24.0"
31
+ "yaml": "2.8.2",
32
+ "@xwiki/cristal-page-api": "0.25.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "5.9.3",
36
- "vite": "7.1.12",
37
- "@xwiki/cristal-dev-config": "0.24.0"
36
+ "vite": "7.2.7",
37
+ "@xwiki/cristal-dev-config": "0.25.0"
38
38
  },
39
39
  "scripts": {
40
40
  "api-extractor:local": "api-extractor run --local",
package/CHANGELOG.md DELETED
@@ -1,56 +0,0 @@
1
- # @xwiki/cristal-page-default
2
-
3
- ## 0.23.0
4
-
5
- ### Minor Changes
6
-
7
- - Cristal 0.23 Release
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies
12
- - @xwiki/cristal-page-api@0.23.0
13
-
14
- ## 0.22.0
15
-
16
- ### Minor Changes
17
-
18
- - Cristal 0.22 Release
19
-
20
- ### Patch Changes
21
-
22
- - Updated dependencies
23
- - @xwiki/cristal-page-api@0.22.0
24
-
25
- ## 0.21.0
26
-
27
- ### Minor Changes
28
-
29
- - Cristal 0.21 Release
30
-
31
- ### Patch Changes
32
-
33
- - Updated dependencies
34
- - @xwiki/cristal-page-api@0.21.0
35
-
36
- ## 0.20.0
37
-
38
- ### Minor Changes
39
-
40
- - Cristal 0.20 Release
41
-
42
- ### Patch Changes
43
-
44
- - Updated dependencies
45
- - @xwiki/cristal-page-api@0.20.0
46
-
47
- ## 0.20.0-rc.0
48
-
49
- ### Minor Changes
50
-
51
- - Cristal 0.20-rc-1 Release
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies
56
- - @xwiki/cristal-page-api@0.20.0-rc.0