Skip to content

Commit 535677a

Browse files
committed
chore(release): publish
- @mincloudx/cli@0.2.4 - @mincloudx/faas@0.1.0 - @mincloudx/io@0.1.0 - @mincloudx/types@0.1.0
1 parent 548cd99 commit 535677a

8 files changed

Lines changed: 55 additions & 6 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.4](https://github.com/anran758/mincloudx/compare/@mincloudx/cli@0.2.3...@mincloudx/cli@0.2.4) (2024-03-21)
7+
8+
### Bug Fixes
9+
10+
- fixed the issue for `upload` command verbose log call error, add ([707993d](https://github.com/anran758/mincloudx/commit/707993d736753853e3d14fc8b1b617e5c59608be))
11+
612
## [0.2.3](https://github.com/anran758/mincloudx/compare/@mincloudx/cli@0.2.2...@mincloudx/cli@0.2.3) (2024-03-11)
713

814
### 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.2.3",
3+
"version": "0.2.4",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1.0](https://github.com/anran758/mincloudx/compare/@mincloudx/faas@0.0.1...@mincloudx/faas@0.1.0) (2024-03-21)
7+
8+
### Features
9+
10+
- added baas sdk lib as a local project test, supplement type ([01f3cc6](https://github.com/anran758/mincloudx/commit/01f3cc6ab6a993a0f27f2c14deb1ec525e7c3c52))
11+
- **io:** io support crud function, update faas-demo example ([d67f377](https://github.com/anran758/mincloudx/commit/d67f377c564d0935679c06d2c5c357d064321aae))
12+
613
## 0.0.1 (2024-03-11)
714

815
### Bug Fixes

packages/faas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mincloudx/faas",
33
"sideEffects": false,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"description": "A more user-friendly Node.js cloud function development framework.",
66
"keywords": [
77
"mincloudx",
@@ -50,8 +50,8 @@
5050
"url": "https://github.com/anran758/mincloudx/issues"
5151
},
5252
"devDependencies": {
53-
"@types/lodash": "^4.14.202",
54-
"@mincloudx/types": "workspace:*"
53+
"@mincloudx/types": "workspace:*",
54+
"@types/lodash": "^4.14.202"
5555
},
5656
"dependencies": {
5757
"lodash": "^4.17.21"

packages/io/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2024-03-21)
7+
8+
### Features
9+
10+
- added baas sdk lib as a local project test, supplement type ([01f3cc6](https://github.com/anran758/mincloudx/commit/01f3cc6ab6a993a0f27f2c14deb1ec525e7c3c52))
11+
- **io:** io support crud function, update faas-demo example ([d67f377](https://github.com/anran758/mincloudx/commit/d67f377c564d0935679c06d2c5c357d064321aae))
12+
13+
# 0.1.0 (2024-01-18)
14+
15+
### Features
16+
17+
- add basic architecture to IO package ([3fd29c6](https://github.com/anran758/mincloudx/commit/3fd29c67a36da47ae831d31dbfc5c4379c03305d))
18+
19+
## 0.0.2 (2023-04-23)
20+
21+
### Features
22+
23+
- 🔧 add eslint, lint-staged for project constraint ([12bc412](https://github.com/anran758/mincloudx/commit/12bc412e6f90d5229279e3c78f1eb8b3b0eac9a6))
24+
25+
## 0.0.1-alpha.0 (2023-01-05)
26+
27+
### Features
28+
29+
- 🎉 add faas-demo ([a2ca8c8](https://github.com/anran758/mincloudx/commit/a2ca8c83a54d0fd2a6f3d48b516aa6704e22ef30))

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.0.0",
3+
"version": "0.1.0",
44
"description": "知晓云核心 API",
55
"author": "anran758 <anran758@gmail.com>",
66
"homepage": "",

packages/types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.1.0](https://github.com/anran758/mincloudx/compare/@mincloudx/types@0.0.1...@mincloudx/types@0.1.0) (2024-03-21)
7+
8+
### Features
9+
10+
- added baas sdk lib as a local project test, supplement type ([01f3cc6](https://github.com/anran758/mincloudx/commit/01f3cc6ab6a993a0f27f2c14deb1ec525e7c3c52))
11+
- **io:** io support crud function, update faas-demo example ([d67f377](https://github.com/anran758/mincloudx/commit/d67f377c564d0935679c06d2c5c357d064321aae))
12+
613
## 0.0.1 (2024-03-11)
714

815
### 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.0.1",
3+
"version": "0.1.0",
44
"description": "Common TypeScript types in MinCloud.",
55
"author": "anran758 <anran758@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)