Skip to content

Commit 3fb8dd8

Browse files
v0.2.0
1 parent 5ad97ce commit 3fb8dd8

File tree

8 files changed

+23
-4
lines changed

8 files changed

+23
-4
lines changed

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.2.0](https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.1...v0.2.0) (2025-02-24)
7+
8+
### Bug Fixes
9+
10+
* **ci:** handle conventional-graduate in release workflow ([5ecdaeb](https://github.com/coldrun/monorepo-typescript/commit/5ecdaeb33464a7539c0d5b3e6c0c39b4582e9039))
11+
* **ci:** invalid condition in release workflow ([5ad97ce](https://github.com/coldrun/monorepo-typescript/commit/5ad97ce8bf7690f45f7329627e2a19a40e9e063a))
12+
613
## [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)
714

815
### 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.1",
5+
"version": "0.2.0",
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](https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.1...v0.2.0) (2025-02-24)
7+
8+
**Note:** Version bump only for package @coldrun/monorepo-typescript-core
9+
610
## [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)
711

812
**Note:** Version bump only for package @coldrun/monorepo-typescript-core

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.1",
3+
"version": "0.2.0",
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](https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.1...v0.2.0) (2025-02-24)
7+
8+
**Note:** Version bump only for package @coldrun/monorepo-typescript-playground
9+
610
## [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)
711

812
**Note:** Version bump only for package @coldrun/monorepo-typescript-playground

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.1",
4+
"version": "0.2.0",
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](https://github.com/coldrun/monorepo-typescript/compare/v0.2.0-rc.1...v0.2.0) (2025-02-24)
7+
8+
**Note:** Version bump only for package @coldrun/monorepo-typescript-shared
9+
610
## [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)
711

812
**Note:** Version bump only for package @coldrun/monorepo-typescript-shared

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.1",
4+
"version": "0.2.0",
55
"type": "module",
66
"main": "src/index.ts",
77
"module": "src/index.ts",

0 commit comments

Comments
 (0)