diff options
author | 2024-11-26 03:38:33 -0800 | |
---|---|---|
committer | 2024-11-26 11:38:33 +0000 | |
commit | a2f90ced77c18757883a4a060d2b321764a0c60f (patch) | |
tree | 681f8b5bd7be19ce5e737cb52191c07c9d6b4688 /packages/integrations/react | |
parent | c34803205e2bc433df191a7e39d63e8ec307becc (diff) | |
download | astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.gz astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.zst astro-a2f90ced77c18757883a4a060d2b321764a0c60f.zip |
[ci] release (beta) (#12503)astro@5.0.0-beta.11@astrojs/react@3.7.0-beta.1@astrojs/mdx@4.0.0-beta.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 45f9ffaeb..31c9066ca 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 3.7.0-beta.1 + +### Minor Changes + +- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue. + ## 3.6.3 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 1ce3c5032..eeb5ca4ab 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "3.6.3-beta.0", + "version": "3.7.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |