Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
czewail committed Jan 9, 2023
1 parent 8c28ebe commit b166e63
Show file tree
Hide file tree
Showing 9 changed files with 2,496 additions and 4,251 deletions.
6,696 changes: 2,453 additions & 4,243 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.0 (2023-01-09)

**Note:** Version bump only for package @dazejs/cli
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazejs/cli",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"description": "Node 服务端 WEB 框架",
"main": "dist/index.js",
"bin": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "UNLICENSE",
"dependencies": {
"@dazejs/framework": "4.3.5",
"@dazejs/framework": "5.0.0-alpha.0",
"ascii-table": "^0.0.9",
"chalk": "^4.1.0",
"chokidar": "^3.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.0 (2023-01-09)

**Note:** Version bump only for package @dazejs/create-app





## [0.1.156](https://git.yx.netease.com/node-common/tiger/compare/@tiger/[email protected]...@tiger/[email protected]) (2022-12-09)

**Note:** Version bump only for package @tiger/create-app
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazejs/create-app",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"description": "create dazejs app",
"author": "czewail <[email protected]>",
"homepage": "",
Expand All @@ -19,7 +19,7 @@
"dev": "npm run clean && tsc -w"
},
"dependencies": {
"@dazejs/cli": "0.0.1",
"@dazejs/cli": "1.0.0-alpha.0",
"chalk": "^4.1.1",
"commander": "^7.2.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.0](https://github.com/dazejs/daze/compare/@dazejs/[email protected]...@dazejs/[email protected]) (2023-01-09)


### Bug Fixes

* 修复orm更新字段 ([d20c11c](https://github.com/dazejs/daze/commit/d20c11caa16626eb8fce6683fc8a677dd7bc1946))





## [4.3.5](https://github.com/dazejs/daze/compare/@dazejs/[email protected]...@dazejs/[email protected]) (2021-08-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazejs/framework",
"version": "4.3.5",
"version": "5.0.0-alpha.0",
"description": "Daze.js - A powerful web framework for Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"reflect-metadata": ">=0.1.13"
},
"dependencies": {
"@dazejs/trace-page": "1.0.3",
"@dazejs/trace-page": "2.0.0-alpha.0",
"@types/http-proxy": "^1.17.9",
"@types/is-glob": "^4.0.2",
"@types/micromatch": "^4.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/trace-page/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.0](https://github.com/dazejs/daze/compare/@dazejs/[email protected]...@dazejs/[email protected]) (2023-01-09)

**Note:** Version bump only for package @dazejs/trace-page





## [1.0.3](https://github.com/dazejs/daze/compare/@dazejs/[email protected]...@dazejs/[email protected]) (2020-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/trace-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazejs/trace-page",
"version": "1.0.3",
"version": "2.0.0-alpha.0",
"description": "trace page for daze.js",
"keywords": [
"trace",
Expand Down Expand Up @@ -53,6 +53,7 @@
"@types/mini-css-extract-plugin": "2.5.1",
"@types/stack-trace": "0.0.30",
"@types/webpack": "5.28.0",
"acorn": "8.8.1",
"autoprefixer": "10.4.13",
"concurrently": "7.6.0",
"css-loader": "6.7.2",
Expand All @@ -68,7 +69,6 @@
"script-loader": "0.7.2",
"ts-loader": "9.4.2",
"tsconfig-paths": "4.1.1",
"acorn": "8.8.1",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
}
Expand Down

0 comments on commit b166e63

Please sign in to comment.