Skip to content

Commit

Permalink
Merge branch 'main' into cm-update-graphql-types-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT committed Nov 29, 2024
2 parents 7f137a6 + eea73f4 commit 9d12929
Show file tree
Hide file tree
Showing 99 changed files with 1,428 additions and 488 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-ghosts-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-pans-fly.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/metal-mice-sit.md

This file was deleted.

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

## 10.10.1

## 10.10.0

## 10.9.3

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

## 10.10.1

## 10.10.0

## 10.9.3

## 10.9.2
Expand Down
2 changes: 1 addition & 1 deletion generators/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-test-data/generators",
"private": true,
"version": "10.9.3",
"version": "10.10.1",
"description": "Data model generator CLI for commercetools APIs",
"main": "dist/commercetools-test-data-generators.cjs.js",
"module": "dist/commercetools-test-data-generators.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions graphql-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @commercetools-test-data/graphql-types

## 10.10.1

## 10.10.0

## 10.9.3

## 10.9.2
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.9.3",
"version": "10.10.1",
"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

## 10.10.1

### Patch Changes

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

## 10.10.0

### Patch Changes

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

## 10.9.3

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

## 10.10.1

### Patch Changes

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

## 10.10.0

### Patch Changes

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

## 10.9.3

### 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.9.3",
"version": "10.10.1",
"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.9.3",
"@commercetools-test-data/core": "10.9.3",
"@commercetools-test-data/utils": "10.9.3",
"@commercetools-test-data/commons": "10.10.1",
"@commercetools-test-data/core": "10.10.1",
"@commercetools-test-data/utils": "10.10.1",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0",
"omit-deep": "^0.3.0"
Expand Down
24 changes: 24 additions & 0 deletions models/business-unit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @commercetools-test-data/business-unit

## 10.10.1

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/store@10.10.1
- @commercetools-test-data/core@10.10.1
- @commercetools-test-data/associate-role@10.10.1
- @commercetools-test-data/commons@10.10.1
- @commercetools-test-data/customer@10.10.1
- @commercetools-test-data/utils@10.10.1

## 10.10.0

### Patch Changes

- Updated dependencies []:
- @commercetools-test-data/store@10.10.0
- @commercetools-test-data/core@10.10.0
- @commercetools-test-data/associate-role@10.10.0
- @commercetools-test-data/commons@10.10.0
- @commercetools-test-data/customer@10.10.0
- @commercetools-test-data/utils@10.10.0

## 10.9.3

### 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.9.3",
"version": "10.10.1",
"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.9.3",
"@commercetools-test-data/commons": "10.9.3",
"@commercetools-test-data/core": "10.9.3",
"@commercetools-test-data/customer": "10.9.3",
"@commercetools-test-data/store": "10.9.3",
"@commercetools-test-data/utils": "10.9.3",
"@commercetools-test-data/associate-role": "10.10.1",
"@commercetools-test-data/commons": "10.10.1",
"@commercetools-test-data/core": "10.10.1",
"@commercetools-test-data/customer": "10.10.1",
"@commercetools-test-data/store": "10.10.1",
"@commercetools-test-data/utils": "10.10.1",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
24 changes: 24 additions & 0 deletions models/cart-discount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @commercetools-test-data/cart-discount

## 10.10.1

### Patch Changes

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

## 10.10.0

### Patch Changes

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

## 10.9.3

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

## 10.10.1

### Patch Changes

- Updated dependencies [[`2ff2954`](https://github.com/commercetools/test-data/commit/2ff295413c3d3bc1c04d4f134da74f5e3e98f40e)]:
- @commercetools-test-data/channel@10.10.1
- @commercetools-test-data/product@10.10.1
- @commercetools-test-data/store@10.10.1
- @commercetools-test-data/business-unit@10.10.1
- @commercetools-test-data/core@10.10.1
- @commercetools-test-data/commons@10.10.1
- @commercetools-test-data/customer@10.10.1
- @commercetools-test-data/discount-code@10.10.1
- @commercetools-test-data/shipping-method@10.10.1
- @commercetools-test-data/tax-category@10.10.1
- @commercetools-test-data/utils@10.10.1

## 10.10.0

### Patch Changes

- Updated dependencies [[`2f02fac`](https://github.com/commercetools/test-data/commit/2f02fac9b5eb06197f1d4c2f0509ff10d2c5ef6c), [`ac18883`](https://github.com/commercetools/test-data/commit/ac188833fd16f09d109fb420aa2d24d0505da917)]:
- @commercetools-test-data/product@10.10.0
- @commercetools-test-data/channel@10.10.0
- @commercetools-test-data/store@10.10.0
- @commercetools-test-data/business-unit@10.10.0
- @commercetools-test-data/core@10.10.0
- @commercetools-test-data/commons@10.10.0
- @commercetools-test-data/customer@10.10.0
- @commercetools-test-data/discount-code@10.10.0
- @commercetools-test-data/shipping-method@10.10.0
- @commercetools-test-data/tax-category@10.10.0
- @commercetools-test-data/utils@10.10.0

## 10.9.3

### 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.9.3",
"version": "10.10.1",
"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.9.3",
"@commercetools-test-data/channel": "10.9.3",
"@commercetools-test-data/commons": "10.9.3",
"@commercetools-test-data/core": "10.9.3",
"@commercetools-test-data/customer": "10.9.3",
"@commercetools-test-data/discount-code": "10.9.3",
"@commercetools-test-data/product": "10.9.3",
"@commercetools-test-data/shipping-method": "10.9.3",
"@commercetools-test-data/store": "10.9.3",
"@commercetools-test-data/tax-category": "10.9.3",
"@commercetools-test-data/utils": "10.9.3",
"@commercetools-test-data/business-unit": "10.10.1",
"@commercetools-test-data/channel": "10.10.1",
"@commercetools-test-data/commons": "10.10.1",
"@commercetools-test-data/core": "10.10.1",
"@commercetools-test-data/customer": "10.10.1",
"@commercetools-test-data/discount-code": "10.10.1",
"@commercetools-test-data/product": "10.10.1",
"@commercetools-test-data/shipping-method": "10.10.1",
"@commercetools-test-data/store": "10.10.1",
"@commercetools-test-data/tax-category": "10.10.1",
"@commercetools-test-data/utils": "10.10.1",
"@commercetools/platform-sdk": "7.14.0",
"@faker-js/faker": "^9.0.0"
}
Expand Down
20 changes: 20 additions & 0 deletions models/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @commercetools-test-data/category

## 10.10.1

### Patch Changes

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

## 10.10.0

### Patch Changes

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

## 10.9.3

### Patch Changes
Expand Down
Loading

0 comments on commit 9d12929

Please sign in to comment.