summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-23 13:11:39 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-23 16:11:39 -0500
commita75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch)
tree604e6999deab191d45c81e5cac82886cbd0f22b5 /packages/integrations
parentc61ec4202a025868713f7e5050e72b8882c44d43 (diff)
downloadastro-@astrojs/webapi@2.0.0-beta.1.tar.gz
astro-@astrojs/webapi@2.0.0-beta.1.tar.zst
astro-@astrojs/webapi@2.0.0-beta.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md9
-rw-r--r--packages/integrations/image/package.json4
-rw-r--r--packages/integrations/netlify/CHANGELOG.md10
-rw-r--r--packages/integrations/netlify/package.json6
-rw-r--r--packages/integrations/node/package.json4
-rw-r--r--packages/integrations/partytown/CHANGELOG.md6
-rw-r--r--packages/integrations/partytown/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md9
-rw-r--r--packages/integrations/svelte/package.json4
-rw-r--r--packages/integrations/tailwind/CHANGELOG.md9
-rw-r--r--packages/integrations/tailwind/package.json4
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/package.json2
15 files changed, 60 insertions, 17 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index ecdc8c43e..a3e003438 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 5f7120d42..cfe272b7e 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index 175cf5e70..09232ede0 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/image
+## 0.12.2-beta.1
+
+### Patch Changes
+
+- [#5930](https://github.com/withastro/astro/pull/5930) [`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8) Thanks [@h3y6e](https://github.com/h3y6e)! - Update magic-string from 0.25.9 to 0.27.0
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+
## 0.12.2-beta.0
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index e4cfe0647..ca0aab288 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.12.2-beta.0",
+ "version": "0.12.2-beta.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -64,7 +64,7 @@
"vite": "^4.0.3"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3",
+ "astro": "workspace:^2.0.0-beta.4",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 16cf83a80..685832c58 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 2.0.0-beta.4
+
+### Patch Changes
+
+- [#5904](https://github.com/withastro/astro/pull/5904) [`f5adbd6b5`](https://github.com/withastro/astro/commit/f5adbd6b55ca13a7523dff2cfc5dccdab9980fa7) Thanks [@matthewp](https://github.com/matthewp)! - Support prerender in \_redirects
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+ - @astrojs/webapi@2.0.0-beta.1
+
## 2.0.0-beta.3
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index ebe752789..0f7866853 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "2.0.0-beta.3",
+ "version": "2.0.0-beta.4",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -34,11 +34,11 @@
"test": "npm run test-fn"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.0-beta.0",
+ "@astrojs/webapi": "^2.0.0-beta.1",
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index a4e6bc1fc..05dcb0347 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -30,11 +30,11 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.0-beta.0",
+ "@astrojs/webapi": "^2.0.0-beta.1",
"send": "^0.18.0"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md
index 8392c2a1f..7acdec260 100644
--- a/packages/integrations/partytown/CHANGELOG.md
+++ b/packages/integrations/partytown/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/partytown
+## 1.0.3-beta.1
+
+### Patch Changes
+
+- [#5936](https://github.com/withastro/astro/pull/5936) [`77ae7a597`](https://github.com/withastro/astro/commit/77ae7a597a8fdd5c939291b4f63237c659a79225) Thanks [@rishi-raj-jain](https://github.com/rishi-raj-jain)! - fix trailing slash with base path
+
## 1.0.3-beta.0
### Patch Changes
diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json
index 055d70701..ff7f07e2a 100644
--- a/packages/integrations/partytown/package.json
+++ b/packages/integrations/partytown/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/partytown",
"description": "Astro + Partytown integration",
- "version": "1.0.3-beta.0",
+ "version": "1.0.3-beta.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index e32933165..fb0fbfd1e 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/svelte
+## 2.0.0-beta.3
+
+### Patch Changes
+
+- [#5923](https://github.com/withastro/astro/pull/5923) [`f32bf07c1`](https://github.com/withastro/astro/commit/f32bf07c19ebd8f9c85ed47c52e2a4137074e9b3) Thanks [@delucis](https://github.com/delucis)! - Improve README
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+
## 2.0.0-beta.2
### Major Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index dde73f607..702d0fdb5 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "2.0.0-beta.2",
+ "version": "2.0.0-beta.3",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -44,7 +44,7 @@
},
"peerDependencies": {
"svelte": "^3.54.0",
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"engines": {
"node": ">=16.12.0"
diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md
index 84aaba15a..074ad9d41 100644
--- a/packages/integrations/tailwind/CHANGELOG.md
+++ b/packages/integrations/tailwind/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/tailwind
+## 3.0.0-beta.2
+
+### Patch Changes
+
+- [#5908](https://github.com/withastro/astro/pull/5908) [`9e57268f1`](https://github.com/withastro/astro/commit/9e57268f1318853b612711b31d7461e9b9ce1978) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Fix vite not picking up Postcss config files because of the tailwind integration
+
+- Updated dependencies [[`4987d6f44`](https://github.com/withastro/astro/commit/4987d6f44cfd0d81d88f21f5c380503403dc1e6a), [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565), [`7325df412`](https://github.com/withastro/astro/commit/7325df412107fc0e65cd45c1b568fb686708f723), [`a8d3e7924`](https://github.com/withastro/astro/commit/a8d3e79246605d252dcddad159e358e2d79bd624), [`5fd9208d4`](https://github.com/withastro/astro/commit/5fd9208d447f5ab8909a2188b6c2491a0debd49d)]:
+ - astro@2.0.0-beta.4
+
## 3.0.0-beta.1
### Major Changes
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index ec34e19a7..76f93b647 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Tailwind + Astro Integrations",
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-beta.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -41,7 +41,7 @@
},
"peerDependencies": {
"tailwindcss": "^3.0.24",
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"pnpm": {
"peerDependencyRules": {
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 11074539b..db686c638 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -44,13 +44,13 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.0-beta.0",
+ "@astrojs/webapi": "^2.0.0-beta.1",
"@vercel/nft": "^0.22.1",
"fast-glob": "^3.2.11",
"set-cookie-parser": "^2.5.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index af2230d0e..f4bce7f38 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -51,7 +51,7 @@
},
"peerDependencies": {
"vue": "^3.2.30",
- "astro": "workspace:^2.0.0-beta.3"
+ "astro": "workspace:^2.0.0-beta.4"
},
"engines": {
"node": ">=16.12.0"