Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuisma committed Oct 10, 2024
2 parents 20c551e + 8f0f3ed commit 2757c8b
Show file tree
Hide file tree
Showing 50 changed files with 7,426 additions and 7,220 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.15","apps/ceros":"1.0.20","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.1.1","apps/flexfields":"1.2.4","apps/shopify":"2.0.4","apps/surfer":"1.0.23","apps/uploadcare":"1.0.19","apps/voucherify":"1.0.21","apps/imageHotspotCreator":"1.0.21","apps/transifex":"1.2.5","apps/adapt-essentials-asset-fields":"1.1.5","apps/wix":"1.0.13","apps/intershop":"1.0.14","apps/bynder-content-workflow":"1.0.4","apps/amplitude-experiment":"1.0.3","apps/xillio-transcreate":"1.0.2","apps/raster":"1.0.2"}
{"apps/bynder":"1.1.16","apps/ceros":"1.0.21","apps/cloudinary":"1.0.7","apps/cloudinary2":"1.1.2","apps/flexfields":"1.2.5","apps/shopify":"2.0.5","apps/surfer":"1.0.24","apps/uploadcare":"1.0.20","apps/voucherify":"1.0.22","apps/imageHotspotCreator":"1.0.22","apps/transifex":"1.2.6","apps/adapt-essentials-asset-fields":"1.1.6","apps/wix":"1.0.14","apps/intershop":"1.0.15","apps/bynder-content-workflow":"1.0.5","apps/amplitude-experiment":"1.0.4","apps/xillio-transcreate":"1.0.2","apps/raster":"1.0.3"}
11 changes: 11 additions & 0 deletions apps/adapt-essentials-asset-fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.1.6](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.1.5...adapt-essentials-asset-fields-v1.1.6) (2024-09-24)


### Bug Fixes

* **deps:** bump rollup from 4.21.0 to 4.22.4 in /apps/adapt-essentials-asset-fields ([#3054](https://github.com/contentful/marketplace-partner-apps/issues/3054)) ([9c75055](https://github.com/contentful/marketplace-partner-apps/commit/9c75055044f2992e7f407eaca7bdd515bb2d0dfa))
* **deps:** bump the production-dependencies group in /apps/adapt-essentials-asset-fields with 2 updates ([#2907](https://github.com/contentful/marketplace-partner-apps/issues/2907)) ([c3e53ed](https://github.com/contentful/marketplace-partner-apps/commit/c3e53ed16aec9ec4587ae42e914e27f9a8ec2dcd))
* **deps:** bump the production-dependencies group in /apps/adapt-essentials-asset-fields with 2 updates ([#2923](https://github.com/contentful/marketplace-partner-apps/issues/2923)) ([22fc7d5](https://github.com/contentful/marketplace-partner-apps/commit/22fc7d5b8c9a60d987cffb2f2d5dd118f0b47d1c))
* **deps:** bump the production-dependencies group in /apps/adapt-essentials-asset-fields with 3 updates ([#2857](https://github.com/contentful/marketplace-partner-apps/issues/2857)) ([b6fa07f](https://github.com/contentful/marketplace-partner-apps/commit/b6fa07fa0a801ce97b0203674ad2908d0981f1ba))
* update `apps/adapt-essentials-asset-fields` code to support updated lint rules ([#2444](https://github.com/contentful/marketplace-partner-apps/issues/2444)) ([1c91da1](https://github.com/contentful/marketplace-partner-apps/commit/1c91da1b010ff396f0d6277144cb5b550a7b88a0))

## [1.1.5](https://github.com/contentful/marketplace-partner-apps/compare/adapt-essentials-asset-fields-v1.1.4...adapt-essentials-asset-fields-v1.1.5) (2024-09-03)


Expand Down
1,719 changes: 890 additions & 829 deletions apps/adapt-essentials-asset-fields/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions 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.1.5",
"version": "1.1.6",
"type": "module",
"scripts": {
"install-ci": "npm ci",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@contentful/app-sdk": "^4.29.1",
"@contentful/f36-components": "^4.70.0",
"@contentful/f36-components": "^4.73.0",
"@contentful/f36-image": "^4.67.4",
"@contentful/f36-workbench": "^4.21.0",
"@contentful/react-apps-toolkit": "^1.2.15",
Expand All @@ -31,18 +31,18 @@
"use-local-storage-extended": "^0.1.1"
},
"devDependencies": {
"@contentful/app-scripts": "^1.27.0",
"@types/react": "^18.3.8",
"@contentful/app-scripts": "^1.29.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"happy-dom": "^15.7.4",
"type-fest": "^4.26.1",
"typescript": "~5.6.2",
"vite": "^5.4.7"
"typescript": "~5.6.3",
"vite": "^5.4.8"
}
}
13 changes: 13 additions & 0 deletions apps/amplitude-experiment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.4](https://github.com/contentful/marketplace-partner-apps/compare/amplitude-contentful-v1.0.3...amplitude-contentful-v1.0.4) (2024-09-24)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.69.0 to 4.69.1 in /apps/amplitude-experiment in the production-dependencies group ([#2871](https://github.com/contentful/marketplace-partner-apps/issues/2871)) ([306a7ab](https://github.com/contentful/marketplace-partner-apps/commit/306a7ab17a976000b33d2c73de8f5db19cf75b89))
* **deps:** bump @contentful/f36-components from 4.69.1 to 4.69.2 in /apps/amplitude-experiment in the production-dependencies group ([#2896](https://github.com/contentful/marketplace-partner-apps/issues/2896)) ([c073be1](https://github.com/contentful/marketplace-partner-apps/commit/c073be179a2c53cdf2c77ec725eeafad35ccc09d))
* **deps:** bump @contentful/f36-components from 4.69.2 to 4.70.0 in /apps/amplitude-experiment in the production-dependencies group ([#2941](https://github.com/contentful/marketplace-partner-apps/issues/2941)) ([f8ba558](https://github.com/contentful/marketplace-partner-apps/commit/f8ba5586045fc8212e6e08947cbad79fcd9c6986))
* **deps:** bump contentful-management from 11.33.0 to 11.34.0 in /apps/amplitude-experiment in the production-dependencies group ([#2979](https://github.com/contentful/marketplace-partner-apps/issues/2979)) ([de0a417](https://github.com/contentful/marketplace-partner-apps/commit/de0a41792be602f8311537f360390fd7788c40aa))
* **deps:** bump contentful-management from 11.34.0 to 11.35.0 in /apps/amplitude-experiment in the production-dependencies group ([#3001](https://github.com/contentful/marketplace-partner-apps/issues/3001)) ([753fb01](https://github.com/contentful/marketplace-partner-apps/commit/753fb0147e0f3df03c12b1f9b5bdd96df77ad9c8))
* **deps:** bump path-to-regexp and express in /apps/amplitude-experiment ([#2839](https://github.com/contentful/marketplace-partner-apps/issues/2839)) ([a615d3c](https://github.com/contentful/marketplace-partner-apps/commit/a615d3ca7b0a044f11c0f84307cd641050a2480f))
* **deps:** bump rollup from 4.21.2 to 4.22.4 in /apps/amplitude-experiment ([#3053](https://github.com/contentful/marketplace-partner-apps/issues/3053)) ([f455a43](https://github.com/contentful/marketplace-partner-apps/commit/f455a434429de942811f15cb12b24e38e90fc7e6))

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


Expand Down
42 changes: 21 additions & 21 deletions apps/amplitude-experiment/package-lock.json

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

10 changes: 5 additions & 5 deletions apps/amplitude-experiment/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "amplitude-contentful",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"dependencies": {
"@contentful/app-sdk": "^4.29.1",
"@contentful/f36-components": "4.70.0",
"@contentful/f36-tokens": "4.0.5",
"@contentful/react-apps-toolkit": "1.2.16",
"@emotion/css": "^11.13.0",
"contentful-management": "11.35.0",
"contentful-management": "11.35.1",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down Expand Up @@ -45,12 +45,12 @@
"@testing-library/react": "^14.1.2",
"@types/lodash": "^4.17.9",
"@types/node": "18.15.3",
"@types/react": "18.3.8",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"happy-dom": "^14.12.3",
"typescript": "4.9.5",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"homepage": "."
Expand Down
11 changes: 11 additions & 0 deletions apps/bynder-content-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.5](https://github.com/contentful/marketplace-partner-apps/compare/bynder-content-workflow-v1.0.4...bynder-content-workflow-v1.0.5) (2024-09-24)


### Bug Fixes

* **deps:** bump @contentful/f36-components from 4.69.2 to 4.70.0 in /apps/bynder-content-workflow in the production-dependencies group ([#2918](https://github.com/contentful/marketplace-partner-apps/issues/2918)) ([c679d48](https://github.com/contentful/marketplace-partner-apps/commit/c679d483e33d78aa6a7bdeb633848521dc99938d))
* **deps:** bump contentful-management from 11.33.0 to 11.34.0 in /apps/bynder-content-workflow in the production-dependencies group ([#2962](https://github.com/contentful/marketplace-partner-apps/issues/2962)) ([27875bd](https://github.com/contentful/marketplace-partner-apps/commit/27875bda6a77af96fd776d3cfed4d835bbd14949))
* **deps:** bump contentful-management from 11.34.0 to 11.35.0 in /apps/bynder-content-workflow in the production-dependencies group ([#2997](https://github.com/contentful/marketplace-partner-apps/issues/2997)) ([ecdf204](https://github.com/contentful/marketplace-partner-apps/commit/ecdf20402ab41abec20e45bc8c8d9956135d7bc1))
* **deps:** bump rollup from 4.21.2 to 4.22.4 in /apps/bynder-content-workflow ([#3052](https://github.com/contentful/marketplace-partner-apps/issues/3052)) ([aa8a321](https://github.com/contentful/marketplace-partner-apps/commit/aa8a321c90a7404553790b7ba08096ea9e5471ab))
* **deps:** bump the production-dependencies group in /apps/bynder-content-workflow with 2 updates ([#2901](https://github.com/contentful/marketplace-partner-apps/issues/2901)) ([a7c5285](https://github.com/contentful/marketplace-partner-apps/commit/a7c5285208e70421ea19443a6cbdda60274f68b1))

## [1.0.4](https://github.com/contentful/marketplace-partner-apps/compare/bynder-content-workflow-v1.0.3...bynder-content-workflow-v1.0.4) (2024-09-03)


Expand Down
Loading

0 comments on commit 2757c8b

Please sign in to comment.