From 2f35d842bde2c82071d3b58ef6ab62cef7688262 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 20:53:06 +0000 Subject: [PATCH] [ci] release --- .changeset/friendly-bottles-push.md | 7 ------- examples/docs/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-react/package.json | 2 +- packages/astro/src/@types/astro.ts | 2 +- packages/integrations/react/CHANGELOG.md | 8 ++++++++ packages/integrations/react/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 8 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/friendly-bottles-push.md diff --git a/.changeset/friendly-bottles-push.md b/.changeset/friendly-bottles-push.md deleted file mode 100644 index 73c6773115cfe..0000000000000 --- a/.changeset/friendly-bottles-push.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/react': minor ---- - -Add support for mui - -This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work. diff --git a/examples/docs/package.json b/examples/docs/package.json index 7ee7a147ad12f..1739b4d1da5f7 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -16,7 +16,7 @@ "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.1.4", + "@astrojs/react": "^1.2.0", "@astrojs/preact": "^1.1.1", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 444662ba837fb..9f95d18833f0e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -19,7 +19,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^1.1.1", - "@astrojs/react": "^1.1.4", + "@astrojs/react": "^1.2.0", "@astrojs/solid-js": "^1.1.1", "@astrojs/svelte": "^1.0.1", "@astrojs/vue": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 763e2ed17ec70..83dcd29cadd54 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "astro": "^1.4.6", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.1.4", + "@astrojs/react": "^1.2.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index bbc5419f4ffeb..0d6e4d5a53075 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -420,7 +420,7 @@ export interface AstroUserConfig { * @name base * @type {string} * @description - * The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development. + * The base path to deploy to. Astro will build your pages and assets using this path as the root. Currently, this has no effect during development. * * ```js * { diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index fe77b21b8341d..2b4a26e476efd 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 1.2.0 + +### Minor Changes + +- [#5016](https://github.com/withastro/astro/pull/5016) [`6efeaeb39`](https://github.com/withastro/astro/commit/6efeaeb39ed7e6642b31603745750ccb9fe0ff1e) Thanks [@matthewp](https://github.com/matthewp)! - Add support for mui + + This adds support for [mui](https://mui.com/) through configuration. Users will now not need to configure this library to get it to work. + ## 1.1.4 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index e13550bae50a2..7b7b7644fe0e2 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": "1.1.4", + "version": "1.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c0d473b84284..9d3dbc8db07f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,7 +93,7 @@ importers: specifiers: '@algolia/client-search': ^4.13.1 '@astrojs/preact': ^1.1.1 - '@astrojs/react': ^1.1.4 + '@astrojs/react': ^1.2.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 @@ -144,7 +144,7 @@ importers: examples/framework-multiple: specifiers: '@astrojs/preact': ^1.1.1 - '@astrojs/react': ^1.1.4 + '@astrojs/react': ^1.2.0 '@astrojs/solid-js': ^1.1.1 '@astrojs/svelte': ^1.0.1 '@astrojs/vue': ^1.1.0 @@ -181,7 +181,7 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^1.1.4 + '@astrojs/react': ^1.2.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 astro: ^1.4.6