Skip to content

Commit 05b17e8

Browse files
committed
chore(release): publish
- babel-plugin-module-resolve@1.4.0 - babel-plugin-ts-enum-iife@0.8.0 - oss-upload-tool@0.6.0 - proto-gen-dts@0.17.0 - stan-builder@0.18.0 - stan-utils@0.13.0 - @planjs/stan@0.4.0
1 parent 28fa4d4 commit 05b17e8

File tree

14 files changed

+87
-10
lines changed

14 files changed

+87
-10
lines changed

packages/babel-plugin-module-resolve/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.4.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 1.3.1 (2022-06-14)
718

819
**Note:** Version bump only for package babel-plugin-module-resolve

packages/babel-plugin-module-resolve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-module-resolve",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Module resolver plugin for Babel",
55
"author": "fupeng <fupenglxy@gmail.com>",
66
"homepage": "https://github.com/planjs/stan#readme",

packages/babel-plugin-ts-enum-iife/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.8.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.7.1 (2022-06-14)
718

819
**Note:** Version bump only for package babel-plugin-ts-enum-iife

packages/babel-plugin-ts-enum-iife/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-ts-enum-iife",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Transform typescript wrapper enum in IIFE",
55
"author": "fupeng <fupenglxy@gmail.com>",
66
"homepage": "https://github.com/planjs/stan#readme",

packages/oss-upload-tool/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.6.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.5.1 (2022-06-14)
718

819
**Note:** Version bump only for package oss-upload-tool

packages/oss-upload-tool/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-upload-tool",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Integrated oss upload",
55
"keywords": [
66
"cos",
@@ -40,7 +40,7 @@
4040
"@types/ali-oss": "^6.16.3",
4141
"ali-oss": "^6.17.1",
4242
"cos-nodejs-sdk-v5": "^2.11.9",
43-
"stan-utils": "0.12.1"
43+
"stan-utils": "0.13.0"
4444
},
4545
"devDependencies": {
4646
"stan-builder": "latest"

packages/proto-gen-dts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.17.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.16.1 (2022-06-14)
718

819
**Note:** Version bump only for package proto-gen-dts

packages/proto-gen-dts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proto-gen-dts",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "proto generate typescript dictionary type file",
55
"keywords": [
66
"proto",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"google-proto-files": "^2.4.0",
44-
"stan-utils": "0.12.1"
44+
"stan-utils": "0.13.0"
4545
},
4646
"devDependencies": {
4747
"stan-builder": "latest"

packages/stan-builder/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.18.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.17.1 (2022-06-14)
718

819
**Note:** Version bump only for package stan-builder

packages/stan-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stan-builder",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "build js library",
55
"author": "fupeng <fupenglxy@gmail.com> (https://github.com/fupengl)",
66
"homepage": "https://github.com/planjs/stan/blob/master/packages/stan-builder/README.md",
@@ -107,7 +107,7 @@
107107
"rollup-plugin-terser": "^7.0.2",
108108
"rollup-plugin-typescript2": "^0.31.1",
109109
"rollup-plugin-visualizer": "^5.5.2",
110-
"stan-utils": "0.12.1",
110+
"stan-utils": "0.13.0",
111111
"through2": "^4.0.2",
112112
"vinyl-fs": "^3.0.3",
113113
"vue-template-compiler": "^2.6.12"

packages/stan-utils/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.13.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.12.1 (2022-06-14)
718

819
**Note:** Version bump only for package stan-utils

packages/stan-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stan-utils",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "stan internal utils",
55
"author": "fupeng <fupenglxy@gmail.com>",
66
"homepage": "https://github.com/planjs/stan#readme",

packages/stan/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2022-06-25)
7+
8+
9+
### Features
10+
11+
* **stan-utils:** add npm utils ([28fa4d4](https://github.com/planjs/stan/commit/28fa4d44dce9403d92c854867088d45c7e85967c))
12+
13+
14+
15+
16+
617
## 0.3.1 (2022-06-14)
718

819
**Note:** Version bump only for package @planjs/stan

packages/stan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@planjs/stan",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "> TODO: description",
55
"author": "fupeng <fupenglxy@gmail.com>",
66
"homepage": "https://github.com/planjs/stan#readme",

0 commit comments

Comments
 (0)