Skip to content

Commit c4ea9cc

Browse files
chore: release global-find-replace 0.2.3
1 parent 437de4e commit c4ea9cc

File tree

4 files changed

+93
-87
lines changed

4 files changed

+93
-87
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"apps/cloudinary": "1.0.7",
66
"apps/cloudinary2": "1.3.1",
77
"apps/flexfields": "1.3.2",
8-
"apps/global-find-replace": "0.2.2",
8+
"apps/global-find-replace": "0.2.3",
99
"apps/shopify": "2.2.1",
1010
"apps/surfer": "1.0.33",
1111
"apps/uploadcare": "1.0.29",

apps/global-find-replace/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/contentful/marketplace-partner-apps/compare/global-find-replace-v0.2.2...global-find-replace-v0.2.3) (2025-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump @sentry/react from 10.25.0 to 10.26.0 in /apps/global-find-replace in the production-dependencies group ([#7443](https://github.com/contentful/marketplace-partner-apps/issues/7443)) ([b7171ca](https://github.com/contentful/marketplace-partner-apps/commit/b7171cab38f6a0b249f40bd13d47a1b20141f5e0))
9+
310
## [0.2.2](https://github.com/contentful/marketplace-partner-apps/compare/global-find-replace-v0.2.1...global-find-replace-v0.2.2) (2025-12-03)
411

512

apps/global-find-replace/package-lock.json

Lines changed: 80 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/global-find-replace/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "global-find-replace",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "4.47.0",
@@ -37,15 +37,15 @@
3737
"@testing-library/react": "16.3.0",
3838
"@types/lodash": "^4.17.20",
3939
"@types/node": "24.3.0",
40-
"@types/react": "19.2.6",
40+
"@types/react": "19.2.4",
4141
"@types/react-dom": "19.2.3",
4242
"@vitejs/plugin-react": "5.1.1",
4343
"eslint": "^9.39.1",
4444
"eslint-config-prettier": "^10.1.8",
4545
"eslint-plugin-prettier": "^5.5.4",
46-
"typescript": "5.9.3",
47-
"typescript-eslint": "^8.47.0",
48-
"vite": "7.2.4",
46+
"typescript": "5.9.2",
47+
"typescript-eslint": "^8.46.4",
48+
"vite": "7.2.2",
4949
"vitest": "3.2.4"
5050
}
5151
}

0 commit comments

Comments
 (0)