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 Nov 9, 2023
1 parent 64de71d commit 616cf62
Show file tree
Hide file tree
Showing 53 changed files with 454 additions and 224 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-turkeys-cry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-hairs-suffer.md

This file was deleted.

2 changes: 2 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-test-data/core

## 6.4.2

## 6.4.1

## 6.4.0
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/core",
"version": "6.4.1",
"version": "6.4.2",
"description": "This package provides the core functions to define the data models",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions graphql-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @commercetools-test-data/graphql-types

## 6.4.2

### Patch Changes

- [#421](https://github.com/commercetools/test-data/pull/421) [`9040a6b8`](https://github.com/commercetools/test-data/commit/9040a6b813d83efc43f693ff5b827d5e2dc17c43) Thanks [@emmenko](https://github.com/emmenko)! - Use generated GraphQL types
2 changes: 1 addition & 1 deletion graphql-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/graphql-types",
"version": "6.4.1",
"version": "6.4.2",
"description": "Generated GraphQL types based on the GraphQL API schemas",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions models/business-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/business-unit

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/business-unit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/business-unit",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data models for commercetools API Business Unit",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
12 changes: 12 additions & 0 deletions models/cart-discount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-test-data/cart-discount

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/category@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/customer-group@6.4.2
- @commercetools-test-data/product-type@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions models/cart-discount/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/cart-discount",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data models for commercetools API CartDiscount",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,12 +19,12 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/category": "6.4.1",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/customer-group": "6.4.1",
"@commercetools-test-data/product-type": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/category": "6.4.2",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/customer-group": "6.4.2",
"@commercetools-test-data/product-type": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
16 changes: 16 additions & 0 deletions models/cart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-test-data/cart

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/channel@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/customer@6.4.2
- @commercetools-test-data/discount-code@6.4.2
- @commercetools-test-data/product@6.4.2
- @commercetools-test-data/shipping-method@6.4.2
- @commercetools-test-data/store@6.4.2
- @commercetools-test-data/tax-category@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions models/cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/cart",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for commercetools API Cart",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,16 +19,16 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/channel": "6.4.1",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/customer": "6.4.1",
"@commercetools-test-data/discount-code": "6.4.1",
"@commercetools-test-data/product": "6.4.1",
"@commercetools-test-data/shipping-method": "6.4.1",
"@commercetools-test-data/tax-category": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/store": "6.4.1",
"@commercetools-test-data/channel": "6.4.2",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/customer": "6.4.2",
"@commercetools-test-data/discount-code": "6.4.2",
"@commercetools-test-data/product": "6.4.2",
"@commercetools-test-data/shipping-method": "6.4.2",
"@commercetools-test-data/tax-category": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools-test-data/store": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions models/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/category

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/category/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/category",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for commercetools API Category",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions models/channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/channel

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/channel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/channel",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for commercetools API Channel",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions models/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-test-data/commons

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions models/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/commons",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for commercetools platform common types",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0",
"@types/lodash": "^4.14.182",
Expand Down
14 changes: 14 additions & 0 deletions models/custom-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-test-data/custom-view

## 6.4.2

### Patch Changes

- [#428](https://github.com/commercetools/test-data/pull/428) [`64de71d2`](https://github.com/commercetools/test-data/commit/64de71d26e02eac43f75537a4ce5529feade0790) Thanks [@Rhotimee](https://github.com/Rhotimee)! - Remove status from custom view draft

- [#421](https://github.com/commercetools/test-data/pull/421) [`9040a6b8`](https://github.com/commercetools/test-data/commit/9040a6b813d83efc43f693ff5b827d5e2dc17c43) Thanks [@emmenko](https://github.com/emmenko)! - Use generated GraphQL types

- Updated dependencies [[`9040a6b8`](https://github.com/commercetools/test-data/commit/9040a6b813d83efc43f693ff5b827d5e2dc17c43)]:
- @commercetools-test-data/graphql-types@6.4.2
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions models/custom-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/custom-view",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for internal Merchan Center API Custom View",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -21,10 +21,10 @@
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "^22.10.0",
"@commercetools-frontend/constants": "^22.10.0",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/graphql-types": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/graphql-types": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0",
"@types/lodash": "^4.14.182",
Expand Down
9 changes: 9 additions & 0 deletions models/customer-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/customer-group

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/customer-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/customer-group",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data model for commercetools API Customer Group",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/commons": "6.4.1",
"@commercetools-test-data/core": "6.4.1",
"@commercetools-test-data/utils": "6.4.1",
"@commercetools-test-data/commons": "6.4.2",
"@commercetools-test-data/core": "6.4.2",
"@commercetools-test-data/utils": "6.4.2",
"@commercetools/platform-sdk": "^6.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
10 changes: 10 additions & 0 deletions models/customer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-test-data/customer

## 6.4.2

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/core@6.4.2
- @commercetools-test-data/commons@6.4.2
- @commercetools-test-data/customer-group@6.4.2
- @commercetools-test-data/utils@6.4.2

## 6.4.1

### Patch Changes
Expand Down
Loading

0 comments on commit 616cf62

Please sign in to comment.