Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagith committed Oct 8, 2024
1 parent a313c77 commit 1940a88
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)

### Bug Fixes

* **ci:** enable github releases ([20bb006](https://github.com/coldrun/monorepo-typescript/commit/20bb00623e0f8c37ca6aa549ebe1289ef580b733))
* **package:** pnpm workspace packages filtering ([#15](https://github.com/coldrun/monorepo-typescript/issues/15)) ([c609caf](https://github.com/coldrun/monorepo-typescript/commit/c609cafc74f7b97b914d4139bcc578b7fac69ccc))

## [0.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": ["packages/*"],
"npmClient": "pnpm",
"version": "0.1.0",
"version": "0.1.1",
"conventionalCommits": true,
"changelogPreset": "conventionalcommits",
"createRelease": "github"
Expand Down
6 changes: 6 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)

### Bug Fixes

* **package:** pnpm workspace packages filtering ([#15](https://github.com/coldrun/monorepo-typescript/issues/15)) ([c609caf](https://github.com/coldrun/monorepo-typescript/commit/c609cafc74f7b97b914d4139bcc578b7fac69ccc))

## [0.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@monorepo-typescript/playground",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/coldrun/monorepo-typescript/compare/v0.1.0...v0.1.1) (2024-10-08)

### Bug Fixes

* **package:** pnpm workspace packages filtering ([#15](https://github.com/coldrun/monorepo-typescript/issues/15)) ([c609caf](https://github.com/coldrun/monorepo-typescript/commit/c609cafc74f7b97b914d4139bcc578b7fac69ccc))

## [0.1.0](https://github.com/coldrun/monorepo-typescript/compare/v0.0.4...v0.1.0) (2024-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@monorepo-typescript/shared",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down

0 comments on commit 1940a88

Please sign in to comment.