Skip to content

Commit

Permalink
Merge pull request #267 from pantheon-systems/3.6.0
Browse files Browse the repository at this point in the history
Version 3.6.0-beta.3
  • Loading branch information
kevinstubbs authored Jun 4, 2024
2 parents 20cafb0 + 4ed0c05 commit e3c1958
Show file tree
Hide file tree
Showing 30 changed files with 300 additions and 103 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-melons-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pantheon-systems/pcc-react-sdk": patch
---

Don't export pantheon-context in server export.
29 changes: 29 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
6 changes: 6 additions & 0 deletions .changeset/quick-seals-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@pantheon-systems/pcc-sdk-core": patch
"@pantheon-systems/pcc-cli": patch
---

Fix how protocols are being forwarded by API handler.
5 changes: 5 additions & 0 deletions .changeset/soft-teachers-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pantheon-systems/pcc-react-sdk": patch
---

Export pantheon-content from root entry point.
25 changes: 25 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-browser-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Browser SDK",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-cli",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud CLI",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-sdk-core",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud SDK Core",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
34 changes: 34 additions & 0 deletions packages/react-sample-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sample-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-react-sample-library",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Sample Component Library for React",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
29 changes: 29 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-react-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud React SDK",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"license": "MIT",
"keywords": [
"pcc",
Expand Down
1 change: 1 addition & 0 deletions packages/react-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
export * from "./hooks";

export * from "./server";
export * from "./core/pantheon-context";
2 changes: 0 additions & 2 deletions packages/react-sdk/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
31 changes: 31 additions & 0 deletions packages/vue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-vue-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Vue SDK",
"version": "3.5.3",
"version": "3.6.0-beta.3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit e3c1958

Please sign in to comment.