Skip to content

Commit cbb9ef9

Browse files
Release packages (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f98c6ef commit cbb9ef9

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.changeset/fuzzy-cows-lead.md

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

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"astro"
3232
],
3333
"peerDependencies": {
34-
"@whyframe/core": "^0.1.0",
34+
"@whyframe/core": "^0.1.13",
3535
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
3636
},
3737
"dependencies": {

packages/core/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.13
4+
5+
### Patch Changes
6+
7+
- Support Vite 6 in peer dependencies range ([`f98c6ef`](https://github.com/bluwy/whyframe/commit/f98c6ef0cf3690c683b28ac19040e8b744dd6c72))
8+
39
## 0.1.12 (2024-12-04)
410

511
- Fix custom base handling

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@whyframe/core",
33
"description": "Core library for whyframe",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"author": "Bjorn Lu",
66
"license": "MIT",
77
"type": "module",

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test": "uvu tests -i fixtures"
4646
},
4747
"peerDependencies": {
48-
"@whyframe/core": "^0.1.0",
48+
"@whyframe/core": "^0.1.13",
4949
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
5050
"webpack": "^5.0.0"
5151
},

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "uvu tests -i fixtures"
3939
},
4040
"peerDependencies": {
41-
"@whyframe/core": "^0.1.0",
41+
"@whyframe/core": "^0.1.13",
4242
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
4343
},
4444
"dependencies": {

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "uvu tests -i fixtures"
3535
},
3636
"peerDependencies": {
37-
"@whyframe/core": "^0.1.0",
37+
"@whyframe/core": "^0.1.13",
3838
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)