Skip to content

Commit 16e7a61

Browse files
v0.2.0-rc.1
1 parent ccd55dc commit 16e7a61

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.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

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-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",

packages/core/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.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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/playground/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.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

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

packages/shared/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.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

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)