Skip to content

Commit

Permalink
Release apps
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2023
1 parent 958dbcd commit 5e0ca9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/twenty-garlics-count.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/cms-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# saleor-app-cms-v2

## 2.4.0

### Minor Changes

- 958dbcd: Changed how Contentful ID is created.

Previously, Saleor's ID was used to create entry in Contentful.
However, this implementation was failing when special characters in ID occurred (like "==").

Now, entry in Contentful is created using it's own system ID, generated by Contentful itself.

App will first query entries via variant ID field, so it still works without a breaking change.

It's recommended to set "unique" parameter on variant ID field

## 2.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cms-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saleor-app-cms-v2",
"version": "2.3.4",
"version": "2.4.0",
"scripts": {
"build": "pnpm generate && next build",
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
Expand Down

0 comments on commit 5e0ca9d

Please sign in to comment.