From dbac74e63205da7987f475b3adb83beb6d58377a Mon Sep 17 00:00:00 2001 From: Kevin Stubbs Date: Tue, 28 May 2024 18:55:09 +0545 Subject: [PATCH] 3.6.0 beta --- .changeset/pre.json | 26 +++++++++++++++++++ packages/browser/CHANGELOG.md | 6 +++++ packages/browser/package.json | 2 +- packages/cli/CHANGELOG.md | 6 +++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 2 ++ packages/core/package.json | 2 +- packages/react-sample-library/CHANGELOG.md | 10 +++++++ packages/react-sample-library/package.json | 2 +- packages/react-sdk/CHANGELOG.md | 8 ++++++ packages/react-sdk/package.json | 2 +- packages/vue-sdk/CHANGELOG.md | 12 +++++++++ packages/vue-sdk/package.json | 2 +- starters/gatsby-starter-ts/package.json | 2 +- starters/gatsby-starter/package.json | 2 +- .../nextjs-starter-approuter-ts/package.json | 2 +- starters/nextjs-starter-ts/package.json | 2 +- starters/nextjs-starter/package.json | 2 +- starters/vue-starter-ts/CHANGELOG.md | 13 ++++++++++ starters/vue-starter-ts/package.json | 2 +- starters/vue-starter/CHANGELOG.md | 13 ++++++++++ starters/vue-starter/package.json | 4 +-- 22 files changed, 110 insertions(+), 14 deletions(-) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000..54e91835 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,26 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "eslint-config-pcc-custom": "1.0.0", + "testpages": "0.1.0", + "@pantheon-systems/pcc-browser-sdk": "3.5.3", + "@pantheon-systems/pcc-cli": "3.5.3", + "@pantheon-systems/pcc-sdk-core": "3.5.3", + "@pantheon-systems/pcc-react-sample-library": "3.5.3", + "@pantheon-systems/pcc-react-sdk": "3.5.3", + "@pantheon-systems/pcc-vue-sdk": "3.5.3", + "gatsby-pcc-starter": "1.0.0", + "gatsby-pcc-starter-ts": "1.0.0", + "@pantheon-systems/next-pcc-starter": "1.0.0", + "@pantheon-systems/next-approuter-pcc-starter-ts": "1.1.4", + "@pantheon-systems/next-pcc-starter-ts": "1.0.0", + "@pantheon-systems/vue-pcc-starter": "1.0.3", + "@pantheon-systems/vue-pcc-starter-ts": "1.0.3" + }, + "changesets": [ + "itchy-otters-warn", + "silent-donkeys-watch", + "wicked-crews-explain" + ] +} diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 02e84923..ccedb503 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-browser-sdk +## 3.6.0-beta.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 59d83474..5f709bd0 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -2,7 +2,7 @@ "name": "@pantheon-systems/pcc-browser-sdk", "author": "@pantheon-systems", "description": "Pantheon Content Cloud Browser SDK", - "version": "3.5.3", + "version": "3.6.0-beta.0", "main": "dist/index.js", "files": [ "dist", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 23e53877..a3b832e0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-cli +## 3.6.0-beta.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 27eb3eb4..a3e29530 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@pantheon-systems/pcc-cli", "author": "@pantheon-systems", "description": "Pantheon Content Cloud CLI", - "version": "3.5.3", + "version": "3.6.0-beta.0", "type": "module", "license": "MIT", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff7de0e6..b1b9c669 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @pantheon-systems/pcc-sdk-core +## 3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 457b4667..108004ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@pantheon-systems/pcc-sdk-core", "author": "@pantheon-systems", "description": "Pantheon Content Cloud SDK Core", - "version": "3.5.3", + "version": "3.6.0-beta.0", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/react-sample-library/CHANGELOG.md b/packages/react-sample-library/CHANGELOG.md index 903a5141..b5ceff80 100644 --- a/packages/react-sample-library/CHANGELOG.md +++ b/packages/react-sample-library/CHANGELOG.md @@ -1,5 +1,15 @@ # @pantheon-systems/pcc-vue-sdk +## 3.6.0-beta.0 + +### Patch Changes + +- 14a968b: Make preview bar sticky at the top by default +- Updated dependencies [80ef092] +- Updated dependencies [14a968b] + - @pantheon-systems/pcc-react-sdk@3.6.0-beta.0 + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/react-sample-library/package.json b/packages/react-sample-library/package.json index 56c8a03f..8342b889 100644 --- a/packages/react-sample-library/package.json +++ b/packages/react-sample-library/package.json @@ -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.5.3", + "version": "3.6.0-beta.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index 2eda459b..8918d14a 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @pantheon-systems/pcc-react-sdk +## 3.6.0-beta.0 + +### Patch Changes + +- 80ef092: Update preview bar copy and icons +- 14a968b: Make preview bar sticky at the top by default + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index f8aaa5bf..758fdaf8 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -2,7 +2,7 @@ "name": "@pantheon-systems/pcc-react-sdk", "author": "@pantheon-systems", "description": "Pantheon Content Cloud React SDK", - "version": "3.5.3", + "version": "3.6.0-beta.0", "license": "MIT", "keywords": [ "pcc", diff --git a/packages/vue-sdk/CHANGELOG.md b/packages/vue-sdk/CHANGELOG.md index 35553b22..c2390798 100644 --- a/packages/vue-sdk/CHANGELOG.md +++ b/packages/vue-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @pantheon-systems/pcc-vue-sdk +## 3.6.0-beta.0 + +### Minor Changes + +- 7df9251: Upgraded Vue dependencies. Removed support for vue@2 + +### Patch Changes + +- 80ef092: Update preview bar copy and icons +- 14a968b: Make preview bar sticky at the top by default + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/vue-sdk/package.json b/packages/vue-sdk/package.json index f248c34f..4f63d93d 100644 --- a/packages/vue-sdk/package.json +++ b/packages/vue-sdk/package.json @@ -2,7 +2,7 @@ "name": "@pantheon-systems/pcc-vue-sdk", "author": "@pantheon-systems", "description": "Pantheon Content Cloud Vue SDK", - "version": "3.5.3", + "version": "3.6.0-beta.0", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/starters/gatsby-starter-ts/package.json b/starters/gatsby-starter-ts/package.json index a436bb36..e4cb5deb 100644 --- a/starters/gatsby-starter-ts/package.json +++ b/starters/gatsby-starter-ts/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@mdx-js/react": "^2.3.0", - "@pantheon-systems/pcc-react-sdk": "~3.5.3", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.0", "@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55", "autoprefixer": "^10.4.17", "gatsby": "^5.13.5", diff --git a/starters/gatsby-starter/package.json b/starters/gatsby-starter/package.json index 6b5c61e7..f1e3f009 100644 --- a/starters/gatsby-starter/package.json +++ b/starters/gatsby-starter/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@mdx-js/react": "^2.3.0", - "@pantheon-systems/pcc-react-sdk": "~3.5.3", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.0", "@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55", "autoprefixer": "^10.4.17", "gatsby": "^5.13.5", diff --git a/starters/nextjs-starter-approuter-ts/package.json b/starters/nextjs-starter-approuter-ts/package.json index df23c994..033020f1 100644 --- a/starters/nextjs-starter-approuter-ts/package.json +++ b/starters/nextjs-starter-approuter-ts/package.json @@ -23,7 +23,7 @@ "coverage": "vitest run --coverage" }, "dependencies": { - "@pantheon-systems/pcc-react-sdk": "3.5.4-beta.0", + "@pantheon-systems/pcc-react-sdk": "~3.6.0", "@tailwindcss/typography": "^0.5.10", "classnames": "^2.5.1", "dotenv": "^16.4.5", diff --git a/starters/nextjs-starter-ts/package.json b/starters/nextjs-starter-ts/package.json index c74d43ff..2afe2a0a 100644 --- a/starters/nextjs-starter-ts/package.json +++ b/starters/nextjs-starter-ts/package.json @@ -23,7 +23,7 @@ "coverage": "vitest run --coverage" }, "dependencies": { - "@pantheon-systems/pcc-react-sdk": "~3.5.3", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.0", "@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55", "@tailwindcss/typography": "^0.5.10", "classnames": "^2.5.1", diff --git a/starters/nextjs-starter/package.json b/starters/nextjs-starter/package.json index 97b049c9..67981746 100644 --- a/starters/nextjs-starter/package.json +++ b/starters/nextjs-starter/package.json @@ -23,7 +23,7 @@ "coverage": "vitest run --coverage" }, "dependencies": { - "@pantheon-systems/pcc-react-sdk": "~3.5.3", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.0", "@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55", "@tailwindcss/typography": "^0.5.10", "classnames": "^2.5.1", diff --git a/starters/vue-starter-ts/CHANGELOG.md b/starters/vue-starter-ts/CHANGELOG.md index 82d7d433..f432b1e7 100644 --- a/starters/vue-starter-ts/CHANGELOG.md +++ b/starters/vue-starter-ts/CHANGELOG.md @@ -1,5 +1,18 @@ # @pantheon-systems/vue-pcc-starter-ts +## 1.1.0-beta.0 + +### Minor Changes + +- 7df9251: Upgraded Vue dependencies. Removed support for vue@2 + +### Patch Changes + +- Updated dependencies [80ef092] +- Updated dependencies [7df9251] +- Updated dependencies [14a968b] + - @pantheon-systems/pcc-vue-sdk@3.6.0-beta.0 + ## 1.0.3 ### Patch Changes diff --git a/starters/vue-starter-ts/package.json b/starters/vue-starter-ts/package.json index 03ddf49d..39d0c7c5 100644 --- a/starters/vue-starter-ts/package.json +++ b/starters/vue-starter-ts/package.json @@ -23,5 +23,5 @@ "dependencies": { "@pantheon-systems/pcc-vue-sdk": "workspace:*" }, - "version": "1.0.3" + "version": "1.1.0-beta.0" } diff --git a/starters/vue-starter/CHANGELOG.md b/starters/vue-starter/CHANGELOG.md index 34c17aa8..e2559e19 100644 --- a/starters/vue-starter/CHANGELOG.md +++ b/starters/vue-starter/CHANGELOG.md @@ -1,5 +1,18 @@ # @pantheon-systems/vue-pcc-starter +## 1.1.0-beta.0 + +### Minor Changes + +- 7df9251: Upgraded Vue dependencies. Removed support for vue@2 + +### Patch Changes + +- Updated dependencies [80ef092] +- Updated dependencies [7df9251] +- Updated dependencies [14a968b] + - @pantheon-systems/pcc-vue-sdk@3.6.0-beta.0 + ## 1.0.3 ### Patch Changes diff --git a/starters/vue-starter/package.json b/starters/vue-starter/package.json index 60cafba1..6c26c3a8 100644 --- a/starters/vue-starter/package.json +++ b/starters/vue-starter/package.json @@ -21,7 +21,7 @@ "vue-router": "^4.3.0" }, "dependencies": { - "@pantheon-systems/pcc-vue-sdk": "~3.5.3" + "@pantheon-systems/pcc-vue-sdk": "~3.6.0-beta.0" }, - "version": "1.0.3" + "version": "1.1.0-beta.0" }