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 new file mode 100644 index 00000000..8715daee --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,29 @@ +{ + "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", + "nervous-melons-sparkle", + "quick-seals-bathe", + "silent-donkeys-watch", + "soft-teachers-work", + "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/.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 02e84923..14d9fa4f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,30 @@ # @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 + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + +## 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..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.5.3", + "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 23e53877..b12032ea 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,31 @@ # @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 + +- 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 + +- @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..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.5.3", + "version": "3.6.0-beta.3", "type": "module", "license": "MIT", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff7de0e6..27036db0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @pantheon-systems/pcc-sdk-core +## 3.6.0-beta.3 + +## 3.6.0-beta.2 + +## 3.6.0-beta.1 + +### Patch Changes + +- Fix how protocols are being forwarded by API handler. + +## 3.6.0-beta.0 + ## 3.5.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 457b4667..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.5.3", + "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 903a5141..78fed787 100644 --- a/packages/react-sample-library/CHANGELOG.md +++ b/packages/react-sample-library/CHANGELOG.md @@ -1,5 +1,39 @@ # @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 + +- 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 + +- 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..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.5.3", + "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 2eda459b..519d1825 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,34 @@ # @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 + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + +## 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..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.5.3", + "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 35553b22..ff2bdc02 100644 --- a/packages/vue-sdk/CHANGELOG.md +++ b/packages/vue-sdk/CHANGELOG.md @@ -1,5 +1,36 @@ # @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 + +- Updated dependencies + - @pantheon-systems/pcc-sdk-core@3.6.0-beta.1 + +## 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..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.5.3", + "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 1f5cdb15..6dbece03 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 @@ -3757,8 +3757,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' @@ -3769,34 +3769,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 @@ -7979,15 +7964,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: @@ -17932,10 +17908,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) @@ -17956,10 +17932,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) @@ -17980,33 +17956,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) @@ -18020,9 +17972,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) @@ -18036,7 +17988,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 @@ -18052,12 +18004,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 @@ -18071,11 +18023,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 @@ -21581,7 +21533,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 @@ -24392,7 +24344,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 a436bb36..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.5.3", + "@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 6b5c61e7..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.5.3", + "@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 df23c994..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.5.4-beta.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 c74d43ff..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.5.3", + "@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 97b049c9..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.5.3", + "@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 82d7d433..b125c664 100644 --- a/starters/vue-starter-ts/CHANGELOG.md +++ b/starters/vue-starter-ts/CHANGELOG.md @@ -1,5 +1,36 @@ # @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 + +- @pantheon-systems/pcc-vue-sdk@3.6.0-beta.1 + +## 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..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.0.3" + "version": "1.1.0-beta.3" } 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" }