Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 3.8.1 #315

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/quiet-parrots-care.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.8.1

### Patch Changes

- Updated dependencies [61c7d15]
- @pantheon-systems/pcc-sdk-core@3.8.1

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

## 3.8.1

### Patch Changes

- Updated dependencies [61c7d15]
- @pantheon-systems/pcc-sdk-core@3.8.1

## 3.8.0

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

## 3.8.1

### Patch Changes

- 61c7d15: Add 'preamble' property for searches with summary.
- Fixed issue where sometimes the question input appeared to hang.

## 3.8.0

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

## 3.8.1

### Patch Changes

- Updated dependencies [61c7d15]
- @pantheon-systems/pcc-sdk-core@3.8.1
- @pantheon-systems/pcc-react-sdk@3.8.1

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

## 3.8.1

### Patch Changes

- Updated dependencies [61c7d15]
- @pantheon-systems/pcc-sdk-core@3.8.1

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

## 3.8.1

### Patch Changes

- Updated dependencies [61c7d15]
- @pantheon-systems/pcc-sdk-core@3.8.1

## 3.8.0

### 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.8.0",
"version": "3.8.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.8.0",
"@pantheon-systems/pcc-react-sdk": "~3.8.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.8.0",
"@pantheon-systems/pcc-react-sdk": "3.8.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 @@ -26,7 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.8.0",
"@pantheon-systems/pcc-react-sdk": "~3.8.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
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 @@ -26,7 +26,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.8.0",
"@pantheon-systems/pcc-react-sdk": "~3.8.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "0.5.10",
Expand Down
Loading