diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d430c..5e6c8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 7a57d70..6842821 100644 --- a/lerna.json +++ b/lerna.json @@ -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" + ] } } -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc6b78d..74b0994 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1827,9 +1827,6 @@ importers: '@pnpm/workspace.find-packages': specifier: ^4.0.1 version: 4.0.1(@pnpm/logger@5.0.0) - rollup: - specifier: ^4.18.1 - version: 4.18.1 devDependencies: '@npcs/eslint-config': specifier: workspace:* @@ -1852,6 +1849,9 @@ importers: eslint: specifier: ^8.57.0 version: 8.57.0 + rollup: + specifier: ^4.18.1 + version: 4.18.1 typescript: specifier: 5.5.3 version: 5.5.3 @@ -18990,7 +18990,7 @@ snapshots: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.34.4(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) @@ -19018,7 +19018,7 @@ snapshots: enhanced-resolve: 5.17.0 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.5 is-core-module: 2.14.0 @@ -19040,7 +19040,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 diff --git a/tools/get-changed-packages/CHANGELOG.md b/tools/get-changed-packages/CHANGELOG.md index f4e8caf..1e2ac91 100644 --- a/tools/get-changed-packages/CHANGELOG.md +++ b/tools/get-changed-packages/CHANGELOG.md @@ -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 diff --git a/tools/get-changed-packages/package.json b/tools/get-changed-packages/package.json index b8a0d61..435c4e3 100644 --- a/tools/get-changed-packages/package.json +++ b/tools/get-changed-packages/package.json @@ -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": { @@ -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" },