@geins/cms 0.1.1-canary → 0.3.1

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.
@@ -4,4 +4,4 @@
4
4
  
5
5
  src/index.ts → dist/index.cjs, dist/index.esm.js...
6
6
  created dist/index.cjs, dist/index.esm.js in 1.3s
7
- ✨ Done in 1.76s.
7
+ ✨ Done in 1.79s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @geins/cms
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - first
8
+ - Updated dependencies
9
+ - @geins/core@0.3.1
10
+
11
+ ## 0.3.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 5350ec8: first
16
+ - 5350ec8: first
17
+ - Updated dependencies [5350ec8]
18
+ - Updated dependencies [5350ec8]
19
+ - @geins/core@0.3.0
20
+
21
+ ## 0.3.0-canary
22
+
23
+ ### Patch Changes
24
+
25
+ - first
26
+ - Updated dependencies
27
+ - @geins/core@0.3.0-canary
28
+
3
29
  ## 0.1.1-canary
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geins/cms",
3
- "version": "0.1.1-canary",
3
+ "version": "0.3.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@apollo/client": "^3.11.8",
17
17
  "graphql": "^16.9.0",
18
- "@geins/core": "0.1.1-canary"
18
+ "@geins/core": "0.3.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-commonjs": "^28.0.0",