Skip to content

Commit

Permalink
Release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 3, 2022
1 parent 2ff5d9e commit 9f55c46
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 18 deletions.
3 changes: 2 additions & 1 deletion packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Unreleased
## 0.2.1 (2022-10-03)

- Bump dependencies
- Update types
- Fix `@whyframe/core` peer dependency version

## 0.2.0 (2022-09-18)

Expand Down
6 changes: 3 additions & 3 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.2.0",
"version": "0.2.1",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
"astro"
],
"peerDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:^0.1.0",
"vite": "^3.0.0"
},
"dependencies": {
Expand All @@ -40,7 +40,7 @@
"magic-string": "^0.26.5"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:*",
"vite": "^3.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.1.5 (2022-10-03)

- Export webpack plugin
- Fix HMR virtual id invalidation
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.4",
"version": "0.1.5",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## Unreleased
## 0.1.3 (2022-10-03)

- Bump dependencies
- Export webpack loader
- Export docusaurus plugin
- Support `react17` `defaultFramework`
- Update types
- Fix `@whyframe/core` peer dependency version

## 0.1.2 (2022-09-18)

Expand Down
6 changes: 3 additions & 3 deletions 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.2",
"version": "0.1.3",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
"solid"
],
"peerDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:^0.1.0",
"vite": "^3.0.0",
"webpack": "^5.0.0"
},
Expand All @@ -62,7 +62,7 @@
},
"devDependencies": {
"@docusaurus/types": "^2.1.0",
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:*",
"vite": "^3.1.4",
"webpack": "^5.74.0"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## 0.1.2 (2022-10-03)

- Bump dependencies
- Remove preprocess trick
- Update types
- Fix `@whyframe/core` peer dependency version

## 0.1.1 (2022-09-06)

Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whyframe/svelte",
"description": "Svelte support for whyframe",
"version": "0.1.1",
"version": "0.1.2",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
"svelte"
],
"peerDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:^0.1.0",
"vite": "^3.0.0"
},
"dependencies": {
Expand All @@ -40,7 +40,7 @@
"svelte-parse-markup": "^0.1.1"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:*",
"svelte": "^3.50.1",
"vite": "^3.1.4"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Unreleased
## 0.1.2 (2022-10-03)

- Bump dependencies
- Update types
- Fix `@whyframe/core` peer dependency version

## 0.1.1 (2022-09-06)

Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "0.1.2",
"author": "Bjorn Lu",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -31,15 +31,15 @@
"vue"
],
"peerDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:^0.1.0",
"vite": "^3.0.0"
},
"dependencies": {
"@vue/compiler-dom": "^3.2.40",
"magic-string": "^0.26.5"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
"@whyframe/core": "workspace:*",
"vite": "^3.1.4"
}
}

0 comments on commit 9f55c46

Please sign in to comment.