Skip to content

Commit

Permalink
ci(changesets): version packages (#1753)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6d53cc2 commit d360c34
Show file tree
Hide file tree
Showing 31 changed files with 180 additions and 108 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-pugs-sit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/grumpy-tigers-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-items-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-onions-battle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nice-dodos-knock.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/quiet-suns-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-comics-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-walls-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-swans-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-falcons-hug.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/gatsby-theme-api-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-docs/gatsby-theme-api-docs

## 22.3.0

### Minor Changes

- [#1752](https://github.com/commercetools/commercetools-docs-kit/pull/1752) [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2) Thanks [@timonrey](https://github.com/timonrey)! - Introduce new "Inter" font with font feature settings for tables and string literals.

### Patch Changes

- [#1767](https://github.com/commercetools/commercetools-docs-kit/pull/1767) [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Revert SSR bundling hack introduced when upgraded to Gatsby 5

- [#1754](https://github.com/commercetools/commercetools-docs-kit/pull/1754) [`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05) Thanks [@timonrey](https://github.com/timonrey)! - Update colors of inline code to follow the Web Content Accessibility Guidelines.

- Updated dependencies [[`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a), [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2), [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b)]:
- @commercetools-docs/ui-kit@22.3.0

## 22.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/gatsby-theme-api-docs",
"description": "Gatsby theme for commercetools documentation API",
"version": "22.2.0",
"version": "22.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@commercetools-docs/gatsby-transformer-mdx-introspection": "16.0.0",
"@commercetools-docs/gatsby-transformer-raml": "13.5.1",
"@commercetools-docs/ui-kit": "22.2.0",
"@commercetools-docs/ui-kit": "22.3.0",
"@commercetools-uikit/design-system": "16.5.0",
"@commercetools-uikit/spacings-inline": "16.5.0",
"@commercetools-uikit/spacings-stack": "16.5.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-theme-code-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-docs/gatsby-theme-code-examples

## 22.3.0

### Patch Changes

- [#1767](https://github.com/commercetools/commercetools-docs-kit/pull/1767) [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Revert SSR bundling hack introduced when upgraded to Gatsby 5

- Updated dependencies [[`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a), [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2), [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b)]:
- @commercetools-docs/ui-kit@22.3.0

## 22.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-code-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/gatsby-theme-code-examples",
"description": "Gatsby theme for commercetools documentation providing the functionalities to render Code Examples in MDX",
"version": "22.2.0",
"version": "22.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"homepage": "https://docs-kit.commercetools.vercel.app/documentation/configuration/extensions#gatsby-theme-add-on-for-code-examples",
"keywords": ["gatsby", "gatsby-plugin", "gatsby-theme", "code", "examples"],
"dependencies": {
"@commercetools-docs/ui-kit": "22.2.0",
"@commercetools-docs/ui-kit": "22.3.0",
"prop-types": "15.8.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-theme-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-docs/gatsby-theme-constants

## 22.3.0

### Patch Changes

- [#1767](https://github.com/commercetools/commercetools-docs-kit/pull/1767) [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Revert SSR bundling hack introduced when upgraded to Gatsby 5

- Updated dependencies [[`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a), [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2), [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b)]:
- @commercetools-docs/ui-kit@22.3.0

## 22.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/gatsby-theme-constants",
"description": "Gatsby theme for commercetools documentation providing the functionalities to render constants values in MDX defined in configuration files",
"version": "22.2.0",
"version": "22.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"homepage": "https://docs-kit.commercetools.vercel.app/documentation/configuration/extensions#gatsby-theme-add-on-for-constants",
"keywords": ["gatsby", "gatsby-plugin", "gatsby-theme", "yaml", "constants"],
"dependencies": {
"@commercetools-docs/ui-kit": "22.2.0",
"@commercetools-docs/ui-kit": "22.3.0",
"gatsby-source-filesystem": "5.11.0",
"gatsby-transformer-yaml": "5.11.0",
"prop-types": "15.8.1"
Expand Down
19 changes: 19 additions & 0 deletions packages/gatsby-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @commercetools-docs/gatsby-theme-docs

## 22.3.0

### Minor Changes

- [#1756](https://github.com/commercetools/commercetools-docs-kit/pull/1756) [`62bbdf4f`](https://github.com/commercetools/commercetools-docs-kit/commit/62bbdf4f8e1c89fb33a878a42155ceb13cbf653c) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Syncronize session between tabs. If a user logs out from a tab, all the other opened tabs performs a logout

- [#1722](https://github.com/commercetools/commercetools-docs-kit/pull/1722) [`e33b5a40`](https://github.com/commercetools/commercetools-docs-kit/commit/e33b5a40752764eb9d41e57cba4bdf60a4f039d4) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Make VRT snapshots more reliable waiting for all the async operations to finish

- [#1744](https://github.com/commercetools/commercetools-docs-kit/pull/1744) [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Enable support for clickable chapter titles in websites. This is NOT a breaking change as we keep supporting non clickable chapters.

- [#1752](https://github.com/commercetools/commercetools-docs-kit/pull/1752) [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2) Thanks [@timonrey](https://github.com/timonrey)! - Introduce new "Inter" font with font feature settings for tables and string literals.

### Patch Changes

- [#1767](https://github.com/commercetools/commercetools-docs-kit/pull/1767) [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Revert SSR bundling hack introduced when upgraded to Gatsby 5

- Updated dependencies [[`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a), [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2), [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b)]:
- @commercetools-docs/ui-kit@22.3.0

## 22.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/gatsby-theme-docs",
"description": "Gatsby theme for commercetools documentation",
"version": "22.2.0",
"version": "22.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@auth0/auth0-react": "2.1.0",
"@commercetools-docs/ui-kit": "22.2.0",
"@commercetools-docs/ui-kit": "22.3.0",
"@commercetools-uikit/card": "16.5.0",
"@commercetools-uikit/checkbox-input": "16.5.0",
"@commercetools-uikit/design-system": "16.5.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-docs/ui-kit

## 22.3.0

### Minor Changes

- [#1752](https://github.com/commercetools/commercetools-docs-kit/pull/1752) [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2) Thanks [@timonrey](https://github.com/timonrey)! - Introduce new "Inter" font with font feature settings for tables and string literals.

### Patch Changes

- [#1754](https://github.com/commercetools/commercetools-docs-kit/pull/1754) [`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05) Thanks [@timonrey](https://github.com/timonrey)! - Update colors of inline code to follow the Web Content Accessibility Guidelines.

- [#1776](https://github.com/commercetools/commercetools-docs-kit/pull/1776) [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a) Thanks [@timonrey](https://github.com/timonrey)! - Adjust positioning of the ClipboardIcon next to the section headings.

- [#1755](https://github.com/commercetools/commercetools-docs-kit/pull/1755) [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09) Thanks [@timonrey](https://github.com/timonrey)! - Adjust spacing between sections in the page content.

- [#1751](https://github.com/commercetools/commercetools-docs-kit/pull/1751) [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b) Thanks [@timonrey](https://github.com/timonrey)! - Replace the "Ribbon" icon with the "Clipboard" icon. The icon is being displayed next to section headers.

## 22.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/ui-kit",
"description": "UI component library for building commercetools documentation websites",
"version": "22.2.0",
"version": "22.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
12 changes: 12 additions & 0 deletions websites/api-docs-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-website/api-docs-smoke-test

## 8.2.0

### Minor Changes

- [#1744](https://github.com/commercetools/commercetools-docs-kit/pull/1744) [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Enable support for clickable chapter titles in websites. This is NOT a breaking change as we keep supporting non clickable chapters.

### Patch Changes

- Updated dependencies [[`62bbdf4f`](https://github.com/commercetools/commercetools-docs-kit/commit/62bbdf4f8e1c89fb33a878a42155ceb13cbf653c), [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d), [`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`e33b5a40`](https://github.com/commercetools/commercetools-docs-kit/commit/e33b5a40752764eb9d41e57cba4bdf60a4f039d4), [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2)]:
- @commercetools-docs/gatsby-theme-docs@22.3.0
- @commercetools-docs/gatsby-theme-api-docs@22.3.0

## 8.1.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions websites/api-docs-smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/api-docs-smoke-test",
"version": "8.1.16",
"version": "8.2.0",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -18,8 +18,8 @@
"generate-ramldoc:test": "cd ../../api-specs/test && yarn generate-ramldoc"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-api-docs": "22.2.0",
"@commercetools-docs/gatsby-theme-docs": "22.2.0",
"@commercetools-docs/gatsby-theme-api-docs": "22.3.0",
"@commercetools-docs/gatsby-theme-docs": "22.3.0",
"@commercetools-docs/rmf-codegen": "13.27.0",
"gatsby": "5.11.0",
"gatsby-cli": "5.11.0",
Expand Down
14 changes: 14 additions & 0 deletions websites/docs-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-website/docs-smoke-test

## 8.1.0

### Minor Changes

- [#1744](https://github.com/commercetools/commercetools-docs-kit/pull/1744) [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Enable support for clickable chapter titles in websites. This is NOT a breaking change as we keep supporting non clickable chapters.

### Patch Changes

- Updated dependencies [[`62bbdf4f`](https://github.com/commercetools/commercetools-docs-kit/commit/62bbdf4f8e1c89fb33a878a42155ceb13cbf653c), [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d), [`d310230b`](https://github.com/commercetools/commercetools-docs-kit/commit/d310230b811e369943a637da471716caa32bae05), [`e33b5a40`](https://github.com/commercetools/commercetools-docs-kit/commit/e33b5a40752764eb9d41e57cba4bdf60a4f039d4), [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da), [`2aceaeef`](https://github.com/commercetools/commercetools-docs-kit/commit/2aceaeefe9f5922f627be775979b40151d3b170a), [`08ec78a2`](https://github.com/commercetools/commercetools-docs-kit/commit/08ec78a2d9c009c4e0bc1dee283053ae0c78ba09), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2), [`81f0bc67`](https://github.com/commercetools/commercetools-docs-kit/commit/81f0bc670022a5a74ea881e44724dd52895eb09b)]:
- @commercetools-docs/gatsby-theme-docs@22.3.0
- @commercetools-docs/gatsby-theme-code-examples@22.3.0
- @commercetools-docs/gatsby-theme-constants@22.3.0
- @commercetools-docs/ui-kit@22.3.0

## 8.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions websites/docs-smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/docs-smoke-test",
"version": "8.0.2",
"version": "8.1.0",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -16,10 +16,10 @@
"generate-icons": "svgr -d src/icons/generated -- src/icons/svg"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-code-examples": "22.2.0",
"@commercetools-docs/gatsby-theme-constants": "22.2.0",
"@commercetools-docs/gatsby-theme-docs": "22.2.0",
"@commercetools-docs/ui-kit": "22.2.0",
"@commercetools-docs/gatsby-theme-code-examples": "22.3.0",
"@commercetools-docs/gatsby-theme-constants": "22.3.0",
"@commercetools-docs/gatsby-theme-docs": "22.3.0",
"@commercetools-docs/ui-kit": "22.3.0",
"@commercetools-uikit/icons": "16.5.0",
"@commercetools-uikit/radio-input": "16.5.0",
"gatsby": "5.11.0",
Expand Down
16 changes: 16 additions & 0 deletions websites/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-website/documentation

## 8.1.0

### Minor Changes

- [#1722](https://github.com/commercetools/commercetools-docs-kit/pull/1722) [`e33b5a40`](https://github.com/commercetools/commercetools-docs-kit/commit/e33b5a40752764eb9d41e57cba4bdf60a4f039d4) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Make VRT snapshots more reliable waiting for all the async operations to finish

- [#1744](https://github.com/commercetools/commercetools-docs-kit/pull/1744) [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Enable support for clickable chapter titles in websites. This is NOT a breaking change as we keep supporting non clickable chapters.

### Patch Changes

- [#1768](https://github.com/commercetools/commercetools-docs-kit/pull/1768) [`587b9b73`](https://github.com/commercetools/commercetools-docs-kit/commit/587b9b73907941ab199680e0a27b6153f22641f0) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Added docs for clickable chapters

- Updated dependencies [[`62bbdf4f`](https://github.com/commercetools/commercetools-docs-kit/commit/62bbdf4f8e1c89fb33a878a42155ceb13cbf653c), [`6b4d4eed`](https://github.com/commercetools/commercetools-docs-kit/commit/6b4d4eedcba4d39d794f1e30d0ad23c430fcd83d), [`e33b5a40`](https://github.com/commercetools/commercetools-docs-kit/commit/e33b5a40752764eb9d41e57cba4bdf60a4f039d4), [`561a1595`](https://github.com/commercetools/commercetools-docs-kit/commit/561a15954192e787665030220a2082de15d549da), [`6d53cc20`](https://github.com/commercetools/commercetools-docs-kit/commit/6d53cc208acb3af2c6ff449e76c10e015f2e33c2)]:
- @commercetools-docs/gatsby-theme-docs@22.3.0
- @commercetools-docs/gatsby-theme-code-examples@22.3.0

## 8.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit d360c34

Please sign in to comment.