diff --git a/.changeset/breezy-knives-boil.md b/.changeset/breezy-knives-boil.md deleted file mode 100644 index 937d9990..00000000 --- a/.changeset/breezy-knives-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pantheon-systems/pcc-cli": minor ---- - -Importing posts from WordPress now supported. diff --git a/.changeset/tough-swans-walk.md b/.changeset/tough-swans-walk.md deleted file mode 100644 index 8bd6b2c9..00000000 --- a/.changeset/tough-swans-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pantheon-systems/pcc-cli": minor ---- - -Added commands for managing collaborators and site visibility. diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 5b4eaf93..b5102f54 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-browser-sdk +## 3.8.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.8.0 + ## 3.7.0 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 8302f6d7..89ee3685 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.7.0", + "version": "3.8.0", "main": "dist/index.js", "files": [ "dist", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 169f5c06..05156609 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @pantheon-systems/pcc-cli +## 3.8.0 + +### Minor Changes + +- 94486dc: Importing posts from WordPress now supported. +- bd39fb9: Added commands for managing collaborators and site visibility. + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.8.0 + ## 3.7.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7f064bdb..57701588 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.7.0", + "version": "3.8.0", "type": "module", "license": "MIT", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e778274f..225bbc51 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @pantheon-systems/pcc-sdk-core +## 3.8.0 + ## 3.7.0 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2be209f1..81dee523 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.7.0", + "version": "3.8.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 62e237b9..1dcac635 100644 --- a/packages/react-sample-library/CHANGELOG.md +++ b/packages/react-sample-library/CHANGELOG.md @@ -1,5 +1,12 @@ # @pantheon-systems/pcc-vue-sdk +## 3.8.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.8.0 +- @pantheon-systems/pcc-react-sdk@3.8.0 + ## 3.7.0 ### Patch Changes diff --git a/packages/react-sample-library/package.json b/packages/react-sample-library/package.json index fce07c60..54501306 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.7.0", + "version": "3.8.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 8f959ffa..bd25cdd5 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-react-sdk +## 3.8.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.8.0 + ## 3.7.0 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index b79f00d2..41add706 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.7.0", + "version": "3.8.0", "license": "MIT", "keywords": [ "pcc", diff --git a/packages/vue-sdk/CHANGELOG.md b/packages/vue-sdk/CHANGELOG.md index 568caf99..644e8d22 100644 --- a/packages/vue-sdk/CHANGELOG.md +++ b/packages/vue-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/pcc-vue-sdk +## 3.8.0 + +### Patch Changes + +- @pantheon-systems/pcc-sdk-core@3.8.0 + ## 3.7.0 ### Patch Changes diff --git a/packages/vue-sdk/package.json b/packages/vue-sdk/package.json index cee9b2b2..d18a36cc 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.7.0", + "version": "3.8.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 09f1a361..6676d1c0 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.7.0", + "@pantheon-systems/pcc-react-sdk": "~3.8.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 0b9224ac..858e0a25 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.7.0", + "@pantheon-systems/pcc-react-sdk": "3.8.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/CHANGELOG.md b/starters/nextjs-starter-approuter-ts/CHANGELOG.md index 6eb0a50e..27cac5e9 100644 --- a/starters/nextjs-starter-approuter-ts/CHANGELOG.md +++ b/starters/nextjs-starter-approuter-ts/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/next-pcc-starter +## 1.1.7 + +### Patch Changes + +- @pantheon-systems/pcc-react-sdk@3.8.0 + ## 1.1.6 ### Patch Changes diff --git a/starters/nextjs-starter-approuter-ts/package.json b/starters/nextjs-starter-approuter-ts/package.json index b4a544b5..db669d3f 100644 --- a/starters/nextjs-starter-approuter-ts/package.json +++ b/starters/nextjs-starter-approuter-ts/package.json @@ -1,6 +1,6 @@ { "name": "@pantheon-systems/next-approuter-pcc-starter-ts", - "version": "1.1.6", + "version": "1.1.7", "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", @@ -23,7 +23,7 @@ "coverage": "vitest run --coverage" }, "dependencies": { - "@pantheon-systems/pcc-react-sdk": "~3.7.0", + "@pantheon-systems/pcc-react-sdk": "~3.8.0", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@tailwindcss/typography": "0.5.10", diff --git a/starters/nextjs-starter-ts/package.json b/starters/nextjs-starter-ts/package.json index a03dc60c..9a7dc1f1 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.7.0", + "@pantheon-systems/pcc-react-sdk": "~3.8.0", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@tailwindcss/typography": "0.5.10", diff --git a/starters/nextjs-starter/package.json b/starters/nextjs-starter/package.json index 7d40a198..25f3c557 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.7.0", + "@pantheon-systems/pcc-react-sdk": "~3.8.0", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@tailwindcss/typography": "0.5.10", diff --git a/starters/vue-starter-ts/CHANGELOG.md b/starters/vue-starter-ts/CHANGELOG.md index 5d04f6b8..4eba497a 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.2 + +### Patch Changes + +- @pantheon-systems/pcc-vue-sdk@3.8.0 + ## 1.1.1 ### Patch Changes diff --git a/starters/vue-starter-ts/package.json b/starters/vue-starter-ts/package.json index f70aeec7..67cca8d6 100644 --- a/starters/vue-starter-ts/package.json +++ b/starters/vue-starter-ts/package.json @@ -21,7 +21,7 @@ "vue-router": "4.3.0" }, "dependencies": { - "@pantheon-systems/pcc-vue-sdk": "~3.7.0" + "@pantheon-systems/pcc-vue-sdk": "~3.8.0" }, - "version": "1.1.1" + "version": "1.1.2" } diff --git a/starters/vue-starter/CHANGELOG.md b/starters/vue-starter/CHANGELOG.md index a67c0d75..b4517ed7 100644 --- a/starters/vue-starter/CHANGELOG.md +++ b/starters/vue-starter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pantheon-systems/vue-pcc-starter +## 1.1.2 + +### Patch Changes + +- @pantheon-systems/pcc-vue-sdk@3.8.0 + ## 1.1.1 ### Patch Changes diff --git a/starters/vue-starter/package.json b/starters/vue-starter/package.json index 7caf1654..399662a0 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.7.0" + "@pantheon-systems/pcc-vue-sdk": "~3.8.0" }, - "version": "1.1.1" + "version": "1.1.2" }