@wpnuxt/blocks 2.0.0-beta.7 → 2.0.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.
package/dist/module.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@wpnuxt/blocks",
3
3
  "configKey": "wpNuxtBlocks",
4
4
  "compatibility": {
5
- "nuxt": ">=3.17.0"
5
+ "nuxt": ">=4.0.0"
6
6
  },
7
- "version": "2.0.0-beta.7",
7
+ "version": "2.0.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ const module$1 = defineNuxtModule({
8
8
  name: "@wpnuxt/blocks",
9
9
  configKey: "wpNuxtBlocks",
10
10
  compatibility: {
11
- nuxt: ">=3.17.0"
11
+ nuxt: ">=4.0.0"
12
12
  }
13
13
  },
14
14
  defaults: {
@@ -17,7 +17,6 @@ fragment CoreButton on CoreButton {
17
17
  style
18
18
  tagName
19
19
  text
20
- textAlign
21
20
  textColor
22
21
  title
23
22
  type
@@ -14,7 +14,6 @@ fragment CoreHeading on CoreHeading {
14
14
  metadata
15
15
  placeholder
16
16
  style
17
- textAlign
18
17
  textColor
19
18
  }
20
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpnuxt/blocks",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0",
4
4
  "description": "Vue components for rendering WordPress Gutenberg blocks in Nuxt",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@nuxt/ui": "^4.0.0",
52
- "nuxt": ">=3.17.0"
52
+ "nuxt": ">=4.0.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "@nuxt/ui": {