Skip to content

Commit

Permalink
Merge pull request #289 from pantheon-systems/3.7.0
Browse files Browse the repository at this point in the history
Update to 3.7.0
  • Loading branch information
kevinstubbs authored Jul 17, 2024
2 parents d2ac38d + f57d5be commit bf30f6a
Show file tree
Hide file tree
Showing 34 changed files with 138 additions and 79 deletions.
6 changes: 0 additions & 6 deletions .changeset/chatty-suns-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-ladybugs-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-melons-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-zebras-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-maps-fly.md

This file was deleted.

1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pnpm prettier ./**/*.md -w
pnpm pre-commit
8 changes: 8 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pantheon-systems/pcc-browser-sdk

## 3.7.0

### Patch Changes

- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0

## 3.6.1

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

## 3.7.0

### Minor Changes

- fc9b0dd: New command: site delete.

### Patch Changes

- a388ad0: Don't notify the user that an update is available, if it is only a
pre-release.
- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0

## 3.6.1

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

## 3.7.0

### Patch Changes

- 11e0509: Fixed issue where some GQL parameters would not be passed to the API
in `getAllArticles`
- 87fdf27: PCC-GRANT (preview token) cookie now set with most relaxed security
so that preview-pages can be shown in iframes.

## 3.6.1

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

## 3.7.0

### Patch Changes

- Updated dependencies [11e0509]
- Updated dependencies [e7d5252]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0
- @pantheon-systems/pcc-react-sdk@3.7.0

## 3.6.1

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

## 3.7.0

### Patch Changes

- e7d5252: Gracefully handle implementation edge case where a smart component
map was provided to the ArticlerRenderer but without defining the react
components that should be used.
- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0

## 3.6.1

### 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.1",
"version": "3.7.0",
"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.7.0

### Patch Changes

- Updated dependencies [11e0509]
- Updated dependencies [87fdf27]
- @pantheon-systems/pcc-sdk-core@3.7.0

## 3.6.1

### 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.6.1",
"version": "3.7.0",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
15 changes: 11 additions & 4 deletions starters/gatsby-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,21 @@ npm init pantheon-decoupled-kit -- gatsby-pcc

## Serverside Rendering

This starter uses Gatsby's [createPages API](https://www.gatsbyjs.com/docs/creating-and-modifying-pages/) to pre-render the pages on the server. See `gatsby-node.mjs` file for the implementation details.
This starter uses Gatsby's
[createPages API](https://www.gatsbyjs.com/docs/creating-and-modifying-pages/)
to pre-render the pages on the server. See `gatsby-node.mjs` file for the
implementation details.

You could also use the provided client-side hooks in @pantheon-systems/pcc-react-sdk (`useArticles` and `useArticle`) to render the pages on the client.
You could also use the provided client-side hooks in
@pantheon-systems/pcc-react-sdk (`useArticles` and `useArticle`) to render the
pages on the client.

## Pantheon @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk are included as dependencies in this project. This allows developers to make use of utility functions to simplify the
process of building and maintaining a Front-End site on Pantheon.
Pantheon's @pantheon-systems/gatsby-kit and @pantheon-systems/pcc-react-sdk are
included as dependencies in this project. This allows developers to make use of
utility functions to simplify the process of building and maintaining a
Front-End site on Pantheon.

Full documentation can be found at:
https://github.com/pantheon-systems/decoupled-kit-js/tree/canary/web/docs/Packages
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.1",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@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.1",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"autoprefixer": "^10.4.17",
"gatsby": "^5.13.5",
Expand Down
7 changes: 7 additions & 0 deletions starters/nextjs-starter-approuter-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pantheon-systems/next-pcc-starter

## 1.1.6

### Patch Changes

- Updated dependencies [e7d5252]
- @pantheon-systems/pcc-react-sdk@3.7.0

## 1.1.5

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions starters/nextjs-starter-approuter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

Expand Down
4 changes: 2 additions & 2 deletions starters/nextjs-starter-approuter-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pantheon-systems/next-approuter-pcc-starter-ts",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"license": "GPL-3.0-or-later",
"description": "",
Expand All @@ -23,7 +23,7 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@pantheon-systems/pcc-react-sdk": "~3.6.0",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
Expand Down
14 changes: 7 additions & 7 deletions starters/nextjs-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

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.1",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.5.1",
Expand Down
14 changes: 7 additions & 7 deletions starters/nextjs-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand All @@ -26,7 +25,8 @@ pcc init ./my-new-site --template=nextjs

## Pantheon's @pantheon-systems/pcc-react-sdk

Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this project.
Pantheon's @pantheon-systems/pcc-react-sdk is included as a dependency in this
project.

## Tests

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.1",
"@pantheon-systems/pcc-react-sdk": "~3.7.0",
"@pantheon-systems/pds-toolkit-react": "1.0.0-dev.55",
"@tailwindcss/typography": "^0.5.10",
"classnames": "^2.5.1",
Expand Down
6 changes: 6 additions & 0 deletions starters/vue-starter-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pantheon-systems/vue-pcc-starter-ts

## 1.1.1

### Patch Changes

- @pantheon-systems/pcc-vue-sdk@3.7.0

## 1.1.0

### Minor Changes
Expand Down
11 changes: 5 additions & 6 deletions starters/vue-starter-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Getting Started

To get started with the
Next Pantheon Content Cloud Starter, use our `pcc` (command-line interface tool
we have created). Full documentation for this npm package based on
[npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can be found
[here](https://www.npmjs.com/package/@pantheon-systems/pcc) on
our docs site.
To get started with the Next Pantheon Content Cloud Starter, use our `pcc`
(command-line interface tool we have created). Full documentation for this npm
package based on [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) can
be found [here](https://www.npmjs.com/package/@pantheon-systems/pcc) on our docs
site.

## Deploy your own

Expand Down
4 changes: 2 additions & 2 deletions starters/vue-starter-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-router": "^4.3.0"
},
"dependencies": {
"@pantheon-systems/pcc-vue-sdk": "~3.6.0"
"@pantheon-systems/pcc-vue-sdk": "~3.7.0"
},
"version": "1.1.0"
"version": "1.1.1"
}
Loading

0 comments on commit bf30f6a

Please sign in to comment.