summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-05 03:10:06 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-05 11:10:06 +0100
commit584d6f068003c5f1d3cb6c04a69c7a33db0b4f11 (patch)
treebe38c6880862c4304c885fc7a88c0640ab34383e /packages/integrations/react
parent78adbc4433208458291e36713909762e148e1e5d (diff)
downloadastro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.gz
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.zst
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.zip
[ci] release (#8738)
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.md6
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index b304c6e77..dec1b4235 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/react
+## 3.0.3
+
+### Patch Changes
+
+- [#8737](https://github.com/withastro/astro/pull/8737) [`6f60da805`](https://github.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c) Thanks [@ematipico](https://github.com/ematipico)! - Add provenance statement when publishing the library from CI
+
## 3.0.2
### Patch Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 1724f2d73..e717cc1a5 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.0.2",
+ "version": "3.0.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",