Skip to content

Commit

Permalink
ci(changesets): version packages (#692)
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 Oct 10, 2024
1 parent 1e2bba1 commit b71bfee
Show file tree
Hide file tree
Showing 95 changed files with 961 additions and 469 deletions.
12 changes: 0 additions & 12 deletions .changeset/blue-sloths-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-spiders-impress.md

This file was deleted.

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

## 10.8.0

### Minor Changes

- [#688](https://github.com/commercetools/test-data/pull/688) [`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - The main change is about the `core` package where we are introducing support for writing test data models using new implementation patterns which makes the process simpler. Also, the resulting code will be more maintainable.

You can head over [here]() for updated documentation about those new patterns.

### Patch Changes

- [#691](https://github.com/commercetools/test-data/pull/691) [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8) Thanks [@nima-ct](https://github.com/nima-ct)! - Update core helpers to support accurate typing for transformed models

## 10.7.1

## 10.7.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": "10.7.1",
"version": "10.8.0",
"description": "This package provides the core functions to define the data models",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions graphql-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-test-data/graphql-types

## 10.8.0

## 10.7.1

## 10.7.0
Expand Down
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": "10.7.1",
"version": "10.8.0",
"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/associate-role/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/associate-role

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/associate-role/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/associate-role",
"version": "10.7.1",
"version": "10.8.0",
"description": "Data model for commercetools API AssociateRole",
"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": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions models/attribute-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-test-data/attribute-group

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions models/attribute-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-test-data/attribute-group",
"version": "10.7.1",
"version": "10.8.0",
"description": "Model for attribute-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": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0",
"omit-deep": "^0.3.0"
Expand Down
12 changes: 12 additions & 0 deletions models/business-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-test-data/business-unit

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/customer@10.8.0
- @commercetools-test-data/store@10.8.0
- @commercetools-test-data/associate-role@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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": "10.7.1",
"version": "10.8.0",
"description": "Data models for commercetools API Business Unit",
"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/associate-role": "10.7.1",
"@commercetools-test-data/commons": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/customer": "10.7.1",
"@commercetools-test-data/store": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/associate-role": "10.8.0",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/customer": "10.8.0",
"@commercetools-test-data/store": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.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

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/customer-group@10.8.0
- @commercetools-test-data/product-type@10.8.0
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/category@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.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": "10.7.1",
"version": "10.8.0",
"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": "10.7.1",
"@commercetools-test-data/commons": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/customer-group": "10.7.1",
"@commercetools-test-data/product-type": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/category": "10.8.0",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/customer-group": "10.8.0",
"@commercetools-test-data/product-type": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
17 changes: 17 additions & 0 deletions models/cart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @commercetools-test-data/cart

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/channel@10.8.0
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/customer@10.8.0
- @commercetools-test-data/product@10.8.0
- @commercetools-test-data/store@10.8.0
- @commercetools-test-data/business-unit@10.8.0
- @commercetools-test-data/discount-code@10.8.0
- @commercetools-test-data/shipping-method@10.8.0
- @commercetools-test-data/tax-category@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
24 changes: 12 additions & 12 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": "10.7.1",
"version": "10.8.0",
"description": "Data model for commercetools API Cart",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,17 +19,17 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/business-unit": "10.7.1",
"@commercetools-test-data/channel": "10.7.1",
"@commercetools-test-data/commons": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/customer": "10.7.1",
"@commercetools-test-data/discount-code": "10.7.1",
"@commercetools-test-data/product": "10.7.1",
"@commercetools-test-data/shipping-method": "10.7.1",
"@commercetools-test-data/store": "10.7.1",
"@commercetools-test-data/tax-category": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/business-unit": "10.8.0",
"@commercetools-test-data/channel": "10.8.0",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/customer": "10.8.0",
"@commercetools-test-data/discount-code": "10.8.0",
"@commercetools-test-data/product": "10.8.0",
"@commercetools-test-data/shipping-method": "10.8.0",
"@commercetools-test-data/store": "10.8.0",
"@commercetools-test-data/tax-category": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
10 changes: 10 additions & 0 deletions models/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-test-data/category

## 10.8.0

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/type@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "10.7.1",
"version": "10.8.0",
"description": "Data model for commercetools API Category",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand All @@ -19,10 +19,10 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/commons": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/type": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/type": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
15 changes: 15 additions & 0 deletions models/channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-test-data/channel

## 10.8.0

### Minor Changes

- [#688](https://github.com/commercetools/test-data/pull/688) [`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - The main change is about the `core` package where we are introducing support for writing test data models using new implementation patterns which makes the process simpler. Also, the resulting code will be more maintainable.

You can head over [here]() for updated documentation about those new patterns.

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/commons@10.8.0
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.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": "10.7.1",
"version": "10.8.0",
"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": "10.7.1",
"@commercetools-test-data/core": "10.7.1",
"@commercetools-test-data/utils": "10.7.1",
"@commercetools-test-data/commons": "10.8.0",
"@commercetools-test-data/core": "10.8.0",
"@commercetools-test-data/utils": "10.8.0",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
14 changes: 14 additions & 0 deletions models/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-test-data/commons

## 10.8.0

### Minor Changes

- [#688](https://github.com/commercetools/test-data/pull/688) [`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - The main change is about the `core` package where we are introducing support for writing test data models using new implementation patterns which makes the process simpler. Also, the resulting code will be more maintainable.

You can head over [here]() for updated documentation about those new patterns.

### Patch Changes

- Updated dependencies [[`6bdcbe6`](https://github.com/commercetools/test-data/commit/6bdcbe6c75b49aa6d6258ad3c64230bb8c19de03), [`1e2bba1`](https://github.com/commercetools/test-data/commit/1e2bba10e41fd1b7dabc71b0bc2166c538bf6ee8)]:
- @commercetools-test-data/core@10.8.0
- @commercetools-test-data/utils@10.8.0

## 10.7.1

### Patch Changes
Expand Down
Loading

0 comments on commit b71bfee

Please sign in to comment.