Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Feb 22, 2023
1 parent 0bf8b85 commit 1e72c5d
Show file tree
Hide file tree
Showing 14 changed files with 89 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.5.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 1.4.5 (2023-01-16)

**Note:** Version bump only for package babel-plugin-module-resolve
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.4.5",
"version": "1.5.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.9.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.8.3 (2023-01-16)

**Note:** Version bump only for package babel-plugin-ts-enum-iife
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.8.3",
"version": "0.9.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.7.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.6.6 (2023-01-16)

**Note:** Version bump only for package oss-upload-tool
Expand Down
6 changes: 3 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.6.6",
"version": "0.7.0",
"description": "Integrated oss upload",
"keywords": [
"cos",
Expand Down Expand Up @@ -41,10 +41,10 @@
"ali-oss": "^6.17.1",
"aws-sdk": "^2.1294.0",
"cos-nodejs-sdk-v5": "^2.11.9",
"stan-utils": "0.14.4"
"stan-utils": "0.15.0"
},
"devDependencies": {
"stan-builder": "0.19.3"
"stan-builder": "0.20.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.18.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.17.6 (2023-01-16)

**Note:** Version bump only for package proto-gen-dts
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.17.6",
"version": "0.18.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.14.4"
"stan-utils": "0.15.0"
},
"devDependencies": {
"stan-builder": "0.19.3"
"stan-builder": "0.20.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.20.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.19.3 (2023-01-16)

**Note:** Version bump only for package stan-builder
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.19.3",
"version": "0.20.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.14.4",
"stan-utils": "0.15.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.15.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.14.4 (2023-01-16)

**Note:** Version bump only for package stan-utils
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.14.4",
"version": "0.15.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.5.0 (2023-02-22)


### Features

* add default to esm ([0bf8b85](https://github.com/planjs/stan/commit/0bf8b85d73c9aafb7c99d6309f6ad1424829663a))





## 0.4.3 (2023-01-16)

**Note:** Version bump only for package @planjs/stan
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.4.3",
"version": "0.5.0",
"description": "> TODO: description",
"author": "fupeng <[email protected]>",
"homepage": "https://github.com/planjs/stan#readme",
Expand Down

0 comments on commit 1e72c5d

Please sign in to comment.