Skip to content

Commit

Permalink
chore: release main (#1190)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 25, 2024
1 parent ffea48d commit 15a073d
Show file tree
Hide file tree
Showing 34 changed files with 123 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"apps/bynder":"1.1.8","apps/ceros":"1.0.9","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.0.8","apps/flexfields":"1.1.9","apps/shopify":"1.1.9","apps/surfer":"1.0.10","apps/uploadcare":"1.0.9","apps/voucherify":"1.0.11","apps/imageHotspotCreator":"1.0.12","apps/transifex":"1.1.1","apps/adapt-essentials-asset-fields":"1.0.6","apps/wix":"1.0.1","apps/intershop":"1.0.2"}
{"apps/bynder":"1.1.8","apps/ceros":"1.0.10","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.0.9","apps/flexfields":"1.1.10","apps/shopify":"1.1.10","apps/surfer":"1.0.11","apps/uploadcare":"1.0.10","apps/voucherify":"1.0.11","apps/imageHotspotCreator":"1.0.13","apps/transifex":"1.1.2","apps/adapt-essentials-asset-fields":"1.0.7","apps/wix":"1.0.2","apps/intershop":"1.0.3"}
7 changes: 7 additions & 0 deletions apps/adapt-essentials-asset-fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.7](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.0.6...adapt-essentials-asset-fields-v1.0.7) (2024-03-25)


### Bug Fixes

* **deps:** bump react-router-dom from 6.22.0 to 6.22.3 in /apps/adapt-essentials-asset-fields ([#1237](https://github.com/contentful/marketplace-partner-apps/issues/1237)) ([9362432](https://github.com/contentful/marketplace-partner-apps/commit/9362432384cdc8fe43dabc2c44fad240a50cc293))

## [1.0.6](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.0.5...adapt-essentials-asset-fields-v1.0.6) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/adapt-essentials-asset-fields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/adapt-essentials-asset-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adapt-essentials-asset-fields",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"scripts": {
"install-ci": "npm ci",
Expand Down
8 changes: 8 additions & 0 deletions apps/ceros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.10](https://github.com/contentful/marketplace-partner-apps/compare/ceros-contentful-app-v1.0.9...ceros-contentful-app-v1.0.10) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 11.23.1 to 11.24.0 in /apps/ceros ([#1210](https://github.com/contentful/marketplace-partner-apps/issues/1210)) ([bbf0c45](https://github.com/contentful/marketplace-partner-apps/commit/bbf0c454a319013179287c303d2549a1001816cc))
* **deps:** bump contentful-management from 11.24.0 to 11.24.2 in /apps/ceros ([#1255](https://github.com/contentful/marketplace-partner-apps/issues/1255)) ([55012c5](https://github.com/contentful/marketplace-partner-apps/commit/55012c563273293679a9339b40e558d047840571))

## [1.0.9](https://github.com/contentful/marketplace-partner-apps/compare/ceros-contentful-app-v1.0.8...ceros-contentful-app-v1.0.9) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/ceros/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/ceros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ceros-contentful-app",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.24.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/cloudinary2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.9](https://github.com/contentful/marketplace-partner-apps/compare/cloudinary-assets-v1.0.8...cloudinary-assets-v1.0.9) (2024-03-25)


### Bug Fixes

* **deps:** bump @dnd-kit/sortable from 7.0.2 to 8.0.0 in /apps/cloudinary2 ([#1185](https://github.com/contentful/marketplace-partner-apps/issues/1185)) ([89f4bd3](https://github.com/contentful/marketplace-partner-apps/commit/89f4bd31759dc73b816f928864180250a6db2375))

## [1.0.8](https://github.com/contentful/marketplace-partner-apps/compare/cloudinary-assets-v1.0.7...cloudinary-assets-v1.0.8) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/cloudinary2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/cloudinary2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/cloudinary-assets",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"dependencies": {
"@contentful/app-sdk": "4.25.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/flexfields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.10](https://github.com/contentful/marketplace-partner-apps/compare/thrillworks-flex-fields-app-v1.1.9...thrillworks-flex-fields-app-v1.1.10) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 10.46.4 to 11.23.1 in /apps/flexfields ([#1144](https://github.com/contentful/marketplace-partner-apps/issues/1144)) ([b10d085](https://github.com/contentful/marketplace-partner-apps/commit/b10d0852323c4f554a30c2b013480468fc461e40))
* **deps:** bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /apps/flexfields ([#1247](https://github.com/contentful/marketplace-partner-apps/issues/1247)) ([e4a47eb](https://github.com/contentful/marketplace-partner-apps/commit/e4a47eb01c6ce81c756c208cb1f191b64bbced9d))

## [1.1.9](https://github.com/contentful/marketplace-partner-apps/compare/thrillworks-flex-fields-app-v1.1.8...thrillworks-flex-fields-app-v1.1.9) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/flexfields/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/flexfields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrillworks-flex-fields-app",
"version": "1.1.9",
"version": "1.1.10",
"license": "MIT",
"dependencies": {
"@contentful/app-sdk": "4.25.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/imageHotspotCreator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.13](https://github.com/contentful/marketplace-partner-apps/compare/image-hotspot-creator-v1.0.12...image-hotspot-creator-v1.0.13) (2024-03-25)


### Bug Fixes

* **deps:** bump @mui/icons-material from 5.15.13 to 5.15.14 in /apps/imageHotspotCreator ([#1236](https://github.com/contentful/marketplace-partner-apps/issues/1236)) ([eedb514](https://github.com/contentful/marketplace-partner-apps/commit/eedb5141ec550b2d1c6453503f7922c418488137))
* **deps:** bump contentful from 10.8.1 to 10.8.4 in /apps/imageHotspotCreator ([#1205](https://github.com/contentful/marketplace-partner-apps/issues/1205)) ([3b0e40b](https://github.com/contentful/marketplace-partner-apps/commit/3b0e40baa1b7f290d456c0ebd876d4de7a7e6ec3))
* **deps:** bump contentful-management from 10.46.4 to 11.23.1 in /apps/imageHotspotCreator ([#1154](https://github.com/contentful/marketplace-partner-apps/issues/1154)) ([b515de3](https://github.com/contentful/marketplace-partner-apps/commit/b515de3abe8189b25bae270b4da788febe27221f))
* **deps:** bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /apps/imageHotspotCreator ([#1243](https://github.com/contentful/marketplace-partner-apps/issues/1243)) ([7eaaf38](https://github.com/contentful/marketplace-partner-apps/commit/7eaaf388da5e87a9f717251a80b8e9cc8e96b818))

## [1.0.12](https://github.com/contentful/marketplace-partner-apps/compare/image-hotspot-creator-v1.0.11...image-hotspot-creator-v1.0.12) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/imageHotspotCreator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/imageHotspotCreator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-hotspot-creator",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
9 changes: 9 additions & 0 deletions apps/intershop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.3](https://github.com/contentful/marketplace-partner-apps/compare/intershop-connector-v1.0.2...intershop-connector-v1.0.3) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 10.45.1 to 11.23.1 in /apps/intershop ([#1142](https://github.com/contentful/marketplace-partner-apps/issues/1142)) ([97edb3b](https://github.com/contentful/marketplace-partner-apps/commit/97edb3bfbe26d8c4a582631ee82a6c359a9ab857))
* **deps:** bump contentful-management from 11.23.1 to 11.24.0 in /apps/intershop ([#1207](https://github.com/contentful/marketplace-partner-apps/issues/1207)) ([cf9f56f](https://github.com/contentful/marketplace-partner-apps/commit/cf9f56f0b2dfb52d74dd849e5317442f9d09f0b5))
* **deps:** bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /apps/intershop ([#1242](https://github.com/contentful/marketplace-partner-apps/issues/1242)) ([99beed2](https://github.com/contentful/marketplace-partner-apps/commit/99beed293dbc766b4f143c4e61e5dca9a475cb93))

## [1.0.2](https://github.com/contentful/marketplace-partner-apps/compare/intershop-connector-v1.0.1...intershop-connector-v1.0.2) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/intershop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/intershop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intershop-connector",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.25.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.10](https://github.com/contentful/marketplace-partner-apps/compare/shopify-sku-v1.1.9...shopify-sku-v1.1.10) (2024-03-25)


### Bug Fixes

* **deps:** bump typescript from 5.4.2 to 5.4.3 in /apps/shopify ([#1235](https://github.com/contentful/marketplace-partner-apps/issues/1235)) ([89e474f](https://github.com/contentful/marketplace-partner-apps/commit/89e474f43a7295ef52fa5f05c47762e12cd25ee6))

## [1.1.9](https://github.com/contentful/marketplace-partner-apps/compare/shopify-sku-v1.1.8...shopify-sku-v1.1.9) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/shopify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/shopify-sku",
"version": "1.1.9",
"version": "1.1.10",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "1.17.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/surfer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.11](https://github.com/contentful/marketplace-partner-apps/compare/surfer-contentful-app-v1.0.10...surfer-contentful-app-v1.0.11) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 10.46.4 to 11.23.1 in /apps/surfer ([#1134](https://github.com/contentful/marketplace-partner-apps/issues/1134)) ([2a50ee5](https://github.com/contentful/marketplace-partner-apps/commit/2a50ee5b2e88b89a9c9db8327c285768aad1c70b))
* **deps:** bump contentful-management from 11.23.1 to 11.24.0 in /apps/surfer ([#1194](https://github.com/contentful/marketplace-partner-apps/issues/1194)) ([4b3ff45](https://github.com/contentful/marketplace-partner-apps/commit/4b3ff4566133d3084bcb93c03a41c3a4ad1b61ee))
* **deps:** bump contentful-management from 11.24.0 to 11.24.2 in /apps/surfer ([#1270](https://github.com/contentful/marketplace-partner-apps/issues/1270)) ([5b31b68](https://github.com/contentful/marketplace-partner-apps/commit/5b31b687fead88fe65aa231c7dc1805d0f2402ec))
* **deps:** bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /apps/surfer ([#1241](https://github.com/contentful/marketplace-partner-apps/issues/1241)) ([2488baa](https://github.com/contentful/marketplace-partner-apps/commit/2488baa97a22392be35bb2fb09c4e9694ff80d5a))

## [1.0.10](https://github.com/contentful/marketplace-partner-apps/compare/surfer-contentful-app-v1.0.9...surfer-contentful-app-v1.0.10) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/surfer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/surfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surfer-contentful-app",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"dependencies": {
"@contentful/app-sdk": "4.25.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/transifex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/contentful/marketplace-partner-apps/compare/transifex-contentful-app-v1.1.1...transifex-contentful-app-v1.1.2) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 11.23.1 to 11.24.0 in /apps/transifex ([#1191](https://github.com/contentful/marketplace-partner-apps/issues/1191)) ([d3f2d7e](https://github.com/contentful/marketplace-partner-apps/commit/d3f2d7e90f80c0c36ab3d3d37cb41deafe819d02))

## [1.1.1](https://github.com/contentful/marketplace-partner-apps/compare/transifex-contentful-app-v1.1.0...transifex-contentful-app-v1.1.1) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/transifex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/transifex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transifex-contentful-app",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"dependencies": {
"@contentful/app-sdk": "4.25.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/uploadcare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.10](https://github.com/contentful/marketplace-partner-apps/compare/uploadcare-contentful-app-v1.0.9...uploadcare-contentful-app-v1.0.10) (2024-03-25)


### Bug Fixes

* **deps:** bump contentful-management from 11.23.1 to 11.24.0 in /apps/uploadcare ([#1196](https://github.com/contentful/marketplace-partner-apps/issues/1196)) ([e277de1](https://github.com/contentful/marketplace-partner-apps/commit/e277de1dc012542afe2a77b9ed0a0433fb35b506))
* **deps:** bump contentful-management from 11.24.0 to 11.24.2 in /apps/uploadcare ([#1261](https://github.com/contentful/marketplace-partner-apps/issues/1261)) ([dc494b9](https://github.com/contentful/marketplace-partner-apps/commit/dc494b96b1714502c127292496bc5b7f6dbad13b))

## [1.0.9](https://github.com/contentful/marketplace-partner-apps/compare/uploadcare-contentful-app-v1.0.8...uploadcare-contentful-app-v1.0.9) (2024-03-19)


Expand Down
4 changes: 2 additions & 2 deletions apps/uploadcare/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/uploadcare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadcare-contentful-app",
"version": "1.0.9",
"version": "1.0.10",
"private": true,
"scripts": {
"install-ci": "npm ci",
Expand Down
8 changes: 8 additions & 0 deletions apps/wix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.2](https://github.com/contentful/marketplace-partner-apps/compare/wix-contentful-app-v1.0.1...wix-contentful-app-v1.0.2) (2024-03-25)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.45.0 to 4.61.0 in /apps/wix ([#1206](https://github.com/contentful/marketplace-partner-apps/issues/1206)) ([b4acce1](https://github.com/contentful/marketplace-partner-apps/commit/b4acce1d1168ca51794b2451055735e32085e949))
* **deps:** bump contentful-management from 10.38.3 to 11.23.1 in /apps/wix ([#1156](https://github.com/contentful/marketplace-partner-apps/issues/1156)) ([ebf78f3](https://github.com/contentful/marketplace-partner-apps/commit/ebf78f315347994e08bfcb471f343548d46b2566))

## [1.0.1](https://github.com/contentful/marketplace-partner-apps/compare/wix-contentful-app-v1.0.0...wix-contentful-app-v1.0.1) (2024-03-19)


Expand Down
Loading

0 comments on commit 15a073d

Please sign in to comment.