diff --git a/.changeset/seven-paws-smash.md b/.changeset/seven-paws-smash.md deleted file mode 100644 index 59ea88ae..00000000 --- a/.changeset/seven-paws-smash.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@just-web/react-commands': patch -'@just-web/react': patch -'@just-web/react-intl': patch ---- - -Change to use `react` instead of `react-jsx`. - -Due to this issue: https://github.com/facebook/react/issues/25857 - diff --git a/components/commands/CHANGELOG.md b/components/commands/CHANGELOG.md index e29570af..55d91439 100644 --- a/components/commands/CHANGELOG.md +++ b/components/commands/CHANGELOG.md @@ -1,5 +1,16 @@ # @just-web/react-commands +## 9.0.4 + +### Patch Changes + +- 6a0df6d: Change to use `react` instead of `react-jsx`. + + Due to this issue: https://github.com/facebook/react/issues/25857 + +- Updated dependencies [6a0df6d] + - @just-web/react@9.0.4 + ## 9.0.3 ### Patch Changes diff --git a/components/commands/package.json b/components/commands/package.json index cb81eae2..8002ccc3 100644 --- a/components/commands/package.json +++ b/components/commands/package.json @@ -1,6 +1,6 @@ { "name": "@just-web/react-commands", - "version": "9.0.3", + "version": "9.0.4", "description": "@just-web/commands UI components in react", "keywords": [ "just-web", diff --git a/libraries/react-intl/CHANGELOG.md b/libraries/react-intl/CHANGELOG.md index 05104e1f..3631d53c 100644 --- a/libraries/react-intl/CHANGELOG.md +++ b/libraries/react-intl/CHANGELOG.md @@ -1,5 +1,13 @@ # @just-web/react-intl +## 1.1.1 + +### Patch Changes + +- 6a0df6d: Change to use `react` instead of `react-jsx`. + + Due to this issue: https://github.com/facebook/react/issues/25857 + ## 1.1.0 ### Minor Changes diff --git a/libraries/react-intl/package.json b/libraries/react-intl/package.json index 92b37ad8..75285cbf 100644 --- a/libraries/react-intl/package.json +++ b/libraries/react-intl/package.json @@ -1,6 +1,6 @@ { "name": "@just-web/react-intl", - "version": "1.1.0", + "version": "1.1.1", "description": "react-intl gizmo for just-web applications", "keywords": [ "just-web", diff --git a/libraries/react/CHANGELOG.md b/libraries/react/CHANGELOG.md index f34b7d40..d6b61853 100644 --- a/libraries/react/CHANGELOG.md +++ b/libraries/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @just-web/react +## 9.0.4 + +### Patch Changes + +- 6a0df6d: Change to use `react` instead of `react-jsx`. + + Due to this issue: https://github.com/facebook/react/issues/25857 + ## 9.0.3 ### Patch Changes diff --git a/libraries/react/package.json b/libraries/react/package.json index 1ba42b99..3bf0d1ec 100644 --- a/libraries/react/package.json +++ b/libraries/react/package.json @@ -1,6 +1,6 @@ { "name": "@just-web/react", - "version": "9.0.3", + "version": "9.0.4", "description": "Supporting library for using @just-web with React", "keywords": [ "just-web",