Skip to content

Commit

Permalink
Bump beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Dec 17, 2024
1 parent 67bc79b commit 2b90051
Show file tree
Hide file tree
Showing 23 changed files with 106 additions and 17 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"@pantheon-systems/vue-pcc-starter-ts": "1.1.3"
},
"changesets": [
"good-weeks-agree",
"plenty-rice-cheer",
"proud-socks-cry",
"seven-owls-poke",
"sixty-moose-act"
"sixty-moose-act",
"ten-cats-swim"
]
}
8 changes: 8 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/pcc-browser-sdk

## 3.10.0-beta.2

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-sdk-core@3.10.0-beta.2

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-browser-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Browser SDK",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @pantheon-systems/pcc-cli

## 3.10.0-beta.2

### Minor Changes

- 0b3ee7b: No longer download turbo.json when initializing a new project from the starter
kit.

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- 39b7604: Added a warning message when CLI build is pointing to non-production
environment.
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-sdk-core@3.10.0-beta.2

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-cli",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud CLI",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pantheon-systems/pcc-sdk-core

## 3.10.0-beta.2

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-sdk-core",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud SDK Core",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-sample-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pantheon-systems/pcc-vue-sdk

## 3.10.0-beta.2

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- Updated dependencies [b89c5ee]
- @pantheon-systems/pcc-react-sdk@3.10.0-beta.2
- @pantheon-systems/pcc-sdk-core@3.10.0-beta.2

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sample-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-react-sample-library",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Sample Component Library for React",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @pantheon-systems/pcc-react-sdk

## 3.10.0-beta.2

### Minor Changes

- b89c5ee: The injected preview bar is deprecated in favor of the integrated preview bar in
the dashboard preview interface

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-sdk-core@3.10.0-beta.2

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-react-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud React SDK",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"license": "MIT",
"keywords": [
"pcc",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/pcc-vue-sdk

## 3.10.0-beta.2

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-sdk-core@3.10.0-beta.2

## 3.10.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-vue-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Vue SDK",
"version": "3.10.0-beta.1",
"version": "3.10.0-beta.2",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@mdx-js/react": "2.3.0",
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.1",
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.2",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "^10.4.17",
"gatsby": "5.13.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@mdx-js/react": "2.3.0",
"@pantheon-systems/pcc-react-sdk": "3.10.0-beta.1",
"@pantheon-systems/pcc-react-sdk": "3.10.0-beta.2",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "^10.4.17",
"gatsby": "5.13.5",
Expand Down
9 changes: 9 additions & 0 deletions starters/nextjs-starter-approuter-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pantheon-systems/next-pcc-starter

## 1.1.9-beta.1

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- Updated dependencies [b89c5ee]
- @pantheon-systems/pcc-react-sdk@3.10.0-beta.2

## 1.1.9-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions starters/nextjs-starter-approuter-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pantheon-systems/next-approuter-pcc-starter-ts",
"version": "1.1.9-beta.0",
"version": "1.1.9-beta.1",
"private": true,
"license": "GPL-3.0-or-later",
"description": "A starter for building a Pantheon Content Cloud (PCC) powered site with Next.js App Router and TypeScript",
Expand All @@ -26,7 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.0",
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.1",
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.1",
"@pantheon-systems/pcc-react-sdk": "~3.10.0-beta.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
Expand Down
8 changes: 8 additions & 0 deletions starters/vue-starter-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/vue-pcc-starter-ts

## 1.1.4-beta.1

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-vue-sdk@3.10.0-beta.2

## 1.1.4-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions starters/vue-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-router": "4.3.0"
},
"dependencies": {
"@pantheon-systems/pcc-vue-sdk": "~3.10.0-beta.0"
"@pantheon-systems/pcc-vue-sdk": "~3.10.0-beta.2"
},
"version": "1.1.4-beta.0"
"version": "1.1.4-beta.1"
}
8 changes: 8 additions & 0 deletions starters/vue-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/vue-pcc-starter

## 1.1.4-beta.1

### Patch Changes

- 67bc79b: Use 'label' for metadata group record identifiers instead of 'name'
- Updated dependencies [67bc79b]
- @pantheon-systems/pcc-vue-sdk@3.10.0-beta.2

## 1.1.4-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions starters/vue-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-router": "4.3.0"
},
"dependencies": {
"@pantheon-systems/pcc-vue-sdk": "~3.10.0-beta.0"
"@pantheon-systems/pcc-vue-sdk": "~3.10.0-beta.2"
},
"version": "1.1.4-beta.0"
"version": "1.1.4-beta.1"
}

0 comments on commit 2b90051

Please sign in to comment.