From dbac74e63205da7987f475b3adb83beb6d58377a Mon Sep 17 00:00:00 2001 From: Kevin Stubbs Date: Tue, 28 May 2024 18:55:09 +0545 Subject: [PATCH 1/3] 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" } From 365170815e8604bfefd2137faa5691a0804bd2bf Mon Sep 17 00:00:00 2001 From: Kevin Stubbs Date: Mon, 3 Jun 2024 20:42:03 +0700 Subject: [PATCH 2/3] Bump to 3.6.0-beta.1 --- .changeset/pre.json | 1 + .changeset/quick-seals-bathe.md | 6 ++++++ packages/browser/CHANGELOG.md | 7 +++++++ packages/browser/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/react-sample-library/CHANGELOG.md | 8 ++++++++ packages/react-sample-library/package.json | 2 +- packages/react-sdk/CHANGELOG.md | 7 +++++++ packages/react-sdk/package.json | 2 +- packages/vue-sdk/CHANGELOG.md | 7 +++++++ packages/vue-sdk/package.json | 2 +- starters/gatsby-starter-ts/package.json | 2 +- starters/gatsby-starter/package.json | 2 +- starters/nextjs-starter-ts/package.json | 2 +- starters/nextjs-starter/package.json | 2 +- starters/vue-starter-ts/CHANGELOG.md | 6 ++++++ starters/vue-starter-ts/package.json | 2 +- 20 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 .changeset/quick-seals-bathe.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 54e91835..e234065f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,6 +20,7 @@ }, "changesets": [ "itchy-otters-warn", + "quick-seals-bathe", "silent-donkeys-watch", "wicked-crews-explain" ] diff --git a/.changeset/quick-seals-bathe.md b/.changeset/quick-seals-bathe.md new file mode 100644 index 00000000..2e0b3291 --- /dev/null +++ b/.changeset/quick-seals-bathe.md @@ -0,0 +1,6 @@ +--- +"@pantheon-systems/pcc-sdk-core": patch +"@pantheon-systems/pcc-cli": patch +--- + +Fix how protocols are being forwarded by API handler. diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index ccedb503..acbd6d5f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,12 @@ # @pantheon-systems/pcc-browser-sdk +## 3.6.0-beta.1 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + ## 3.6.0-beta.0 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 5f709bd0..d4779488 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.6.0-beta.0", + "version": "3.6.0-beta.1", "main": "dist/index.js", "files": [ "dist", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a3b832e0..61d76be5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @pantheon-systems/pcc-cli +## 3.6.0-beta.1 + +### Patch Changes + +- Fix how protocols are being forwarded by API handler. +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + ## 3.6.0-beta.0 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a3e29530..60d7b146 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.6.0-beta.0", + "version": "3.6.0-beta.1", "type": "module", "license": "MIT", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b1b9c669..d1997722 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-sdk-core +## 3.6.0-beta.1 + +### Patch Changes + +- Fix how protocols are being forwarded by API handler. + ## 3.6.0-beta.0 ## 3.5.3 diff --git a/packages/core/package.json b/packages/core/package.json index 108004ef..7ee6d21b 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.6.0-beta.0", + "version": "3.6.0-beta.1", "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 b5ceff80..f85bf3e7 100644 --- a/packages/react-sample-library/CHANGELOG.md +++ b/packages/react-sample-library/CHANGELOG.md @@ -1,5 +1,13 @@ # @pantheon-systems/pcc-vue-sdk +## 3.6.0-beta.1 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + - @pantheon-systems/pcc-react-sdk@3.6.0-beta.1 + ## 3.6.0-beta.0 ### Patch Changes diff --git a/packages/react-sample-library/package.json b/packages/react-sample-library/package.json index 8342b889..69b40497 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.6.0-beta.0", + "version": "3.6.0-beta.1", "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 8918d14a..ccc3fd09 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @pantheon-systems/pcc-react-sdk +## 3.6.0-beta.1 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + ## 3.6.0-beta.0 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 758fdaf8..393c14f7 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.6.0-beta.0", + "version": "3.6.0-beta.1", "license": "MIT", "keywords": [ "pcc", diff --git a/packages/vue-sdk/CHANGELOG.md b/packages/vue-sdk/CHANGELOG.md index c2390798..03ae7ee2 100644 --- a/packages/vue-sdk/CHANGELOG.md +++ b/packages/vue-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @pantheon-systems/pcc-vue-sdk +## 3.6.0-beta.1 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + ## 3.6.0-beta.0 ### Minor Changes diff --git a/packages/vue-sdk/package.json b/packages/vue-sdk/package.json index 4f63d93d..264c7347 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.6.0-beta.0", + "version": "3.6.0-beta.1", "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 e4cb5deb..9da945f5 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.6.0-beta.0", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.1", "@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 f1e3f009..045a5806 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.6.0-beta.0", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.1", "@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55", "autoprefixer": "^10.4.17", "gatsby": "^5.13.5", diff --git a/starters/nextjs-starter-ts/package.json b/starters/nextjs-starter-ts/package.json index 2afe2a0a..ca0e9bb3 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.6.0-beta.0", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.1", "@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 67981746..86e81569 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.6.0-beta.0", + "@pantheon-systems/pcc-react-sdk": "~3.6.0-beta.1", "@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 f432b1e7..adb0d5af 100644 --- a/starters/vue-starter-ts/CHANGELOG.md +++ b/starters/vue-starter-ts/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/vue-pcc-starter-ts +## 1.1.0-beta.1 + +### Patch Changes + +- @pantheon-systems/pcc-vue-sdk@3.6.0-beta.1 + ## 1.1.0-beta.0 ### Minor Changes diff --git a/starters/vue-starter-ts/package.json b/starters/vue-starter-ts/package.json index 39d0c7c5..9a5f8d48 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.1.0-beta.0" + "version": "1.1.0-beta.1" } From 4ed0c05ef1407676e3b1acd64f3d36d9437ee0ba Mon Sep 17 00:00:00 2001 From: Kevin Stubbs Date: Mon, 3 Jun 2024 21:39:53 +0700 Subject: [PATCH 3/3] Fix pantheon-context SSR issue. --- .changeset/nervous-melons-sparkle.md | 5 + .changeset/pre.json | 2 + .changeset/soft-teachers-work.md | 5 + packages/browser/CHANGELOG.md | 12 ++ packages/browser/package.json | 2 +- packages/cli/CHANGELOG.md | 12 ++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 4 + packages/core/package.json | 2 +- packages/react-sample-library/CHANGELOG.md | 16 +++ packages/react-sample-library/package.json | 2 +- packages/react-sdk/CHANGELOG.md | 14 +++ packages/react-sdk/package.json | 2 +- packages/react-sdk/src/index.ts | 1 + packages/react-sdk/src/server/index.ts | 2 - packages/vue-sdk/CHANGELOG.md | 12 ++ packages/vue-sdk/package.json | 2 +- pnpm-lock.yaml | 118 ++++++------------ starters/gatsby-starter-ts/package.json | 2 +- starters/gatsby-starter/package.json | 2 +- .../app/articles/[...uri]/article-view.tsx | 2 +- .../[...uri]/clientside-articleview.tsx | 6 +- .../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 | 12 ++ starters/vue-starter-ts/package.json | 2 +- 27 files changed, 146 insertions(+), 101 deletions(-) create mode 100644 .changeset/nervous-melons-sparkle.md create mode 100644 .changeset/soft-teachers-work.md diff --git a/.changeset/nervous-melons-sparkle.md b/.changeset/nervous-melons-sparkle.md new file mode 100644 index 00000000..5ecb5762 --- /dev/null +++ b/.changeset/nervous-melons-sparkle.md @@ -0,0 +1,5 @@ +--- +"@pantheon-systems/pcc-react-sdk": patch +--- + +Don't export pantheon-context in server export. diff --git a/.changeset/pre.json b/.changeset/pre.json index e234065f..8715daee 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,8 +20,10 @@ }, "changesets": [ "itchy-otters-warn", + "nervous-melons-sparkle", "quick-seals-bathe", "silent-donkeys-watch", + "soft-teachers-work", "wicked-crews-explain" ] } diff --git a/.changeset/soft-teachers-work.md b/.changeset/soft-teachers-work.md new file mode 100644 index 00000000..8db327f1 --- /dev/null +++ b/.changeset/soft-teachers-work.md @@ -0,0 +1,5 @@ +--- +"@pantheon-systems/pcc-react-sdk": patch +--- + +Export pantheon-content from root entry point. diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index acbd6d5f..14d9fa4f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,17 @@ # @pantheon-systems/pcc-browser-sdk +## 3.6.0-beta.3 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.3 + +## 3.6.0-beta.2 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index d4779488..62098d76 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.6.0-beta.1", + "version": "3.6.0-beta.3", "main": "dist/index.js", "files": [ "dist", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 61d76be5..b12032ea 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @pantheon-systems/pcc-cli +## 3.6.0-beta.3 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.3 + +## 3.6.0-beta.2 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 60d7b146..612b02f8 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.6.0-beta.1", + "version": "3.6.0-beta.3", "type": "module", "license": "MIT", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d1997722..27036db0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,9 @@ # @pantheon-systems/pcc-sdk-core +## 3.6.0-beta.3 + +## 3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7ee6d21b..ad8de7a9 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.6.0-beta.1", + "version": "3.6.0-beta.3", "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 f85bf3e7..78fed787 100644 --- a/packages/react-sample-library/CHANGELOG.md +++ b/packages/react-sample-library/CHANGELOG.md @@ -1,5 +1,21 @@ # @pantheon-systems/pcc-vue-sdk +## 3.6.0-beta.3 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-react-sdk@3.6.0-beta.3 + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.3 + +## 3.6.0-beta.2 + +### Patch Changes + +- Updated dependencies + - @pantheon-systems/pcc-react-sdk@3.6.0-beta.2 + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/react-sample-library/package.json b/packages/react-sample-library/package.json index 69b40497..5df30d51 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.6.0-beta.1", + "version": "3.6.0-beta.3", "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 ccc3fd09..519d1825 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @pantheon-systems/pcc-react-sdk +## 3.6.0-beta.3 + +### Patch Changes + +- Export pantheon-content from root entry point. + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.3 + +## 3.6.0-beta.2 + +### Patch Changes + +- Don't export pantheon-context in server export. + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 393c14f7..e0c59985 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.6.0-beta.1", + "version": "3.6.0-beta.3", "license": "MIT", "keywords": [ "pcc", diff --git a/packages/react-sdk/src/index.ts b/packages/react-sdk/src/index.ts index 5a5ae152..827594bb 100644 --- a/packages/react-sdk/src/index.ts +++ b/packages/react-sdk/src/index.ts @@ -5,3 +5,4 @@ export * from "./hooks"; export * from "./server"; +export * from "./core/pantheon-context"; diff --git a/packages/react-sdk/src/server/index.ts b/packages/react-sdk/src/server/index.ts index f633841e..416413a0 100644 --- a/packages/react-sdk/src/server/index.ts +++ b/packages/react-sdk/src/server/index.ts @@ -16,6 +16,4 @@ export { } from "@pantheon-systems/pcc-sdk-core"; export * from "@pantheon-systems/pcc-sdk-core/types"; -export * from "../core/pantheon-context"; - export { NextPantheonAPI as PantheonAPI } from "../core/pantheon-api"; diff --git a/packages/vue-sdk/CHANGELOG.md b/packages/vue-sdk/CHANGELOG.md index 03ae7ee2..ff2bdc02 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.3 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.3 + +## 3.6.0-beta.2 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.6.0-beta.2 + ## 3.6.0-beta.1 ### Patch Changes diff --git a/packages/vue-sdk/package.json b/packages/vue-sdk/package.json index 264c7347..4bc8b61d 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.6.0-beta.1", + "version": "3.6.0-beta.3", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e612585c..c1d0c354 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -578,8 +578,8 @@ importers: specifier: ^2.3.0 version: 2.3.0(react@18.2.0) '@pantheon-systems/pcc-react-sdk': - specifier: ~3.5.3 - version: 3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: 3.6.0-beta.3 + version: 3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@pantheon-systems/pds-toolkit-react': specifier: 1.0.0-dev.55 version: 1.0.0-dev.55(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -621,8 +621,8 @@ importers: specifier: ^2.3.0 version: 2.3.0(react@18.2.0) '@pantheon-systems/pcc-react-sdk': - specifier: ~3.5.3 - version: 3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: 3.6.0-beta.3 + version: 3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@pantheon-systems/pds-toolkit-react': specifier: 1.0.0-dev.55 version: 1.0.0-dev.55(prop-types@15.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -661,8 +661,8 @@ importers: starters/nextjs-starter: dependencies: '@pantheon-systems/pcc-react-sdk': - specifier: ~3.5.3 - version: 3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 3.6.0-beta.3 + version: 3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@pantheon-systems/pds-toolkit-react': specifier: 1.0.0-dev.55 version: 1.0.0-dev.55(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -740,8 +740,8 @@ importers: starters/nextjs-starter-approuter-ts: dependencies: '@pantheon-systems/pcc-react-sdk': - specifier: 3.5.4-beta.0 - version: 3.5.4-beta.0(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 3.6.0-beta.3 + version: 3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tailwindcss/typography': specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.4.1) @@ -816,8 +816,8 @@ importers: starters/nextjs-starter-ts: dependencies: '@pantheon-systems/pcc-react-sdk': - specifier: ~3.5.3 - version: 3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 3.6.0-beta.3 + version: 3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@pantheon-systems/pds-toolkit-react': specifier: 1.0.0-dev.55 version: 1.0.0-dev.55(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -901,8 +901,8 @@ importers: starters/vue-starter: dependencies: '@pantheon-systems/pcc-vue-sdk': - specifier: ~3.5.3 - version: 3.5.3(@nuxt/kit@3.10.3(rollup@4.12.0))(@types/react@18.2.60)(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(graphql-ws@5.15.0(graphql@16.8.1))(h3@1.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.2)(vue@3.4.27(typescript@5.4.2)) + specifier: ~3.6.0-beta.0 + version: 3.6.0-beta.2(@nuxt/kit@3.10.3(rollup@4.12.0))(@types/react@18.2.60)(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(graphql-ws@5.15.0(graphql@16.8.1))(h3@1.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.2)(vue@3.4.27(typescript@5.4.2)) devDependencies: '@nuxt/devtools': specifier: 1.0.0 @@ -3814,8 +3814,8 @@ packages: resolution: {integrity: sha512-+nGS3ReCByF6m+nbNB59x7Aa3CNjCCGuBLFzfkiJP1O3uVKKuJbkP4uO4t46YqH26nlugmOhqjT7nx5D0VPtdA==} engines: {node: '>= 18'} - '@pantheon-systems/pcc-react-sdk@3.5.3': - resolution: {integrity: sha512-WYWPf6q2eVv0zd85W/qHXnTBRhheQabfukLQru+ScA0c4zDgFASuCcrS/WBlU903J1b7BANkp1etWuTuIY+UoA==} + '@pantheon-systems/pcc-react-sdk@3.6.0-beta.3': + resolution: {integrity: sha512-//VPpA/0ZnuBcDsPbSrdwfHmkFj15Csoe0J13ES5Nuf8/wnXakWNWvI1MuTonsgo1KJSJkAM7MLjTziU4BoFXg==} engines: {node: '>=18.10.0'} peerDependencies: '@types/react': '>=18' @@ -3826,34 +3826,19 @@ packages: '@types/react': optional: true - '@pantheon-systems/pcc-react-sdk@3.5.4-beta.0': - resolution: {integrity: sha512-YWqZTfkd055zKF3BhAzO6F2EOXCKWnncbLMhjE55PNbh944vJtuFSctMOVtNtZYm7nxPZpr+mOXTrJ37rP8Czg==} - engines: {node: '>=18.10.0'} - peerDependencies: - '@types/react': '>=18' - '@types/react-dom': '>=18' - react: '>=18' - react-dom: '>=18' - peerDependenciesMeta: - '@types/react': - optional: true + '@pantheon-systems/pcc-sdk-core@3.6.0-beta.2': + resolution: {integrity: sha512-rLzZoJO892kUy1J2MDscY6dXYySjQC8umDPoETkryxX5342yGwR1awJHOyEwqKZPESH9hmu8N7eYDWHSdpInxw==} - '@pantheon-systems/pcc-sdk-core@3.5.3': - resolution: {integrity: sha512-QUhZRlgf/5J+NjNX/rz9C5APEYjU6QWVAok/8VKbB6ry1VfdbgA3v1RHjU6+/usEVnMVjzS6k7T7LTxRmkUG7g==} + '@pantheon-systems/pcc-sdk-core@3.6.0-beta.3': + resolution: {integrity: sha512-/uzo+Xm1aRbnMcEek5iPDLWFMhS9/tJQm8y0rS9TbzNY1GCY5CcL9tuSmibaF+vIHvkAqDnrOLTkk74z18vbFQ==} - '@pantheon-systems/pcc-sdk-core@3.5.4-beta.0': - resolution: {integrity: sha512-n1rAUlbauzM22J5r03bAYHwDIZwftJRWRrSl7vAaS7Waq3FfOy0pKclJ6Z0CufOzBLISQYi5PrTX56uBskG02A==} - - '@pantheon-systems/pcc-vue-sdk@3.5.3': - resolution: {integrity: sha512-KhMfFAQ6XrKmv8xMP9ybfp6tKkOqoz/Av15X6OeCTDkbVDLoFCwkZBfJRTnJbErUFFiH495o4CDuqRxgoyJy8g==} + '@pantheon-systems/pcc-vue-sdk@3.6.0-beta.2': + resolution: {integrity: sha512-AYATc8aYe3JTuGzAKGYel0tmHOt9/5KXugoj54aQA3rYbFiYHZIZc81XaDlPAhEO5Ok7xy4BXgWEI4pKSchFWg==} engines: {node: '>=18.0.0'} peerDependencies: - '@vue/composition-api': '>=1.0.0-rc.1' h3: ^1.8.2 - vue: ^2.6.11 || >=3.0.0 + vue: '>=3.0.0' peerDependenciesMeta: - '@vue/composition-api': - optional: true h3: optional: true @@ -8036,15 +8021,6 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - floating-vue@2.0.0-beta.24: - resolution: {integrity: sha512-URSzP6YXaF4u1oZ9XGL8Sn8puuM7ivp5jkOUrpy5Q1mfo9BfGppJOn+ierTmsSUfJEeHBae8KT7r5DeI3vQIEw==} - peerDependencies: - '@nuxt/kit': ^3.2.0 - vue: ^3.2.0 - peerDependenciesMeta: - '@nuxt/kit': - optional: true - floating-vue@5.2.2: resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} peerDependencies: @@ -18030,10 +18006,10 @@ snapshots: '@octokit/webhooks-types': 7.3.2 aggregate-error: 3.1.0 - '@pantheon-systems/pcc-react-sdk@3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@pantheon-systems/pcc-react-sdk@3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@pantheon-systems/pcc-sdk-core': 3.5.3(@types/react@18.2.60)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@pantheon-systems/pcc-sdk-core': 3.6.0-beta.3(@types/react@18.2.60)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/react-dom': 18.2.19 framer-motion: 10.18.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) goober: 2.1.14(csstype@3.1.3) @@ -18054,10 +18030,10 @@ snapshots: - subscriptions-transport-ws - supports-color - '@pantheon-systems/pcc-react-sdk@3.5.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@pantheon-systems/pcc-react-sdk@3.6.0-beta.3(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@pantheon-systems/pcc-sdk-core': 3.5.3(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@pantheon-systems/pcc-sdk-core': 3.6.0-beta.3(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react-dom': 18.2.19 framer-motion: 10.18.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) goober: 2.1.14(csstype@3.1.3) @@ -18078,33 +18054,9 @@ snapshots: - subscriptions-transport-ws - supports-color - '@pantheon-systems/pcc-react-sdk@3.5.4-beta.0(@types/react-dom@18.2.19)(@types/react@18.2.60)(csstype@3.1.3)(graphql-ws@5.15.0(graphql@16.8.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@pantheon-systems/pcc-sdk-core@3.6.0-beta.2(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@pantheon-systems/pcc-sdk-core': 3.5.4-beta.0(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/react-dom': 18.2.19 - framer-motion: 10.18.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - goober: 2.1.14(csstype@3.1.3) - graphql: 16.8.1 - query-string: 8.2.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-laag: 2.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-markdown: 8.0.7(@types/react@18.2.60)(react@18.3.1) - rehype-raw: 6.1.1 - remark-heading-id: 1.0.1 - unist-util-visit: 5.0.0 - optionalDependencies: - '@types/react': 18.2.60 - transitivePeerDependencies: - - csstype - - graphql-ws - - subscriptions-transport-ws - - supports-color - - '@pantheon-systems/pcc-sdk-core@3.5.3(@types/react@18.2.60)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': - dependencies: - '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) graphql-ws: 5.15.0(graphql@16.8.1) @@ -18118,9 +18070,9 @@ snapshots: - react-dom - subscriptions-transport-ws - '@pantheon-systems/pcc-sdk-core@3.5.3(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@pantheon-systems/pcc-sdk-core@3.6.0-beta.3(@types/react@18.2.60)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) graphql-ws: 5.15.0(graphql@16.8.1) @@ -18134,7 +18086,7 @@ snapshots: - react-dom - subscriptions-transport-ws - '@pantheon-systems/pcc-sdk-core@3.5.4-beta.0(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@pantheon-systems/pcc-sdk-core@3.6.0-beta.3(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) graphql: 16.8.1 @@ -18150,12 +18102,12 @@ snapshots: - react-dom - subscriptions-transport-ws - '@pantheon-systems/pcc-vue-sdk@3.5.3(@nuxt/kit@3.10.3(rollup@4.12.0))(@types/react@18.2.60)(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(graphql-ws@5.15.0(graphql@16.8.1))(h3@1.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.2)(vue@3.4.27(typescript@5.4.2))': + '@pantheon-systems/pcc-vue-sdk@3.6.0-beta.2(@nuxt/kit@3.10.3(rollup@4.12.0))(@types/react@18.2.60)(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(graphql-ws@5.15.0(graphql@16.8.1))(h3@1.11.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.4.2)(vue@3.4.27(typescript@5.4.2))': dependencies: '@apollo/client': 3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@pantheon-systems/pcc-sdk-core': 3.5.3(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@pantheon-systems/pcc-sdk-core': 3.6.0-beta.2(@types/react@18.2.60)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@vue/apollo-composable': 4.0.0-beta.12(@apollo/client@3.10.4(@types/react@18.2.60)(graphql-ws@5.15.0(graphql@16.8.1))(graphql@16.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(graphql@16.8.1)(typescript@5.4.2)(vue@3.4.27(typescript@5.4.2)) - floating-vue: 2.0.0-beta.24(@nuxt/kit@3.10.3(rollup@4.12.0))(vue@3.4.27(typescript@5.4.2)) + floating-vue: 5.2.2(@nuxt/kit@3.10.3(rollup@4.12.0))(vue@3.4.27(typescript@5.4.2)) graphql: 16.8.1 hast-util-to-jsx-runtime: 2.3.0 html-url-attributes: 3.0.0 @@ -18169,11 +18121,11 @@ snapshots: vue: 3.4.27(typescript@5.4.2) vue-demi: 0.14.7(@vue/composition-api@1.7.2(vue@3.4.27(typescript@5.4.2)))(vue@3.4.27(typescript@5.4.2)) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.4.27(typescript@5.4.2)) h3: 1.11.1 transitivePeerDependencies: - '@nuxt/kit' - '@types/react' + - '@vue/composition-api' - graphql-ws - react - react-dom @@ -21681,7 +21633,7 @@ snapshots: babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.21.8): dependencies: - '@babel/compat-data': 7.24.6 + '@babel/compat-data': 7.23.5 '@babel/core': 7.21.8 '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.21.8) semver: 6.3.1 @@ -24490,7 +24442,7 @@ snapshots: flatted@3.3.1: {} - floating-vue@2.0.0-beta.24(@nuxt/kit@3.10.3(rollup@4.12.0))(vue@3.4.27(typescript@5.4.2)): + floating-vue@5.2.2(@nuxt/kit@3.10.3(rollup@4.12.0))(vue@3.4.27(typescript@5.4.2)): dependencies: '@floating-ui/dom': 1.1.1 vue: 3.4.27(typescript@5.4.2) diff --git a/starters/gatsby-starter-ts/package.json b/starters/gatsby-starter-ts/package.json index 9da945f5..31d8437b 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.6.0-beta.1", + "@pantheon-systems/pcc-react-sdk": "3.6.0-beta.3", "@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 045a5806..c6ef35ba 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.6.0-beta.1", + "@pantheon-systems/pcc-react-sdk": "3.6.0-beta.3", "@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/app/articles/[...uri]/article-view.tsx b/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/article-view.tsx index 857db9de..0f653c56 100644 --- a/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/article-view.tsx +++ b/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/article-view.tsx @@ -4,7 +4,7 @@ import { notFound, redirect, RedirectType } from "next/navigation"; import queryString from "query-string"; import { Tags } from "../../../components/tags"; import { pantheonAPIOptions } from "../../api/pantheoncloud/[...command]/api-options"; -import ClientsideArticleView from "./clientside-articleview"; +import { ClientsideArticleView } from "./clientside-articleview"; export const ArticleView = async ({ params, searchParams }) => { const { article, grant } = await getServersideArticle(params, searchParams); diff --git a/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/clientside-articleview.tsx b/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/clientside-articleview.tsx index 8a52fce5..da36857a 100644 --- a/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/clientside-articleview.tsx +++ b/starters/nextjs-starter-approuter-ts/app/articles/[...uri]/clientside-articleview.tsx @@ -7,13 +7,13 @@ import { } from "@pantheon-systems/pcc-react-sdk"; import ArticleView from "../../../components/article-view"; -export default function ClientsideArticleView({ +export const ClientsideArticleView = ({ grant, article, }: { grant: string; article: Article; -}) { +}) => { return ( ); -} +}; diff --git a/starters/nextjs-starter-approuter-ts/package.json b/starters/nextjs-starter-approuter-ts/package.json index 033020f1..ba27ffe0 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.6.0", + "@pantheon-systems/pcc-react-sdk": "3.6.0-beta.3", "@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 ca0e9bb3..2ed36c70 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.6.0-beta.1", + "@pantheon-systems/pcc-react-sdk": "3.6.0-beta.3", "@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 86e81569..96b2f23e 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.6.0-beta.1", + "@pantheon-systems/pcc-react-sdk": "3.6.0-beta.3", "@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 adb0d5af..b125c664 100644 --- a/starters/vue-starter-ts/CHANGELOG.md +++ b/starters/vue-starter-ts/CHANGELOG.md @@ -1,5 +1,17 @@ # @pantheon-systems/vue-pcc-starter-ts +## 1.1.0-beta.3 + +### Patch Changes + +- @pantheon-systems/pcc-vue-sdk@3.6.0-beta.3 + +## 1.1.0-beta.2 + +### Patch Changes + +- @pantheon-systems/pcc-vue-sdk@3.6.0-beta.2 + ## 1.1.0-beta.1 ### Patch Changes diff --git a/starters/vue-starter-ts/package.json b/starters/vue-starter-ts/package.json index 9a5f8d48..41de4c79 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.1.0-beta.1" + "version": "1.1.0-beta.3" }