Skip to content

Commit 44651b3

Browse files
committed
v0.1.0
1 parent c91e2b1 commit 44651b3

File tree

6 files changed

+58
-3
lines changed

6 files changed

+58
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* rename website package to playground
11+
12+
### Features
13+
14+
* **package:** setup lerna-lite ([#11](https://github.com/coldrun/monorepo-typescript/issues/11)) ([2e87031](https://github.com/coldrun/monorepo-typescript/commit/2e8703186df59accf0bb56755676c69cc9e7cd61))
15+
* rename website package to playground ([b24dc83](https://github.com/coldrun/monorepo-typescript/commit/b24dc8305560bbd3509cf12f843de9a5b8966dca))
16+
17+
### Bug Fixes
18+
19+
* docker build after package rename ([16b1409](https://github.com/coldrun/monorepo-typescript/commit/16b14092bac8fb9c39e387627ed02b79ec728a54))
20+
* **package:** rename ([a232b24](https://github.com/coldrun/monorepo-typescript/commit/a232b24653505cdfd989dff0a4f0ab4bb8f80a84))
21+
* **package:** rename ([fc27f33](https://github.com/coldrun/monorepo-typescript/commit/fc27f335a1d614cff9eb58f3db9733abe584848d))
22+
* **playground:** public image import ([#12](https://github.com/coldrun/monorepo-typescript/issues/12)) ([ef1638b](https://github.com/coldrun/monorepo-typescript/commit/ef1638be98555250e28d62baa4de16c9e2e406e4))
23+
* rename from website to playground ([001d10c](https://github.com/coldrun/monorepo-typescript/commit/001d10c1b705e1984c631acbdd277c8d59ccbd71))
24+
* **shared:** set source files as entry point ([e40dceb](https://github.com/coldrun/monorepo-typescript/commit/e40dceb3c7e712c15d0b53642c1a282d202b8afe))
25+
126
## [0.0.4](https://github.com/coldrun/monorepo-typescript/compare/v0.0.3...v0.0.4) (2024-08-19)
227

328
### 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.0.4",
5+
"version": "0.1.0",
66
"conventionalCommits": true,
77
"changelogPreset": "conventionalcommits"
88
}

packages/playground/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* rename website package to playground
11+
12+
### Features
13+
14+
* rename website package to playground ([b24dc83](https://github.com/coldrun/monorepo-typescript/commit/b24dc8305560bbd3509cf12f843de9a5b8966dca))
15+
16+
### Bug Fixes
17+
18+
* docker build after package rename ([16b1409](https://github.com/coldrun/monorepo-typescript/commit/16b14092bac8fb9c39e387627ed02b79ec728a54))
19+
* **playground:** public image import ([#12](https://github.com/coldrun/monorepo-typescript/issues/12)) ([ef1638b](https://github.com/coldrun/monorepo-typescript/commit/ef1638be98555250e28d62baa4de16c9e2e406e4))
20+
* rename from website to playground ([001d10c](https://github.com/coldrun/monorepo-typescript/commit/001d10c1b705e1984c631acbdd277c8d59ccbd71))

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

packages/shared/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.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)
7+
8+
### Bug Fixes
9+
10+
* **shared:** set source files as entry point ([e40dceb](https://github.com/coldrun/monorepo-typescript/commit/e40dceb3c7e712c15d0b53642c1a282d202b8afe))

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

0 commit comments

Comments
 (0)