Skip to content

Commit

Permalink
ci(changesets): version packages (#2057)
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 Aug 20, 2024
1 parent 448914a commit a832b56
Show file tree
Hide file tree
Showing 23 changed files with 134 additions and 58 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-horses-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-bobcats-explode.md

This file was deleted.

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

## 24.8.0

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769)]:
- @commercetools-docs/ui-kit@24.8.0

## 24.7.1

### 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": "24.7.1",
"version": "24.8.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.7.0",
"@commercetools-docs/ui-kit": "24.7.1",
"@commercetools-docs/ui-kit": "24.8.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.8.0

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769)]:
- @commercetools-docs/ui-kit@24.8.0

## 24.7.1

### 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.7.1",
"version": "24.8.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.7.1",
"@commercetools-docs/ui-kit": "24.8.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.8.0

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769)]:
- @commercetools-docs/ui-kit@24.8.0

## 24.7.1

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

## 24.8.0

### Minor Changes

- [#2047](https://github.com/commercetools/commercetools-docs-kit/pull/2047) [`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Mega menu changes for Glossary implementation

- [#2046](https://github.com/commercetools/commercetools-docs-kit/pull/2046) [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Add frontmatter fields to override site title and site breadcrumb per page

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769)]:
- @commercetools-docs/ui-kit@24.8.0

## 24.7.1

### Patch 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.7.1",
"version": "24.8.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@commercetools-docs/ui-kit": "24.7.1",
"@commercetools-docs/ui-kit": "24.8.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/ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-docs/ui-kit

## 24.8.0

### Minor Changes

- [#2047](https://github.com/commercetools/commercetools-docs-kit/pull/2047) [`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Mega menu changes for Glossary implementation

## 24.7.1

### 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": "24.7.1",
"version": "24.8.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.31

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769), [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105)]:
- @commercetools-docs/gatsby-theme-docs@24.8.0
- @commercetools-docs/gatsby-theme-api-docs@24.8.0

## 8.4.30

### 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.30",
"version": "8.4.31",
"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.7.1",
"@commercetools-docs/gatsby-theme-docs": "24.7.1",
"@commercetools-docs/gatsby-theme-api-docs": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/rmf-codegen": "13.34.0",
"gatsby": "5.13.6",
"gatsby-cli": "5.13.3",
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

## 9.4.0

### Minor Changes

- [#2046](https://github.com/commercetools/commercetools-docs-kit/pull/2046) [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Add frontmatter fields to override site title and site breadcrumb per page

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769), [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105)]:
- @commercetools-docs/gatsby-theme-docs@24.8.0
- @commercetools-docs/ui-kit@24.8.0
- @commercetools-docs/gatsby-theme-code-examples@24.8.0
- @commercetools-docs/gatsby-theme-constants@24.8.0

## 9.3.1

### 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": "9.3.1",
"version": "9.4.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.7.1",
"@commercetools-docs/gatsby-theme-constants": "24.7.1",
"@commercetools-docs/gatsby-theme-docs": "24.7.1",
"@commercetools-docs/ui-kit": "24.7.1",
"@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-uikit/icons": "19.9.0",
"@commercetools-uikit/radio-input": "19.9.0",
"gatsby": "5.13.6",
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.7.0

### Minor Changes

- [#2046](https://github.com/commercetools/commercetools-docs-kit/pull/2046) [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Add frontmatter fields to override site title and site breadcrumb per page

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769), [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105)]:
- @commercetools-docs/gatsby-theme-docs@24.8.0
- @commercetools-docs/gatsby-theme-code-examples@24.8.0

## 8.6.16

### Patch 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.6.16",
"version": "8.7.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.7.1",
"@commercetools-docs/gatsby-theme-docs": "24.7.1",
"@commercetools-docs/gatsby-theme-code-examples": "24.8.0",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"gatsby": "5.13.6",
"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.2

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769), [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105)]:
- @commercetools-docs/gatsby-theme-docs@24.8.0
- @commercetools-docs/ui-kit@24.8.0

## 9.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions websites/self-learning-smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/self-learning-smoke-test",
"version": "9.1.1",
"version": "9.1.2",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -15,8 +15,8 @@
"generate-icons": "svgr -d src/icons/generated -- src/icons/svg"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "24.7.1",
"@commercetools-docs/ui-kit": "24.7.1",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"@commercetools-docs/ui-kit": "24.8.0",
"@commercetools-uikit/card": "19.9.0",
"@commercetools-uikit/collapsible-panel": "19.9.0",
"@commercetools-uikit/icons": "19.9.0",
Expand Down
7 changes: 7 additions & 0 deletions websites/site-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-website/site-template

## 5.3.48

### Patch Changes

- Updated dependencies [[`522ec0f`](https://github.com/commercetools/commercetools-docs-kit/commit/522ec0f99028a0747b52cb81e461631f2e51d769), [`448914a`](https://github.com/commercetools/commercetools-docs-kit/commit/448914a73a4a29bff6fc9f58dcccd7099a073105)]:
- @commercetools-docs/gatsby-theme-docs@24.8.0

## 5.3.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions websites/site-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/site-template",
"version": "5.3.47",
"version": "5.3.48",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -12,7 +12,7 @@
"build": "./scripts/build.sh"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "24.7.1",
"@commercetools-docs/gatsby-theme-docs": "24.8.0",
"gatsby": "5.13.6",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit a832b56

Please sign in to comment.