Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 27, 2024
1 parent 994a70b commit a28176b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/xiaosen7/npcs/compare/v0.6.2...v0.6.3) (2024-07-27)

**Note:** Version bump only for package npcs





## [0.6.2](https://github.com/xiaosen7/npcs/compare/v0.6.1...v0.6.2) (2024-07-27)

**Note:** Version bump only for package npcs
Expand Down
15 changes: 11 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.6.2",
"version": "0.6.3",
"npmClient": "pnpm",
"packages": ["apps/*", "libs/*", "configs/*", "tools/*"],
"packages": [
"apps/*",
"libs/*",
"configs/*",
"tools/*"
],
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": "angular"
},
"publish": {
"assets": ["public"]
"assets": [
"public"
]
}
}
}
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions tools/get-changed-packages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/xiaosen7/npcs/compare/v0.6.2...v0.6.3) (2024-07-27)

**Note:** Version bump only for package @npcs/get-changed-packages





## [0.6.2](https://github.com/xiaosen7/npcs/compare/v0.6.1...v0.6.2) (2024-07-27)

**Note:** Version bump only for package @npcs/get-changed-packages
Expand Down
4 changes: 2 additions & 2 deletions tools/get-changed-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npcs/get-changed-packages",
"version": "0.6.2",
"version": "0.6.3",
"description": "Get the changed packages from the last commit inside a workspace.",
"type": "module",
"scripts": {
Expand All @@ -24,8 +24,8 @@
"@npcs/typescript-config": "workspace:*",
"@npcs/vitest-config": "workspace:^",
"@types/node": "^20.14.10",
"rollup": "^4.18.1",
"eslint": "^8.57.0",
"rollup": "^4.18.1",
"typescript": "5.5.3",
"vitest": "^1.6.0"
},
Expand Down

0 comments on commit a28176b

Please sign in to comment.