Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jan 29, 2023
1 parent 21c27a3 commit 8e55a3b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 38 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# CHANGELOG

# 0.1.0-alpha.0 (2022-12-22)
# [0.1.0-alpha.1](https://github.com/jwcjs/core/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2023-01-29)


### Bug Fixes

* **core:** missing checking vnode type in creating, fixed [#19](https://github.com/jwcjs/core/issues/19) ([#20](https://github.com/jwcjs/core/issues/20)) ([6e25dc9](https://github.com/jwcjs/core/commit/6e25dc91606c56348d6339d23b09a0df5d086a64))
* root package, init before build packages ([#21](https://github.com/jwcjs/core/issues/21)) ([a90296f](https://github.com/jwcjs/core/commit/a90296f7bb7d725991dfac37e835368eeb27b877))
* style attribute ([#25](https://github.com/jwcjs/core/issues/25)) ([21c27a3](https://github.com/jwcjs/core/commit/21c27a3b514c2a96d64bdd2db65638dabb9bdbd1))


### Performance Improvements

* **core:** export all packages in root ([98995ee](https://github.com/jwcjs/core/commit/98995ee8b250cb58d60295d4f05f714d4db6d910))



# [0.1.0-alpha.0](https://github.com/jwcjs/core/compare/3aac67f35915f92e2a3a27b16a014dacaa662caa...0.1.0-alpha.0) (2022-12-22)


### Bug Fixes
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@jwcjs/monorepo",
"author": "wibus-wee <wibus@qq.com>",
"version": "0.1.0-alpha.0",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint ./packages",
"build:core": "pnpm -C packages/core run build",
"build-packages": "npm run build:core",
"bump": "bump-monorepo",
"prepare": "npm run build-packages"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@wibus/bump-monorepo": "1.0.0-alpha.2",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"pnpm": "^7.18.2",
"prettier": "^2.8.1",
"rimraf": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"bump": {
"activePackages": [
"core"
],
"publish": true,
"message": "release: %s"
}
}
"name": "@jwcjs/monorepo",
"author": "wibus-wee <wibus@qq.com>",
"version": "0.1.0-alpha.1",
"license": "MIT",
"private": true,
"scripts": {
"lint": "eslint ./packages",
"build:core": "pnpm -C packages/core run build",
"build-packages": "npm run build:core",
"bump": "bump-monorepo",
"prepare": "npm run build-packages"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@wibus/bump-monorepo": "1.0.0-alpha.2",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"pnpm": "^7.18.2",
"prettier": "^2.8.1",
"rimraf": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"bump": {
"activePackages": [
"core"
],
"publish": true,
"message": "release: %s"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwcjs",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Jwc.js is a JavaScript framework for using JSX to write web components on the web.",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 8e55a3b

Please sign in to comment.