Skip to content

Commit 56713eb

Browse files
Release new version (beta) (#382)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @labdigital/commercetools-mock@3.0.0-beta.1 ### Patch Changes - [#381](#381) [`2d16f79`](2d16f79) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Made generated optional fields nullish instead of optional, as the commercetools API also accepts null as input and treats it as empty, but the mock explicitly expects undefined - [#381](#381) [`2d16f79`](2d16f79) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Push multiple docker image tags so we can pin versions if necessary, ignore beta tags for latest Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d16f79 commit 56713eb

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"fix-category-parent-by-key",
1515
"fix-empty-json-body-on-delete",
1616
"log-errors-when-not-silent",
17+
"major-knives-dream",
1718
"move-to-fastify",
1819
"optimize-custom-object-lookup",
1920
"optimize-resource-creation-perf",
2021
"optimize-sqlite-large-datasets",
22+
"pink-mammals-wave",
2123
"remove-deprecated-methods",
2224
"unified-pino-logging",
2325
"update-dependencies",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 3.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#381](https://github.com/labd/commercetools-node-mock/pull/381) [`2d16f79`](https://github.com/labd/commercetools-node-mock/commit/2d16f79f24a12a84a87f1cc7e73ba6bb650d6c4c) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Made generated optional fields nullish instead of optional, as the commercetools API also accepts null as input and treats it as empty, but the mock explicitly expects undefined
8+
9+
- [#381](https://github.com/labd/commercetools-node-mock/pull/381) [`2d16f79`](https://github.com/labd/commercetools-node-mock/commit/2d16f79f24a12a84a87f1cc7e73ba6bb650d6c4c) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Push multiple docker image tags so we can pin versions if necessary, ignore beta tags for latest
10+
311
## 3.0.0-beta.0
412

513
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labdigital/commercetools-mock",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)