diff --git a/packages/babel-plugin-module-resolve/CHANGELOG.md b/packages/babel-plugin-module-resolve/CHANGELOG.md index b26c982..8720849 100644 --- a/packages/babel-plugin-module-resolve/CHANGELOG.md +++ b/packages/babel-plugin-module-resolve/CHANGELOG.md @@ -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) diff --git a/packages/babel-plugin-module-resolve/package.json b/packages/babel-plugin-module-resolve/package.json index 13cb7ab..a2ff2fe 100644 --- a/packages/babel-plugin-module-resolve/package.json +++ b/packages/babel-plugin-module-resolve/package.json @@ -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 ", "homepage": "https://github.com/planjs/stan#readme", diff --git a/packages/babel-plugin-ts-enum-iife/CHANGELOG.md b/packages/babel-plugin-ts-enum-iife/CHANGELOG.md index 39ff69e..6746d45 100644 --- a/packages/babel-plugin-ts-enum-iife/CHANGELOG.md +++ b/packages/babel-plugin-ts-enum-iife/CHANGELOG.md @@ -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) diff --git a/packages/babel-plugin-ts-enum-iife/package.json b/packages/babel-plugin-ts-enum-iife/package.json index d8b0f42..88ef688 100644 --- a/packages/babel-plugin-ts-enum-iife/package.json +++ b/packages/babel-plugin-ts-enum-iife/package.json @@ -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 ", "homepage": "https://github.com/planjs/stan#readme", diff --git a/packages/oss-upload-tool/CHANGELOG.md b/packages/oss-upload-tool/CHANGELOG.md index 73496bc..b692246 100644 --- a/packages/oss-upload-tool/CHANGELOG.md +++ b/packages/oss-upload-tool/CHANGELOG.md @@ -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) diff --git a/packages/oss-upload-tool/package.json b/packages/oss-upload-tool/package.json index f7fd1d6..b90515c 100644 --- a/packages/oss-upload-tool/package.json +++ b/packages/oss-upload-tool/package.json @@ -1,6 +1,6 @@ { "name": "oss-upload-tool", - "version": "0.7.0", + "version": "0.8.0", "description": "Integrated oss upload", "keywords": [ "cos", @@ -36,6 +36,8 @@ "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", @@ -43,10 +45,10 @@ "@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" } diff --git a/packages/proto-gen-dts/CHANGELOG.md b/packages/proto-gen-dts/CHANGELOG.md index 47912e4..9cb32fd 100644 --- a/packages/proto-gen-dts/CHANGELOG.md +++ b/packages/proto-gen-dts/CHANGELOG.md @@ -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) diff --git a/packages/proto-gen-dts/package.json b/packages/proto-gen-dts/package.json index b0322b3..1b90771 100644 --- a/packages/proto-gen-dts/package.json +++ b/packages/proto-gen-dts/package.json @@ -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", @@ -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", diff --git a/packages/stan-builder/CHANGELOG.md b/packages/stan-builder/CHANGELOG.md index 268ca76..572c182 100644 --- a/packages/stan-builder/CHANGELOG.md +++ b/packages/stan-builder/CHANGELOG.md @@ -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) diff --git a/packages/stan-builder/package.json b/packages/stan-builder/package.json index c9e9e9c..2c48fbd 100644 --- a/packages/stan-builder/package.json +++ b/packages/stan-builder/package.json @@ -1,6 +1,6 @@ { "name": "stan-builder", - "version": "0.20.0", + "version": "0.21.0", "description": "build js library", "author": "fupeng (https://github.com/fupengl)", "homepage": "https://github.com/planjs/stan/blob/master/packages/stan-builder/README.md", @@ -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" diff --git a/packages/stan-utils/CHANGELOG.md b/packages/stan-utils/CHANGELOG.md index 77ea7d6..b19298f 100644 --- a/packages/stan-utils/CHANGELOG.md +++ b/packages/stan-utils/CHANGELOG.md @@ -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) diff --git a/packages/stan-utils/package.json b/packages/stan-utils/package.json index 6e9eba4..793f477 100644 --- a/packages/stan-utils/package.json +++ b/packages/stan-utils/package.json @@ -1,6 +1,6 @@ { "name": "stan-utils", - "version": "0.15.0", + "version": "0.16.0", "description": "stan internal utils", "author": "fupeng ", "homepage": "https://github.com/planjs/stan#readme", diff --git a/packages/stan/CHANGELOG.md b/packages/stan/CHANGELOG.md index 30f949c..0fbd98e 100644 --- a/packages/stan/CHANGELOG.md +++ b/packages/stan/CHANGELOG.md @@ -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) diff --git a/packages/stan/package.json b/packages/stan/package.json index 52dc416..ed47d1a 100644 --- a/packages/stan/package.json +++ b/packages/stan/package.json @@ -1,6 +1,6 @@ { "name": "@planjs/stan", - "version": "0.5.0", + "version": "0.6.0", "description": "> TODO: description", "author": "fupeng ", "homepage": "https://github.com/planjs/stan#readme",