Skip to content

Commit

Permalink
ci(changesets): version packages (#475)
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 Feb 13, 2024
1 parent d7b7eb6 commit afc3821
Show file tree
Hide file tree
Showing 75 changed files with 890 additions and 377 deletions.
7 changes: 0 additions & 7 deletions .changeset/fuzzy-cats-glow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-starfishes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-chicken-protect.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/real-nails-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-days-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-rocks-refuse.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

## 7.0.0

## 6.11.0

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

## 7.0.0

### Minor Changes

- [#472](https://github.com/commercetools/test-data/pull/472) [`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b) Thanks [@jaikamat](https://github.com/jaikamat)! - Create standalone prices model and associated draft, support channel key reference preset

## 6.11.0

## 6.10.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": "6.11.0",
"version": "7.0.0",
"description": "Generated GraphQL types based on the GraphQL API schemas",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions models/associate-role/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-test-data/associate-role

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### 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": "6.11.0",
"version": "7.0.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": "6.11.0",
"@commercetools-test-data/core": "6.11.0",
"@commercetools-test-data/utils": "6.11.0",
"@commercetools-test-data/commons": "7.0.0",
"@commercetools-test-data/core": "7.0.0",
"@commercetools-test-data/utils": "7.0.0",
"@commercetools/platform-sdk": "^7.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
18 changes: 18 additions & 0 deletions models/business-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-test-data/business-unit

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### 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.11.0",
"version": "7.0.0",
"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.11.0",
"@commercetools-test-data/core": "6.11.0",
"@commercetools-test-data/utils": "6.11.0",
"@commercetools-test-data/commons": "7.0.0",
"@commercetools-test-data/core": "7.0.0",
"@commercetools-test-data/utils": "7.0.0",
"@commercetools/platform-sdk": "^7.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
21 changes: 21 additions & 0 deletions models/cart-discount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @commercetools-test-data/cart-discount

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/product-type@7.0.0
- @commercetools-test-data/category@7.0.0
- @commercetools-test-data/customer-group@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### 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.11.0",
"version": "7.0.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": "6.11.0",
"@commercetools-test-data/commons": "6.11.0",
"@commercetools-test-data/core": "6.11.0",
"@commercetools-test-data/customer-group": "6.11.0",
"@commercetools-test-data/product-type": "6.11.0",
"@commercetools-test-data/utils": "6.11.0",
"@commercetools-test-data/category": "7.0.0",
"@commercetools-test-data/commons": "7.0.0",
"@commercetools-test-data/core": "7.0.0",
"@commercetools-test-data/customer-group": "7.0.0",
"@commercetools-test-data/product-type": "7.0.0",
"@commercetools-test-data/utils": "7.0.0",
"@commercetools/platform-sdk": "^7.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
25 changes: 25 additions & 0 deletions models/cart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @commercetools-test-data/cart

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/shipping-method@7.0.0
- @commercetools-test-data/discount-code@7.0.0
- @commercetools-test-data/customer@7.0.0
- @commercetools-test-data/channel@7.0.0
- @commercetools-test-data/product@7.0.0
- @commercetools-test-data/store@7.0.0
- @commercetools-test-data/tax-category@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### 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.11.0",
"version": "7.0.0",
"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.11.0",
"@commercetools-test-data/commons": "6.11.0",
"@commercetools-test-data/core": "6.11.0",
"@commercetools-test-data/customer": "6.11.0",
"@commercetools-test-data/discount-code": "6.11.0",
"@commercetools-test-data/product": "6.11.0",
"@commercetools-test-data/shipping-method": "6.11.0",
"@commercetools-test-data/tax-category": "6.11.0",
"@commercetools-test-data/utils": "6.11.0",
"@commercetools-test-data/store": "6.11.0",
"@commercetools-test-data/channel": "7.0.0",
"@commercetools-test-data/commons": "7.0.0",
"@commercetools-test-data/core": "7.0.0",
"@commercetools-test-data/customer": "7.0.0",
"@commercetools-test-data/discount-code": "7.0.0",
"@commercetools-test-data/product": "7.0.0",
"@commercetools-test-data/shipping-method": "7.0.0",
"@commercetools-test-data/tax-category": "7.0.0",
"@commercetools-test-data/utils": "7.0.0",
"@commercetools-test-data/store": "7.0.0",
"@commercetools/platform-sdk": "^7.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
18 changes: 18 additions & 0 deletions models/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-test-data/category

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### 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.11.0",
"version": "7.0.0",
"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.11.0",
"@commercetools-test-data/core": "6.11.0",
"@commercetools-test-data/utils": "6.11.0",
"@commercetools-test-data/commons": "7.0.0",
"@commercetools-test-data/core": "7.0.0",
"@commercetools-test-data/utils": "7.0.0",
"@commercetools/platform-sdk": "^7.0.0",
"@faker-js/faker": "^8.0.0"
}
Expand Down
18 changes: 18 additions & 0 deletions models/channel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-test-data/channel

## 7.0.0

### Major Changes

- [#478](https://github.com/commercetools/test-data/pull/478) [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf) Thanks [@jaikamat](https://github.com/jaikamat)! - This breaking release excludes \_\_typename from built GraphQL draft models.

Updating this package will require changes in your codebase. To migrate:

- Ensure tests that assert on the presence of \_\_typename in draft GraphQL models are updated to no longer expect this field.
- Update any code that relies on the presence of \_\_typename in draft GraphQL models to align with the new approach.

### Patch Changes

- Updated dependencies [[`f027639`](https://github.com/commercetools/test-data/commit/f027639045374709b64259584986ea4ae9e1be5b), [`d7b7eb6`](https://github.com/commercetools/test-data/commit/d7b7eb6e2bf3daff60ea60d07d48252252999923), [`71eb4f5`](https://github.com/commercetools/test-data/commit/71eb4f5c020f86cee129ed477ad6386f15049fdf)]:
- @commercetools-test-data/commons@7.0.0
- @commercetools-test-data/core@7.0.0
- @commercetools-test-data/utils@7.0.0

## 6.11.0

### Patch Changes
Expand Down
Loading

0 comments on commit afc3821

Please sign in to comment.