Skip to content

Commit 79dde51

Browse files
committed
chore(release): publish
1 parent 15653d9 commit 79dde51

10 files changed

Lines changed: 25 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/anran758/mincloudx/compare/v4.0.1...v0.4.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package mincloudx
9+
610
# [0.4.0](https://github.com/anran758/mincloudx/compare/v0.1.1...v0.4.0) (2024-04-19)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
44
"npmClient": "pnpm",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"command": {
77
"version": {
88
"createRelease": "github",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/anran758/mincloudx/compare/v4.0.1...v0.4.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package @mincloudx/cli
9+
610
# [0.4.0](https://github.com/anran758/mincloudx/compare/v0.1.1...v0.4.0) (2024-04-19)
711

812
### Bug Fixes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mincloudx/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A command-line tool based on the MinCloud ecosystem, designed to offer a simple and quick way to help developers efficiently manage MinCloud-related tasks.",
55
"author": "anran758 <anran758@gmail.com>",
66
"homepage": "https://github.com/anran758/mincloudx/tree/main/packages/cli#readme",

packages/faas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/anran758/mincloudx/compare/v4.0.1...v0.4.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package @mincloudx/faas
9+
610
# [0.4.0](https://github.com/anran758/mincloudx/compare/v0.1.1...v0.4.0) (2024-04-19)
711

812
### Bug Fixes

packages/faas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mincloudx/faas",
33
"sideEffects": false,
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"description": "A more user-friendly Node.js cloud function development framework.",
66
"keywords": [
77
"mincloudx",

packages/io/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/anran758/mincloudx/compare/v4.0.1...v0.4.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package @mincloudx/io
9+
610
# [0.4.0](https://github.com/anran758/mincloudx/compare/v0.1.1...v0.4.0) (2024-04-19)
711

812
### Bug Fixes

packages/io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mincloudx/io",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A more convenient tool for MinCloud IO requests, optimized for ease of use and efficiency.",
55
"author": "anran758 <anran758@gmail.com>",
66
"homepage": "https://github.com/anran758/mincloudx/tree/main/packages/io#readme",

packages/types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/anran758/mincloudx/compare/v4.0.1...v0.4.1) (2024-07-18)
7+
8+
**Note:** Version bump only for package @mincloudx/types
9+
610
# [0.4.0](https://github.com/anran758/mincloudx/compare/v0.1.1...v0.4.0) (2024-04-19)
711

812
### Bug Fixes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mincloudx/types",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Common TypeScript types in MinCloud.",
55
"author": "anran758 <anran758@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)