Skip to content

Commit

Permalink
Merge branch 'master' into feature/oss-upload-tool-s3-to-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl authored Dec 9, 2023
2 parents db9e374 + b869336 commit f82a963
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/babel-plugin-module-resolve/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.

# 1.6.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 1.5.0 (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-module-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-module-resolve",
"version": "1.5.0",
"version": "1.6.0",
"description": "Module resolver plugin for Babel",
"author": "fupeng <[email protected]>",
"homepage": "https://github.com/planjs/stan#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-plugin-ts-enum-iife/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.

# 0.10.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.9.0 (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-ts-enum-iife/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-ts-enum-iife",
"version": "0.9.0",
"version": "0.10.0",
"description": "Transform typescript wrapper enum in IIFE",
"author": "fupeng <[email protected]>",
"homepage": "https://github.com/planjs/stan#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/oss-upload-tool/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.

# 0.8.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.7.0 (2023-02-22)


Expand Down
8 changes: 5 additions & 3 deletions packages/oss-upload-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oss-upload-tool",
"version": "0.7.0",
"version": "0.8.0",
"description": "Integrated oss upload",
"keywords": [
"cos",
Expand Down Expand Up @@ -36,17 +36,19 @@
"test": "jest --config ../../jest.config.ts --rootDir ."
},
"dependencies": {
"@aws-sdk/client-s3": "3.449.0",
"@aws-sdk/lib-storage": "3.449.0",
"@planjs/utils": "^1.5.1",
"@types/ali-oss": "^6.16.3",
"ali-oss": "^6.17.1",
"@aws-sdk/client-s3": "3.449.0",
"@aws-sdk/lib-storage": "3.449.0",
"@smithy/abort-controller": "2.0.15",
"cos-nodejs-sdk-v5": "^2.11.9",
"stan-utils": "0.15.0"
"stan-utils": "0.16.0"
},
"devDependencies": {
"stan-builder": "0.20.0"
"stan-builder": "0.21.0"
},
"gitHead": "c73c9427e7bf21b68d27f72aff60581cc71f26e4"
}
11 changes: 11 additions & 0 deletions packages/proto-gen-dts/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.

# 0.19.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.18.0 (2023-02-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/proto-gen-dts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proto-gen-dts",
"version": "0.18.0",
"version": "0.19.0",
"description": "proto generate typescript dictionary type file",
"keywords": [
"proto",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"google-proto-files": "^2.4.0",
"stan-utils": "0.15.0"
"stan-utils": "0.16.0"
},
"devDependencies": {
"stan-builder": "0.20.0"
"stan-builder": "0.21.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/stan-builder/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.

# 0.21.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.20.0 (2023-02-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/stan-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stan-builder",
"version": "0.20.0",
"version": "0.21.0",
"description": "build js library",
"author": "fupeng <[email protected]> (https://github.com/fupengl)",
"homepage": "https://github.com/planjs/stan/blob/master/packages/stan-builder/README.md",
Expand Down Expand Up @@ -108,7 +108,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-visualizer": "^5.7.1",
"stan-utils": "0.15.0",
"stan-utils": "0.16.0",
"through2": "^4.0.2",
"vinyl-fs": "^3.0.3",
"vue-template-compiler": "^2.6.12"
Expand Down
11 changes: 11 additions & 0 deletions packages/stan-utils/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.

# 0.16.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.15.0 (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/stan-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stan-utils",
"version": "0.15.0",
"version": "0.16.0",
"description": "stan internal utils",
"author": "fupeng <[email protected]>",
"homepage": "https://github.com/planjs/stan#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/stan/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.

# 0.6.0 (2023-12-08)


### Features

* upgrade s3 to v3 ([#31](https://github.com/planjs/stan/issues/31)) ([e557def](https://github.com/planjs/stan/commit/e557def8297ca29cba4e637777b32c1e23ad4e6e))





# 0.5.0 (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/stan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@planjs/stan",
"version": "0.5.0",
"version": "0.6.0",
"description": "> TODO: description",
"author": "fupeng <[email protected]>",
"homepage": "https://github.com/planjs/stan#readme",
Expand Down

0 comments on commit f82a963

Please sign in to comment.