Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @jucttr/array@0.2.0
 - @jucttr/number@0.4.0
 - @jucttr/object@0.3.0
 - @jucttr/test@0.4.0
 - types@1.1.0
 - web-docs@0.1.0
  • Loading branch information
JuctTr committed Aug 16, 2023
1 parent 14a4ac0 commit 076048a
Show file tree
Hide file tree
Showing 13 changed files with 4,366 additions and 1,525 deletions.
10 changes: 10 additions & 0 deletions packages/array/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/array@0.1.0...@jucttr/array@0.2.0) (2023-08-16)

### Features

- 升级构建工具版本,修复一些测试用例 ([326a643](https://github.com/JuctTr/baseLibrary/commit/326a643945173d67c20801ea335c4222522908f8))
- 升级 node 版本 ([1901245](https://github.com/JuctTr/baseLibrary/commit/190124542f422337bb7f31ab5e42876b7f86d0b6))
- **array:** fix 声明文件的生成 ([12694f5](https://github.com/JuctTr/baseLibrary/commit/12694f54eb444ebabfd4ef87ca0acb7875b2072a))
- **array:** up ([6a89bba](https://github.com/JuctTr/baseLibrary/commit/6a89bba402c4201ada75d8c6d91c8b178ec74cbe))
- **package:** fix json ([02201ae](https://github.com/JuctTr/baseLibrary/commit/02201aeea8280e8e0f22aff6c06ce3301ca2040c))

# [0.1.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/array@0.0.3...@jucttr/array@0.1.0) (2023-01-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jucttr/array",
"version": "0.1.0",
"version": "0.2.0",
"description": "一系列的数组工具方法",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/number/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

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

# 0.4.0 (2023-08-16)

### Features

- 增加 number package ([14a4ac0](https://github.com/JuctTr/baseLibrary/commit/14a4ac015c32c77b86451bb57781e91e0b12ed8f))
2 changes: 1 addition & 1 deletion packages/number/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jucttr/number",
"version": "0.3.0",
"version": "0.4.0",
"description": "一个测试发布流程的包",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/object/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/object@0.2.0...@jucttr/object@0.3.0) (2023-08-16)

### Features

- 升级 node 版本 ([1901245](https://github.com/JuctTr/baseLibrary/commit/190124542f422337bb7f31ab5e42876b7f86d0b6))
- **object:** add merge ([48f93f1](https://github.com/JuctTr/baseLibrary/commit/48f93f152cebbe4162216b7553da9c1d864a708a))
- **object:** update version ([169c1dd](https://github.com/JuctTr/baseLibrary/commit/169c1dd7755e59ae535e561b7ae6035d7f3134a8))
- **package:** fix json ([02201ae](https://github.com/JuctTr/baseLibrary/commit/02201aeea8280e8e0f22aff6c06ce3301ca2040c))

# [0.2.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/object@0.1.2...@jucttr/object@0.2.0) (2023-01-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jucttr/object",
"version": "0.2.1",
"version": "0.3.0",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/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.

# [0.4.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/test@0.3.0...@jucttr/test@0.4.0) (2023-08-16)

### Features

- 升级构建工具版本,修复一些测试用例 ([326a643](https://github.com/JuctTr/baseLibrary/commit/326a643945173d67c20801ea335c4222522908f8))
- **package:** fix json ([02201ae](https://github.com/JuctTr/baseLibrary/commit/02201aeea8280e8e0f22aff6c06ce3301ca2040c))
- **test:** dist file ([1dae253](https://github.com/JuctTr/baseLibrary/commit/1dae253bf40840c1c89545b5d64e68b3204668c0))

# [0.3.0](https://github.com/JuctTr/baseLibrary/compare/@jucttr/test@0.2.0...@jucttr/test@0.3.0) (2023-01-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jucttr/test",
"version": "0.3.0",
"version": "0.4.0",
"description": "一个测试发布流程的包",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

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

# 1.1.0 (2023-08-16)

### Features

- **tsd:** 声明文件的生成 ([ae20660](https://github.com/JuctTr/baseLibrary/commit/ae20660e75c622afadba6a30dc3914042c26974b))
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 076048a

Please sign in to comment.