Skip to content

Commit

Permalink
ci(changesets): version packages (#2071)
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
ct-changesets[bot] and github-actions[bot] authored Sep 12, 2024
1 parent 4534a6f commit 796e81a
Show file tree
Hide file tree
Showing 32 changed files with 168 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-terms-sin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-rockets-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-parents-jog.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gorgeous-shirts-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-ghosts-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-panthers-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-items-destroy.md

This file was deleted.

6 changes: 6 additions & 0 deletions api-specs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-api-specs/test

## 0.3.0

### Minor Changes

- [#2076](https://github.com/commercetools/commercetools-docs-kit/pull/2076) [`dbe4950`](https://github.com/commercetools/commercetools-docs-kit/commit/dbe49500fa962cc3d6d4a51e79f8eade8b46271d) Thanks [@timonrey](https://github.com/timonrey)! - Add API OAuth scopes columns layout

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion api-specs/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-api-specs/test",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"scripts": {
"test": "npx rmf-codegen verify ./api.raml",
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-theme-api-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-docs/gatsby-theme-api-docs

## 24.9.0

### Minor Changes

- [#2076](https://github.com/commercetools/commercetools-docs-kit/pull/2076) [`dbe4950`](https://github.com/commercetools/commercetools-docs-kit/commit/dbe49500fa962cc3d6d4a51e79f8eade8b46271d) Thanks [@timonrey](https://github.com/timonrey)! - Add API OAuth scopes columns layout

### Patch Changes

- [#2070](https://github.com/commercetools/commercetools-docs-kit/pull/2070) [`5f7ed85`](https://github.com/commercetools/commercetools-docs-kit/commit/5f7ed85cbfb9a7f2b21d4f1d7a2451f9d3987bd2) Thanks [@timonrey](https://github.com/timonrey)! - Display union references for api-types correctly.

- [#2078](https://github.com/commercetools/commercetools-docs-kit/pull/2078) [`4534a6f`](https://github.com/commercetools/commercetools-docs-kit/commit/4534a6f7013f1962a82a2a7a81878e9503c92fd7) Thanks [@timonrey](https://github.com/timonrey)! - Show response details for all request data types

- Updated dependencies [[`5f7ed85`](https://github.com/commercetools/commercetools-docs-kit/commit/5f7ed85cbfb9a7f2b21d4f1d7a2451f9d3987bd2), [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17)]:
- @commercetools-docs/gatsby-transformer-raml@13.7.1
- @commercetools-docs/ui-kit@24.9.0

## 24.8.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "24.8.0",
"version": "24.9.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -22,8 +22,8 @@
],
"dependencies": {
"@commercetools-docs/gatsby-transformer-mdx-introspection": "16.0.0",
"@commercetools-docs/gatsby-transformer-raml": "13.7.0",
"@commercetools-docs/ui-kit": "24.8.0",
"@commercetools-docs/gatsby-transformer-raml": "13.7.1",
"@commercetools-docs/ui-kit": "24.9.0",
"@commercetools-uikit/design-system": "19.9.0",
"@commercetools-uikit/spacings-inline": "19.9.0",
"@commercetools-uikit/spacings-stack": "19.9.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-theme-code-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-docs/gatsby-theme-code-examples

## 24.9.0

### Patch Changes

- Updated dependencies [[`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17)]:
- @commercetools-docs/ui-kit@24.9.0

## 24.8.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": "24.8.0",
"version": "24.9.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": "24.8.0",
"@commercetools-docs/ui-kit": "24.9.0",
"prop-types": "15.8.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-theme-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-docs/gatsby-theme-constants

## 24.9.0

### Patch Changes

- Updated dependencies [[`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17)]:
- @commercetools-docs/ui-kit@24.9.0

## 24.8.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": "24.8.0",
"version": "24.9.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": "24.8.0",
"@commercetools-docs/ui-kit": "24.9.0",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-yaml": "5.13.1",
"prop-types": "15.8.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/gatsby-theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @commercetools-docs/gatsby-theme-docs

## 24.9.0

### Minor Changes

- [#2074](https://github.com/commercetools/commercetools-docs-kit/pull/2074) [`9fca219`](https://github.com/commercetools/commercetools-docs-kit/commit/9fca2192c6de74f425727385cf3c8112ff88e3eb) Thanks [@ColinRosati](https://github.com/ColinRosati)! - Add Tooltip to AI Assitant icon

- [#2064](https://github.com/commercetools/commercetools-docs-kit/pull/2064) [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Implementation of MultiPathBlock component to support multiple reading path in a single page

- [#2072](https://github.com/commercetools/commercetools-docs-kit/pull/2072) [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Add the ability of override sidebar site title href via frontmatter property called `siteTitleHref`

### Patch Changes

- [#2077](https://github.com/commercetools/commercetools-docs-kit/pull/2077) [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix anchor navigation between pages

- Updated dependencies [[`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17)]:
- @commercetools-docs/ui-kit@24.9.0

## 24.8.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": "24.8.0",
"version": "24.9.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@commercetools-docs/ui-kit": "24.8.0",
"@commercetools-docs/ui-kit": "24.9.0",
"@commercetools-uikit/avatar": "19.9.0",
"@commercetools-uikit/card": "19.9.0",
"@commercetools-uikit/checkbox-input": "19.9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-raml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-docs/gatsby-transformer-raml

## 13.7.1

### Patch Changes

- [#2070](https://github.com/commercetools/commercetools-docs-kit/pull/2070) [`5f7ed85`](https://github.com/commercetools/commercetools-docs-kit/commit/5f7ed85cbfb9a7f2b21d4f1d7a2451f9d3987bd2) Thanks [@timonrey](https://github.com/timonrey)! - Display union references for api-types correctly.

## 13.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-raml/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-docs/gatsby-transformer-raml",
"description": "Exposes RAML 1.0 APIs on the gatsbyJS GraphQL",
"version": "13.7.0",
"version": "13.7.1",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-docs/ui-kit

## 24.9.0

### Minor Changes

- [#2064](https://github.com/commercetools/commercetools-docs-kit/pull/2064) [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Implementation of MultiPathBlock component to support multiple reading path in a single page

## 24.8.0

### Minor 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": "24.8.0",
"version": "24.9.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions websites/api-docs-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-website/api-docs-smoke-test

## 8.4.32

### Patch Changes

- Updated dependencies [[`9fca219`](https://github.com/commercetools/commercetools-docs-kit/commit/9fca2192c6de74f425727385cf3c8112ff88e3eb), [`dbe4950`](https://github.com/commercetools/commercetools-docs-kit/commit/dbe49500fa962cc3d6d4a51e79f8eade8b46271d), [`5f7ed85`](https://github.com/commercetools/commercetools-docs-kit/commit/5f7ed85cbfb9a7f2b21d4f1d7a2451f9d3987bd2), [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17), [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252), [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51), [`4534a6f`](https://github.com/commercetools/commercetools-docs-kit/commit/4534a6f7013f1962a82a2a7a81878e9503c92fd7)]:
- @commercetools-docs/gatsby-theme-docs@24.9.0
- @commercetools-docs/gatsby-theme-api-docs@24.9.0

## 8.4.31

### 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.4.31",
"version": "8.4.32",
"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": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/gatsby-theme-api-docs": "24.9.0",
"@commercetools-docs/gatsby-theme-docs": "24.9.0",
"@commercetools-docs/rmf-codegen": "13.35.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
Expand Down
18 changes: 18 additions & 0 deletions websites/docs-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-website/docs-smoke-test

## 9.5.0

### Minor Changes

- [#2064](https://github.com/commercetools/commercetools-docs-kit/pull/2064) [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Implementation of MultiPathBlock component to support multiple reading path in a single page

- [#2072](https://github.com/commercetools/commercetools-docs-kit/pull/2072) [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Add the ability of override sidebar site title href via frontmatter property called `siteTitleHref`

### Patch Changes

- [#2077](https://github.com/commercetools/commercetools-docs-kit/pull/2077) [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix anchor navigation between pages

- Updated dependencies [[`9fca219`](https://github.com/commercetools/commercetools-docs-kit/commit/9fca2192c6de74f425727385cf3c8112ff88e3eb), [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17), [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252), [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51)]:
- @commercetools-docs/gatsby-theme-docs@24.9.0
- @commercetools-docs/ui-kit@24.9.0
- @commercetools-docs/gatsby-theme-code-examples@24.9.0
- @commercetools-docs/gatsby-theme-constants@24.9.0

## 9.4.0

### Minor 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": "9.4.0",
"version": "9.5.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": "24.8.0",
"@commercetools-docs/gatsby-theme-constants": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/ui-kit": "24.8.0",
"@commercetools-docs/gatsby-theme-code-examples": "24.9.0",
"@commercetools-docs/gatsby-theme-constants": "24.9.0",
"@commercetools-docs/gatsby-theme-docs": "24.9.0",
"@commercetools-docs/ui-kit": "24.9.0",
"@commercetools-uikit/icons": "19.9.0",
"@commercetools-uikit/radio-input": "19.9.0",
"gatsby": "5.13.7",
Expand Down
12 changes: 12 additions & 0 deletions websites/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-website/documentation

## 8.8.0

### Minor Changes

- [#2064](https://github.com/commercetools/commercetools-docs-kit/pull/2064) [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Implementation of MultiPathBlock component to support multiple reading path in a single page

### Patch Changes

- Updated dependencies [[`9fca219`](https://github.com/commercetools/commercetools-docs-kit/commit/9fca2192c6de74f425727385cf3c8112ff88e3eb), [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17), [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252), [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51)]:
- @commercetools-docs/gatsby-theme-docs@24.9.0
- @commercetools-docs/gatsby-theme-code-examples@24.9.0

## 8.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions websites/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/documentation",
"version": "8.7.0",
"version": "8.8.0",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -14,8 +14,8 @@
"postbuild": "rm -rf ../../public/documentation && mkdir -p ../../public && mv public ../../public/documentation"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-code-examples": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/gatsby-theme-code-examples": "24.9.0",
"@commercetools-docs/gatsby-theme-docs": "24.9.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions websites/self-learning-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-website/self-learning-smoke-test

## 9.1.3

### Patch Changes

- Updated dependencies [[`9fca219`](https://github.com/commercetools/commercetools-docs-kit/commit/9fca2192c6de74f425727385cf3c8112ff88e3eb), [`7469822`](https://github.com/commercetools/commercetools-docs-kit/commit/7469822c35e842bf1cda925a85f510740bf8cd17), [`aa25be9`](https://github.com/commercetools/commercetools-docs-kit/commit/aa25be943ce3dd4db1b964895fd0615fe3c4e252), [`b036d47`](https://github.com/commercetools/commercetools-docs-kit/commit/b036d47c480d3889a788755e82ccf87ad6eeae51)]:
- @commercetools-docs/gatsby-theme-docs@24.9.0
- @commercetools-docs/ui-kit@24.9.0

## 9.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit 796e81a

Please sign in to comment.