File tree 14 files changed +87
-10
lines changed
babel-plugin-module-resolve
babel-plugin-ts-enum-iife 14 files changed +87
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 1.3.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package babel-plugin-module-resolve
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-module-resolve" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " Module resolver plugin for Babel" ,
5
5
"author" : " fupeng <fupenglxy@gmail.com>" ,
6
6
"homepage" : " https://github.com/planjs/stan#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.7.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package babel-plugin-ts-enum-iife
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-ts-enum-iife" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " Transform typescript wrapper enum in IIFE" ,
5
5
"author" : " fupeng <fupenglxy@gmail.com>" ,
6
6
"homepage" : " https://github.com/planjs/stan#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.5.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package oss-upload-tool
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oss-upload-tool" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Integrated oss upload" ,
5
5
"keywords" : [
6
6
" cos" ,
40
40
"@types/ali-oss" : " ^6.16.3" ,
41
41
"ali-oss" : " ^6.17.1" ,
42
42
"cos-nodejs-sdk-v5" : " ^2.11.9" ,
43
- "stan-utils" : " 0.12.1 "
43
+ "stan-utils" : " 0.13.0 "
44
44
},
45
45
"devDependencies" : {
46
46
"stan-builder" : " latest"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.16.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package proto-gen-dts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " proto-gen-dts" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"description" : " proto generate typescript dictionary type file" ,
5
5
"keywords" : [
6
6
" proto" ,
41
41
},
42
42
"dependencies" : {
43
43
"google-proto-files" : " ^2.4.0" ,
44
- "stan-utils" : " 0.12.1 "
44
+ "stan-utils" : " 0.13.0 "
45
45
},
46
46
"devDependencies" : {
47
47
"stan-builder" : " latest"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.17.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package stan-builder
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stan-builder" ,
3
- "version" : " 0.17.1 " ,
3
+ "version" : " 0.18.0 " ,
4
4
"description" : " build js library" ,
5
5
"author" : " fupeng <fupenglxy@gmail.com> (https://github.com/fupengl)" ,
6
6
"homepage" : " https://github.com/planjs/stan/blob/master/packages/stan-builder/README.md" ,
107
107
"rollup-plugin-terser" : " ^7.0.2" ,
108
108
"rollup-plugin-typescript2" : " ^0.31.1" ,
109
109
"rollup-plugin-visualizer" : " ^5.5.2" ,
110
- "stan-utils" : " 0.12.1 " ,
110
+ "stan-utils" : " 0.13.0 " ,
111
111
"through2" : " ^4.0.2" ,
112
112
"vinyl-fs" : " ^3.0.3" ,
113
113
"vue-template-compiler" : " ^2.6.12"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.12.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package stan-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stan-utils" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.13.0 " ,
4
4
"description" : " stan internal utils" ,
5
5
"author" : " fupeng <fupenglxy@gmail.com>" ,
6
6
"homepage" : " https://github.com/planjs/stan#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## 0.3.1 (2022-06-14)
7
18
8
19
** Note:** Version bump only for package @planjs/stan
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @planjs/stan" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"description" : " > TODO: description" ,
5
5
"author" : " fupeng <fupenglxy@gmail.com>" ,
6
6
"homepage" : " https://github.com/planjs/stan#readme" ,
You can’t perform that action at this time.
0 commit comments