Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjy committed Nov 8, 2021
1 parent ee09655 commit 515dfab
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.0](https://github.com/andyjy/monorepo-template/compare/v0.2.0...v0.3.0) (2021-11-08)

### Features

- typescript incremental builds ([2814914](https://github.com/andyjy/monorepo-template/commit/28149142a25073ee60b3725ec9beefa98c3ac9a9))

### Bug Fixes

- sync package.template.json ([9b87d72](https://github.com/andyjy/monorepo-template/commit/9b87d7264b792a8ed9b245fc51dfa3d6bab3f821))

## [0.2.0](https://github.com/andyjy/monorepo-template/compare/v0.2.0-canary.1...v0.2.0) (2021-11-01)

**Note:** Version bump only for package monorepo-template
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 @@
"packages": [
"packages/*"
],
"version": "0.2.0",
"version": "0.3.0",
"command": {
"version": {
"allowBranch": [
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": "npm install --package-lock-only && git add package-lock.json"
},
"devDependencies": {
"@andyjy/monorepo-utils": "^0.2.0",
"@andyjy/monorepo-utils": "^0.3.0",
"@jest/globals": "^27.3.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/_eslint-config-monorepo-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.0](https://github.com/andyjy/monorepo-template/compare/v0.2.0...v0.3.0) (2021-11-08)

**Note:** Version bump only for package @andyjy/eslint-config-monorepo-utils

### [0.1.3](https://github.com/andyjy/monorepo-template/compare/v0.1.2...v0.1.3) (2021-10-28)

**Note:** Version bump only for package @andyjy/eslint-config-monorepo-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/_eslint-config-monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andyjy/eslint-config-monorepo-utils",
"version": "0.1.3",
"version": "0.3.0",
"description": "Base ESLint config for @andyjy/monorepo-utils",
"author": "Andy Young <npm@apexa.co.uk> https://github.com/andyjy",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/_monorepo-utils/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.3.0](https://github.com/andyjy/monorepo-template/compare/v0.2.0...v0.3.0) (2021-11-08)

### Features

- typescript incremental builds ([2814914](https://github.com/andyjy/monorepo-template/commit/28149142a25073ee60b3725ec9beefa98c3ac9a9))

## [0.2.0](https://github.com/andyjy/monorepo-template/compare/v0.2.0-canary.1...v0.2.0) (2021-11-01)

**Note:** Version bump only for package @andyjy/monorepo-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/_monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andyjy/monorepo-utils",
"version": "0.2.0",
"version": "0.3.0",
"description": "Misc utils for working with monorepo dev environments",
"author": "Andy Young <npm@apexa.co.uk> https://github.com/andyjy",
"license": "ISC",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@andyjy/eslint-config-monorepo-utils": "0.1.3",
"@andyjy/eslint-config-monorepo-utils": "0.3.0",
"@typescript-eslint/eslint-plugin": "4.33",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/example-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.0](https://github.com/username/example/compare/v0.2.0...v0.3.0) (2021-11-08)

**Note:** Version bump only for package

### [0.1.4](https://github.com/username/example/compare/v0.1.4-canary.6...v0.1.4) (2021-10-29)

**Note:** Version bump only for package
Expand Down
2 changes: 1 addition & 1 deletion packages/example-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"version": "0.1.4",
"version": "0.3.0",
"description": "example typescript package",
"private": true,
"author": "Author <email@domain> https://github.com/username",
Expand Down

0 comments on commit 515dfab

Please sign in to comment.