File tree Expand file tree Collapse file tree 8 files changed +34
-4
lines changed Expand file tree Collapse file tree 8 files changed +34
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.2.0-rc.1] ( https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.0...v0.2.0-rc.1 ) (2025-02-24)
7+
8+ ### Features
9+
10+ * ** ci:** add git-town action ([ 39dc7f5] ( https://github.com/coldrun/monorepo-typescript/commit/39dc7f5bb8825a852d115a872b07b68c1520ebe6 ) )
11+ * ** ci:** add github token for NPM private packages ([ b132205] ( https://github.com/coldrun/monorepo-typescript/commit/b1322052c4c3af0977a2ea0dded5f29c5491bac0 ) )
12+ * ** ci:** release workflow ([ 892efae] ( https://github.com/coldrun/monorepo-typescript/commit/892efaea2844730c945b412509ada4827363eac1 ) )
13+ * commitlint ([ #17 ] ( https://github.com/coldrun/monorepo-typescript/issues/17 ) ) ([ 6ffb216] ( https://github.com/coldrun/monorepo-typescript/commit/6ffb2169f6c2277b34c4babdbbf9098a2e7d5040 ) )
14+ * ** package:** switch from ` simple-git-hooks ` to ` husky ` ([ #18 ] ( https://github.com/coldrun/monorepo-typescript/issues/18 ) ) ([ f2ee0d7] ( https://github.com/coldrun/monorepo-typescript/commit/f2ee0d772f4e89f19bdaf2f41a1d152d70c9f530 ) )
15+
16+ ### Bug Fixes
17+
18+ * ** ci:** docker build ([ a538087] ( https://github.com/coldrun/monorepo-typescript/commit/a538087cc9ba95068cdbd62f93efa90ff85ca6a4 ) )
19+
20+ ### Documentation
21+
22+ * improved readme ([ a0c084b] ( https://github.com/coldrun/monorepo-typescript/commit/a0c084bea98b33ed69e6fd30dd5750a48d88ba77 ) )
23+
624## [ 0.2.0-rc.0] ( https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0 ) (2024-11-15)
725
826### Features
Original file line number Diff line number Diff line change 22 "$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
33 "packages" : [" packages/*" , " apps/*" ],
44 "npmClient" : " pnpm" ,
5- "version" : " 0.2.0-rc.0 " ,
5+ "version" : " 0.2.0-rc.1 " ,
66 "conventionalCommits" : true ,
77 "changelogPreset" : " ./changelog.preset.js" ,
88 "preid" : " rc" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.2.0-rc.1] ( https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.0...v0.2.0-rc.1 ) (2025-02-24)
7+
8+ ** Note:** Version bump only for package @coldrun/monorepo-typescript-core
9+
610## [ 0.2.0-rc.0] ( https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0 ) (2024-11-15)
711
812### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @coldrun/monorepo-typescript-core" ,
3- "version" : " 0.2.0-rc.0 " ,
3+ "version" : " 0.2.0-rc.1 " ,
44 "type" : " module" ,
55 "scripts" : {
66 "dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.2.0-rc.1] ( https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.0...v0.2.0-rc.1 ) (2025-02-24)
7+
8+ ** Note:** Version bump only for package @coldrun/monorepo-typescript-playground
9+
610## [ 0.2.0-rc.0] ( https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0 ) (2024-11-15)
711
812### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @coldrun/monorepo-typescript-playground" ,
33 "private" : true ,
4- "version" : " 0.2.0-rc.0 " ,
4+ "version" : " 0.2.0-rc.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.2.0-rc.1] ( https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.0...v0.2.0-rc.1 ) (2025-02-24)
7+
8+ ** Note:** Version bump only for package @coldrun/monorepo-typescript-shared
9+
610## [ 0.2.0-rc.0] ( https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0 ) (2024-11-15)
711
812### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @coldrun/monorepo-typescript-shared" ,
33 "private" : true ,
4- "version" : " 0.2.0-rc.0 " ,
4+ "version" : " 0.2.0-rc.1 " ,
55 "type" : " module" ,
66 "main" : " src/index.ts" ,
77 "module" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments