Skip to content

Commit

Permalink
chore: bump to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a11rew committed Jun 24, 2024
1 parent ef28b57 commit f640376
Show file tree
Hide file tree
Showing 20 changed files with 57 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-crabs-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-beers-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-mails-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-poets-sit.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pantheon-systems/pcc-browser-sdk

## 3.6.1

### Patch Changes

- Updated dependencies [183ad17]
- @pantheon-systems/pcc-sdk-core@3.6.1

## 3.6.0

### 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.6.0",
"version": "3.6.1",
"main": "dist/index.js",
"files": [
"dist",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pantheon-systems/pcc-cli

## 3.6.1

### Patch Changes

- 0c75736: CLI replaces "--version" command with "version"
- 1fd7c4d: Added support for setting preferred webhook events. Webhook notifications will only be sent on events matching preferred events
- Updated dependencies [183ad17]
- @pantheon-systems/pcc-sdk-core@3.6.1

## 3.6.0

### 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.6.0",
"version": "3.6.1",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pantheon-systems/pcc-sdk-core

## 3.6.1

### Patch Changes

- 183ad17: Added queries and helper methods for fetching site information

## 3.6.0

### 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.6.0",
"version": "3.6.1",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-sample-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pantheon-systems/pcc-vue-sdk

## 3.6.1

### Patch Changes

- Updated dependencies [edf7252]
- Updated dependencies [183ad17]
- @pantheon-systems/pcc-react-sdk@3.6.1
- @pantheon-systems/pcc-sdk-core@3.6.1

## 3.6.0

### 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.6.0",
"version": "3.6.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/pcc-react-sdk

## 3.6.1

### Patch Changes

- edf7252: GraphQL queries and query hooks are now exposed for custom usage
- Updated dependencies [183ad17]
- @pantheon-systems/pcc-sdk-core@3.6.1

## 3.6.0

### 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.6.0",
"version": "3.6.1",
"license": "MIT",
"keywords": [
"pcc",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/pcc-vue-sdk

## 3.6.1

### Patch Changes

- edf7252: GraphQL queries and query hooks are now exposed for custom usage
- Updated dependencies [183ad17]
- @pantheon-systems/pcc-sdk-core@3.6.1

## 3.6.0

### Minor 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.6.0",
"version": "3.6.1",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.1",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "^10.4.17",
"gatsby": "^5.13.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.1",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "^10.4.17",
"gatsby": "^5.13.5",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.6.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.1",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion starters/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.6.0",
"@pantheon-systems/pcc-react-sdk": "~3.6.1",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.5.1",
Expand Down

0 comments on commit f640376

Please sign in to comment.