Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2025
1 parent 319ebed commit 32b594e
Show file tree
Hide file tree
Showing 23 changed files with 140 additions and 61 deletions.
7 changes: 0 additions & 7 deletions .changeset/strange-walls-pump.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wise-gorillas-fly.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.11.0

### Patch Changes

- Updated dependencies [[`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/ui-kit@24.11.0

## 24.10.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": "24.10.0",
"version": "24.11.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@commercetools-docs/gatsby-transformer-mdx-introspection": "16.0.1",
"@commercetools-docs/gatsby-transformer-raml": "13.7.2",
"@commercetools-docs/ui-kit": "24.10.0",
"@commercetools-docs/ui-kit": "24.11.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.11.0

### Patch Changes

- Updated dependencies [[`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/ui-kit@24.11.0

## 24.10.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.10.0",
"version": "24.11.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.10.0",
"@commercetools-docs/ui-kit": "24.11.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.11.0

### Patch Changes

- Updated dependencies [[`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/ui-kit@24.11.0

## 24.10.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.10.0",
"version": "24.11.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.10.0",
"@commercetools-docs/ui-kit": "24.11.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.11.0

### Minor Changes

- [#2107](https://github.com/commercetools/commercetools-docs-kit/pull/2107) [`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Introduced SelfLearningContentNotification and LearningObjectivesCard to remove custom html from mdx

### Patch Changes

- [#2096](https://github.com/commercetools/commercetools-docs-kit/pull/2096) [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix MultiPathBlock component to be able to display content side by side on wide viewports

- Updated dependencies [[`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/ui-kit@24.11.0

## 24.10.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.10.1",
"version": "24.11.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@commercetools-docs/ui-kit": "24.10.0",
"@commercetools-docs/ui-kit": "24.11.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.11.0

### Patch Changes

- [#2096](https://github.com/commercetools/commercetools-docs-kit/pull/2096) [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix MultiPathBlock component to be able to display content side by side on wide viewports

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

## 8.4.36

### Patch Changes

- [#2096](https://github.com/commercetools/commercetools-docs-kit/pull/2096) [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix MultiPathBlock component to be able to display content side by side on wide viewports

- Updated dependencies [[`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56), [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/gatsby-theme-docs@24.11.0
- @commercetools-docs/gatsby-theme-api-docs@24.11.0

## 8.4.35

### 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.35",
"version": "8.4.36",
"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.10.0",
"@commercetools-docs/gatsby-theme-docs": "24.10.1",
"@commercetools-docs/gatsby-theme-api-docs": "24.11.0",
"@commercetools-docs/gatsby-theme-docs": "24.11.0",
"@commercetools-docs/rmf-codegen": "13.37.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
Expand Down
16 changes: 16 additions & 0 deletions websites/docs-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-website/docs-smoke-test

## 9.6.0

### Minor Changes

- [#2107](https://github.com/commercetools/commercetools-docs-kit/pull/2107) [`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Introduced SelfLearningContentNotification and LearningObjectivesCard to remove custom html from mdx

### Patch Changes

- [#2096](https://github.com/commercetools/commercetools-docs-kit/pull/2096) [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix MultiPathBlock component to be able to display content side by side on wide viewports

- Updated dependencies [[`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56), [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/[email protected]
- @commercetools-docs/[email protected]
- @commercetools-docs/[email protected]
- @commercetools-docs/[email protected]

## 9.5.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": "9.5.2",
"version": "9.6.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.10.0",
"@commercetools-docs/gatsby-theme-constants": "24.10.0",
"@commercetools-docs/gatsby-theme-docs": "24.10.1",
"@commercetools-docs/ui-kit": "24.10.0",
"@commercetools-docs/gatsby-theme-code-examples": "24.11.0",
"@commercetools-docs/gatsby-theme-constants": "24.11.0",
"@commercetools-docs/gatsby-theme-docs": "24.11.0",
"@commercetools-docs/ui-kit": "24.11.0",
"@commercetools-uikit/icons": "19.9.0",
"@commercetools-uikit/radio-input": "19.9.0",
"gatsby": "5.13.7",
Expand Down
10 changes: 10 additions & 0 deletions websites/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-website/documentation

## 8.8.3

### Patch Changes

- [#2096](https://github.com/commercetools/commercetools-docs-kit/pull/2096) [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Fix MultiPathBlock component to be able to display content side by side on wide viewports

- Updated dependencies [[`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56), [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/[email protected]
- @commercetools-docs/[email protected]

## 8.8.2

### 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.8.2",
"version": "8.8.3",
"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.10.0",
"@commercetools-docs/gatsby-theme-docs": "24.10.1",
"@commercetools-docs/gatsby-theme-code-examples": "24.11.0",
"@commercetools-docs/gatsby-theme-docs": "24.11.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
Expand Down
12 changes: 12 additions & 0 deletions websites/self-learning-smoke-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-website/self-learning-smoke-test

## 9.3.0

### Minor Changes

- [#2107](https://github.com/commercetools/commercetools-docs-kit/pull/2107) [`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56) Thanks [@gabriele-ct](https://github.com/gabriele-ct)! - Introduced SelfLearningContentNotification and LearningObjectivesCard to remove custom html from mdx

### Patch Changes

- Updated dependencies [[`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56), [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/[email protected]
- @commercetools-docs/[email protected]

## 9.2.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.2.1",
"version": "9.3.0",
"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.10.1",
"@commercetools-docs/ui-kit": "24.10.0",
"@commercetools-docs/gatsby-theme-docs": "24.11.0",
"@commercetools-docs/ui-kit": "24.11.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.52

### Patch Changes

- Updated dependencies [[`319ebed`](https://github.com/commercetools/commercetools-docs-kit/commit/319ebed62887df0c14467572ded8026daa1e6d56), [`dc29d10`](https://github.com/commercetools/commercetools-docs-kit/commit/dc29d101d024943430b3d245924dc31765212d6f)]:
- @commercetools-docs/[email protected]

## 5.3.51

### 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.51",
"version": "5.3.52",
"private": true,
"browserslist": [">0.25%", "not dead and supports es6-module"],
"scripts": {
Expand All @@ -15,7 +15,7 @@
"build:analyze": "ANALYZE_BUNDLE=true yarn build"
},
"dependencies": {
"@commercetools-docs/gatsby-theme-docs": "24.10.1",
"@commercetools-docs/gatsby-theme-docs": "24.11.0",
"gatsby": "5.13.7",
"gatsby-cli": "5.13.3",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 32b594e

Please sign in to comment.