Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 6, 2022
1 parent bdb609f commit a98a0ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/astro",
"description": "Astro support for whyframe",
"version": "0.1.0",
"version": "0.1.1",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand All @@ -13,7 +13,8 @@
}
},
"files": [
"src"
"src",
"*.d.ts"
],
"funding": "https://bjornlu.com/sponsor",
"homepage": "https://whyframe.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/core",
"description": "Core library for whyframe",
"version": "0.1.2",
"version": "0.1.3",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/jsx",
"description": "JSX support for whyframe",
"version": "0.1.0",
"version": "0.1.1",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@whyframe/svelte",
"description": "Svelte support for whyframe",
"version": "0.1.0",
"version": "0.1.1",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
"types": "./src/index.d.ts",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./src/index.d.ts",
"types": "./index.d.ts",
"import": "./src/index.js"
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/vue",
"description": "Vue support for whyframe",
"version": "0.1.0",
"version": "0.1.1",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit a98a0ba

Please sign in to comment.