Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1847

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10","apps/ceros":"1.0.14","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.0.13","apps/flexfields":"1.1.12","apps/shopify":"1.1.14","apps/surfer":"1.0.15","apps/uploadcare":"1.0.14","apps/voucherify":"1.0.15","apps/imageHotspotCreator":"1.0.16","apps/transifex":"1.2.0","apps/adapt-essentials-asset-fields":"1.0.11","apps/wix":"1.0.6","apps/intershop":"1.0.7"}
{"apps/bynder":"1.1.11","apps/ceros":"1.0.15","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.0.14","apps/flexfields":"1.1.13","apps/shopify":"1.1.15","apps/surfer":"1.0.16","apps/uploadcare":"1.0.15","apps/voucherify":"1.0.16","apps/imageHotspotCreator":"1.0.17","apps/transifex":"1.2.1","apps/adapt-essentials-asset-fields":"1.1.0","apps/wix":"1.0.7","apps/intershop":"1.0.8","apps/bynder-content-workflow":"1.0.0"}
13 changes: 13 additions & 0 deletions apps/adapt-essentials-asset-fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.0.11...adapt-essentials-asset-fields-v1.1.0) (2024-05-29)


### Features

* `adapt-essentials-asset-fields` search and bugfixes ([#1828](https://github.com/contentful/marketplace-partner-apps/issues/1828)) ([5d60616](https://github.com/contentful/marketplace-partner-apps/commit/5d60616f402474286499a7ca8db99d5218ceff28))


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.65.6 to 4.65.7 in /apps/adapt-essentials-asset-fields ([#1908](https://github.com/contentful/marketplace-partner-apps/issues/1908)) ([2c9a80b](https://github.com/contentful/marketplace-partner-apps/commit/2c9a80b43417f40b506e806998a7a3a531a02fe1))
* **deps:** bump @contentful/f36-image from 4.65.7 to 4.65.8 in /apps/adapt-essentials-asset-fields ([#1942](https://github.com/contentful/marketplace-partner-apps/issues/1942)) ([1b516c9](https://github.com/contentful/marketplace-partner-apps/commit/1b516c9c8a2cefa82cab36f261fbfbb1e0567f31))

## [1.0.11](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.0.10...adapt-essentials-asset-fields-v1.0.11) (2024-05-20)


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.11",
"version": "1.1.0",
"type": "module",
"scripts": {
"install-ci": "npm ci",
Expand Down
15 changes: 15 additions & 0 deletions apps/bynder-content-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2024-05-29)


### Features

* add bynder-content-workflow to apps folder and to release-please-config.json ([#1860](https://github.com/contentful/marketplace-partner-apps/issues/1860)) ([b925e32](https://github.com/contentful/marketplace-partner-apps/commit/b925e32dc73bef00dbdbe3d472811d185c2c655f))


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.45.0 to 4.65.8 in /apps/bynder-content-workflow ([#1961](https://github.com/contentful/marketplace-partner-apps/issues/1961)) ([4045099](https://github.com/contentful/marketplace-partner-apps/commit/40450990466f4def0e3fa68a7c5c2b9c7015b649))
* **deps:** bump @contentful/f36-tokens from 4.0.2 to 4.0.5 ([#1905](https://github.com/contentful/marketplace-partner-apps/issues/1905)) ([09c9882](https://github.com/contentful/marketplace-partner-apps/commit/09c9882ecbce217e25f85065ace36d09efcb54c5))
* **deps:** bump @contentful/rich-text-html-renderer from 16.3.0 to 16.5.2 in /apps/bynder-content-workflow ([#1963](https://github.com/contentful/marketplace-partner-apps/issues/1963)) ([a0d80b8](https://github.com/contentful/marketplace-partner-apps/commit/a0d80b8bad8f095917ef1bb8d0e8374018d9a32a))
2 changes: 1 addition & 1 deletion apps/bynder-content-workflow/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/bynder-content-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bynder-content-workflow",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@contentful/app-sdk": "4.22.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/bynder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.11](https://github.com/contentful/marketplace-partner-apps/compare/bynder-assets-v1.1.10...bynder-assets-v1.1.11) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/dam-app-base from 3.0.2 to 3.0.3 in /apps/bynder ([#1909](https://github.com/contentful/marketplace-partner-apps/issues/1909)) ([e71cb69](https://github.com/contentful/marketplace-partner-apps/commit/e71cb697fdcb31628dedc677274fb377e3a0c26c))
* **deps:** bump @contentful/dam-app-base from 3.0.3 to 3.0.4 in /apps/bynder ([#1954](https://github.com/contentful/marketplace-partner-apps/issues/1954)) ([e14d8d0](https://github.com/contentful/marketplace-partner-apps/commit/e14d8d00509ebdd5510ea187a38ec3ac2ba8cbfd))

## [1.1.10](https://github.com/contentful/marketplace-partner-apps/compare/bynder-assets-v1.1.9...bynder-assets-v1.1.10) (2024-05-16)


Expand Down
4 changes: 2 additions & 2 deletions apps/bynder/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/bynder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/bynder-assets",
"version": "1.1.10",
"version": "1.1.11",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "1.20.1",
Expand Down
12 changes: 12 additions & 0 deletions apps/ceros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.15](https://github.com/contentful/marketplace-partner-apps/compare/ceros-contentful-app-v1.0.14...ceros-contentful-app-v1.0.15) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.65.6 to 4.65.7 in /apps/ceros ([#1881](https://github.com/contentful/marketplace-partner-apps/issues/1881)) ([fe57927](https://github.com/contentful/marketplace-partner-apps/commit/fe579270fe586d12aa14481851b3b4a26f0b5e03))
* **deps:** bump @contentful/f36-components from 4.65.7 to 4.65.8 in /apps/ceros ([#1944](https://github.com/contentful/marketplace-partner-apps/issues/1944)) ([3093b5a](https://github.com/contentful/marketplace-partner-apps/commit/3093b5a3daff784bfe84854c17ce751e85ce7a83))
* **deps:** bump @contentful/f36-tokens from 4.0.2 to 4.0.5 ([#1905](https://github.com/contentful/marketplace-partner-apps/issues/1905)) ([09c9882](https://github.com/contentful/marketplace-partner-apps/commit/09c9882ecbce217e25f85065ace36d09efcb54c5))
* **deps:** bump contentful-management from 11.25.5 to 11.25.6 in /apps/ceros ([#1853](https://github.com/contentful/marketplace-partner-apps/issues/1853)) ([c29ae65](https://github.com/contentful/marketplace-partner-apps/commit/c29ae65e9601a5fc2c3caf9f34621fd1b888482b))
* **deps:** bump contentful-management from 11.25.6 to 11.26.1 in /apps/ceros ([#1879](https://github.com/contentful/marketplace-partner-apps/issues/1879)) ([5d033ac](https://github.com/contentful/marketplace-partner-apps/commit/5d033ac59859081d73f472e0e07b6b173a3d1d40))
* **deps:** bump contentful-management from 11.26.1 to 11.26.2 in /apps/ceros ([#1883](https://github.com/contentful/marketplace-partner-apps/issues/1883)) ([21598e6](https://github.com/contentful/marketplace-partner-apps/commit/21598e68f434dc7775722d59e8a810ff7dc5c3e6))

## [1.0.14](https://github.com/contentful/marketplace-partner-apps/compare/ceros-contentful-app-v1.0.13...ceros-contentful-app-v1.0.14) (2024-05-20)


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.14",
"version": "1.0.15",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.24.0",
Expand Down
11 changes: 11 additions & 0 deletions apps/cloudinary2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.14](https://github.com/contentful/marketplace-partner-apps/compare/cloudinary-assets-v1.0.13...cloudinary-assets-v1.0.14) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.65.6 to 4.65.7 in /apps/cloudinary2 ([#1914](https://github.com/contentful/marketplace-partner-apps/issues/1914)) ([d246618](https://github.com/contentful/marketplace-partner-apps/commit/d2466188241272b7112e35c26094e02c5e1eb1a0))
* **deps:** bump @contentful/f36-components from 4.65.7 to 4.65.8 in /apps/cloudinary2 ([#1951](https://github.com/contentful/marketplace-partner-apps/issues/1951)) ([412923c](https://github.com/contentful/marketplace-partner-apps/commit/412923ce0a3e8beced3b3fcd9b05ee6eae38b1e7))
* **deps:** bump contentful-management from 11.25.5 to 11.25.6 in /apps/cloudinary2 ([#1851](https://github.com/contentful/marketplace-partner-apps/issues/1851)) ([0fed347](https://github.com/contentful/marketplace-partner-apps/commit/0fed347aed52f8ac896b45aefbe7c42f337a8976))
* **deps:** bump contentful-management from 11.25.6 to 11.26.1 in /apps/cloudinary2 ([#1868](https://github.com/contentful/marketplace-partner-apps/issues/1868)) ([b57ff2b](https://github.com/contentful/marketplace-partner-apps/commit/b57ff2bc826f0c41754282a29b497734614cc296))
* **deps:** bump contentful-management from 11.26.1 to 11.26.2 in /apps/cloudinary2 ([#1888](https://github.com/contentful/marketplace-partner-apps/issues/1888)) ([676356e](https://github.com/contentful/marketplace-partner-apps/commit/676356e14625d8366a68327c801b806a6b84b166))

## [1.0.13](https://github.com/contentful/marketplace-partner-apps/compare/cloudinary-assets-v1.0.12...cloudinary-assets-v1.0.13) (2024-05-20)


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.13",
"version": "1.0.14",
"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.13](https://github.com/contentful/marketplace-partner-apps/compare/thrillworks-flex-fields-app-v1.1.12...thrillworks-flex-fields-app-v1.1.13) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/f36-tokens from 4.0.2 to 4.0.5 ([#1905](https://github.com/contentful/marketplace-partner-apps/issues/1905)) ([09c9882](https://github.com/contentful/marketplace-partner-apps/commit/09c9882ecbce217e25f85065ace36d09efcb54c5))
* Update emotion and typescript versions for FlexFields ([#1376](https://github.com/contentful/marketplace-partner-apps/issues/1376)) ([97d07dc](https://github.com/contentful/marketplace-partner-apps/commit/97d07dc27a1d9f5cfa17591bd40f0536aeeff490))

## [1.1.12](https://github.com/contentful/marketplace-partner-apps/compare/thrillworks-flex-fields-app-v1.1.11...thrillworks-flex-fields-app-v1.1.12) (2024-05-16)


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.12",
"version": "1.1.13",
"license": "MIT",
"dependencies": {
"@contentful/app-sdk": "4.25.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/imageHotspotCreator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.17](https://github.com/contentful/marketplace-partner-apps/compare/image-hotspot-creator-v1.0.16...image-hotspot-creator-v1.0.17) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/f36-tokens from 4.0.2 to 4.0.5 ([#1905](https://github.com/contentful/marketplace-partner-apps/issues/1905)) ([09c9882](https://github.com/contentful/marketplace-partner-apps/commit/09c9882ecbce217e25f85065ace36d09efcb54c5))
* **deps:** bump @mui/icons-material from 5.15.14 to 5.15.18 ([#1902](https://github.com/contentful/marketplace-partner-apps/issues/1902)) ([6e78f14](https://github.com/contentful/marketplace-partner-apps/commit/6e78f14130426ec96b7a9ab0a13262b7d04b2f3e))
* **deps:** bump @mui/material from 5.15.14 to 5.15.18 ([#1924](https://github.com/contentful/marketplace-partner-apps/issues/1924)) ([17bfccb](https://github.com/contentful/marketplace-partner-apps/commit/17bfccb35259106a3b6b78d4279ec19ce397c438))

## [1.0.16](https://github.com/contentful/marketplace-partner-apps/compare/image-hotspot-creator-v1.0.15...image-hotspot-creator-v1.0.16) (2024-05-16)


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.16",
"version": "1.0.17",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
13 changes: 13 additions & 0 deletions apps/intershop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.8](https://github.com/contentful/marketplace-partner-apps/compare/intershop-connector-v1.0.7...intershop-connector-v1.0.8) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.65.6 to 4.65.7 in /apps/intershop ([#1897](https://github.com/contentful/marketplace-partner-apps/issues/1897)) ([010ce17](https://github.com/contentful/marketplace-partner-apps/commit/010ce17cd135690e826a720d970e172154a948a6))
* **deps:** bump @contentful/f36-components from 4.65.7 to 4.65.8 in /apps/intershop ([#1937](https://github.com/contentful/marketplace-partner-apps/issues/1937)) ([a0a65c5](https://github.com/contentful/marketplace-partner-apps/commit/a0a65c5f8361b6bfd5496446e79251fe57de6f03))
* **deps:** bump @contentful/f36-image from 4.65.7 to 4.65.8 in /apps/intershop ([#1936](https://github.com/contentful/marketplace-partner-apps/issues/1936)) ([f907a86](https://github.com/contentful/marketplace-partner-apps/commit/f907a863656c86915fc706fddded6a4b5ef226d1))
* **deps:** bump @contentful/f36-tokens from 4.0.2 to 4.0.5 ([#1905](https://github.com/contentful/marketplace-partner-apps/issues/1905)) ([09c9882](https://github.com/contentful/marketplace-partner-apps/commit/09c9882ecbce217e25f85065ace36d09efcb54c5))
* **deps:** bump contentful-management from 11.25.5 to 11.25.6 in /apps/intershop ([#1856](https://github.com/contentful/marketplace-partner-apps/issues/1856)) ([ae9b3ba](https://github.com/contentful/marketplace-partner-apps/commit/ae9b3bae8b10ccac4818b158c096525e10065ee9))
* **deps:** bump contentful-management from 11.25.6 to 11.26.1 in /apps/intershop ([#1863](https://github.com/contentful/marketplace-partner-apps/issues/1863)) ([220d625](https://github.com/contentful/marketplace-partner-apps/commit/220d6252d2e42e82938c4468e4336a2502597492))
* **deps:** bump contentful-management from 11.26.1 to 11.26.2 in /apps/intershop ([#1907](https://github.com/contentful/marketplace-partner-apps/issues/1907)) ([75de1fc](https://github.com/contentful/marketplace-partner-apps/commit/75de1fcdeb37376be0d5c0451b9bfbc522c37e0c))

## [1.0.7](https://github.com/contentful/marketplace-partner-apps/compare/intershop-connector-v1.0.6...intershop-connector-v1.0.7) (2024-05-20)


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.7",
"version": "1.0.8",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.25.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.1.15](https://github.com/contentful/marketplace-partner-apps/compare/shopify-sku-v1.1.14...shopify-sku-v1.1.15) (2024-05-29)


### Bug Fixes

* **deps:** bump @contentful/ecommerce-app-base from 3.6.10 to 3.6.11 in /apps/shopify ([#1916](https://github.com/contentful/marketplace-partner-apps/issues/1916)) ([f512548](https://github.com/contentful/marketplace-partner-apps/commit/f512548bd0f16b0f27f5bfb9e3e19cc0337d7508))
* **deps:** bump @contentful/f36-components from 4.65.6 to 4.65.7 in /apps/shopify ([#1898](https://github.com/contentful/marketplace-partner-apps/issues/1898)) ([8c47cc4](https://github.com/contentful/marketplace-partner-apps/commit/8c47cc4b396c0db12928bcfd0732d6b132164efb))
* **deps:** bump @contentful/f36-components from 4.65.7 to 4.65.8 in /apps/shopify ([#1933](https://github.com/contentful/marketplace-partner-apps/issues/1933)) ([675b3a0](https://github.com/contentful/marketplace-partner-apps/commit/675b3a00407189e59322b9f3b691982177790368))

## [1.1.14](https://github.com/contentful/marketplace-partner-apps/compare/shopify-sku-v1.1.13...shopify-sku-v1.1.14) (2024-05-20)


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.14",
"version": "1.1.15",
"private": true,
"devDependencies": {
"@contentful/app-scripts": "1.21.0",
Expand Down
Loading