Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2023
1 parent 0ad6a5e commit bd38776
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-elephants-drive.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/preact": "^2.2.2",
"@astrojs/react": "^2.2.2",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/svelte": "^3.1.0",
"@astrojs/svelte": "^3.1.1",
"@astrojs/vue": "^2.2.1",
"astro": "^2.10.9",
"preact": "^10.15.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^3.1.0",
"@astrojs/svelte": "^3.1.1",
"astro": "^2.10.9",
"svelte": "^3.59.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^5.3.4",
"@astrojs/svelte": "^3.1.0",
"@astrojs/svelte": "^3.1.1",
"astro": "^2.10.9",
"svelte": "^3.59.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/svelte

## 3.1.1

### Patch Changes

- [#7291](https://github.com/withastro/astro/pull/7291) [`0bf2cca5d`](https://github.com/withastro/astro/commit/0bf2cca5d7fe1fb025feae00ab3c12ed80f9ea9a) Thanks [@kitschpatrol](https://github.com/kitschpatrol)! - Filter unknown `class` prop warnings

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
"version": "3.1.0",
"version": "3.1.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 7 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd38776

Please sign in to comment.