Skip to content

Commit 99ed600

Browse files
Release packages (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03ffc06 commit 99ed600

9 files changed

Lines changed: 28 additions & 12 deletions

File tree

.changeset/olive-apples-carry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- Support Vite 6 in peer dependencies range ([`03ffc06`](https://github.com/bluwy/whyframe/commit/03ffc063e6ee3c3f76ade1480a5bc415adb986df))
8+
39
## 0.2.6 (2024-04-01)
410

511
- Allow Vite 5 as peer dependency

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyframe/astro",
33
"description": "Astro support for whyframe",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"author": "Bjorn Lu",
66
"license": "MIT",
77
"type": "module",

packages/jsx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Support Vite 6 in peer dependencies range ([`03ffc06`](https://github.com/bluwy/whyframe/commit/03ffc063e6ee3c3f76ade1480a5bc415adb986df))
8+
39
## 0.1.10 (2024-04-01)
410

511
- Allow Vite 5 as peer dependency

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyframe/jsx",
33
"description": "JSX support for whyframe",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"author": "Bjorn Lu",
66
"license": "MIT",
77
"type": "module",

packages/svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Support Vite 6 in peer dependencies range ([`03ffc06`](https://github.com/bluwy/whyframe/commit/03ffc063e6ee3c3f76ade1480a5bc415adb986df))
8+
39
## 0.1.7 (2024-04-01)
410

511
- Allow Vite 5 as peer dependency

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyframe/svelte",
33
"description": "Svelte support for whyframe",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"author": "Bjorn Lu",
66
"license": "MIT",
77
"type": "module",

packages/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Support Vite 6 in peer dependencies range ([`03ffc06`](https://github.com/bluwy/whyframe/commit/03ffc063e6ee3c3f76ade1480a5bc415adb986df))
8+
39
## 0.1.7 (2024-04-01)
410

511
- Bump `@vue/compiler-dom` and handle breaking change ([#32](https://github.com/bluwy/whyframe/issues/32))

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyframe/vue",
33
"description": "Vue support for whyframe",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"author": "Bjorn Lu",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)