Skip to content

Commit 370f341

Browse files
v0.2.0-rc.0
1 parent f80b6bf commit 370f341

File tree

8 files changed

+40
-4
lines changed

8 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0) (2024-11-15)
7+
8+
### Features
9+
10+
* add publishable `core` package ([#16](https://github.com/coldrun/monorepo-typescript/issues/16)) ([4ece9c4](https://github.com/coldrun/monorepo-typescript/commit/4ece9c484e0dcfebcb6f81f1bc5660617ce6ebdb)), closes [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5)
11+
12+
### Bug Fixes
13+
14+
* **docker:** use lerna version + combined dockerfile ([#14](https://github.com/coldrun/monorepo-typescript/issues/14)) ([63933d4](https://github.com/coldrun/monorepo-typescript/commit/63933d449626ae8e3c1847748a3b4f9796ccfaf1))
15+
616
## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)
717

818
### Bug Fixes

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/*"],
44
"npmClient": "pnpm",
5-
"version": "0.1.1",
5+
"version": "0.2.0-rc.0",
66
"conventionalCommits": true,
77
"changelogPreset": "conventionalcommits",
88
"preid": "rc",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.2.0-rc.0](https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0) (2024-11-15)
7+
8+
### Features
9+
10+
* add publishable `core` package ([#16](https://github.com/coldrun/monorepo-typescript/issues/16)) ([4ece9c4](https://github.com/coldrun/monorepo-typescript/commit/4ece9c484e0dcfebcb6f81f1bc5660617ce6ebdb)), closes [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5)

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.1.1",
3+
"version": "0.2.0-rc.0",
44
"type": "module",
55
"scripts": {
66
"dev": "rollup -c -w",

packages/playground/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0) (2024-11-15)
7+
8+
### Features
9+
10+
* add publishable `core` package ([#16](https://github.com/coldrun/monorepo-typescript/issues/16)) ([4ece9c4](https://github.com/coldrun/monorepo-typescript/commit/4ece9c484e0dcfebcb6f81f1bc5660617ce6ebdb)), closes [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5)
11+
12+
### Bug Fixes
13+
14+
* **docker:** use lerna version + combined dockerfile ([#14](https://github.com/coldrun/monorepo-typescript/issues/14)) ([63933d4](https://github.com/coldrun/monorepo-typescript/commit/63933d449626ae8e3c1847748a3b4f9796ccfaf1))
15+
616
## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)
717

818
### Bug Fixes

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.1.1",
4+
"version": "0.2.0-rc.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0](https://github.com/coldrun/monorepo-typescript/compare/v0.1.1...v0.2.0-rc.0) (2024-11-15)
7+
8+
### Features
9+
10+
* add publishable `core` package ([#16](https://github.com/coldrun/monorepo-typescript/issues/16)) ([4ece9c4](https://github.com/coldrun/monorepo-typescript/commit/4ece9c484e0dcfebcb6f81f1bc5660617ce6ebdb)), closes [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5) [#5](https://github.com/coldrun/monorepo-typescript/issues/5)
11+
612
## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)
713

814
### Bug Fixes

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

0 commit comments

Comments
 (0)