Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelVandenBriel committed Aug 3, 2023
1 parent 48d2752 commit 89f33f9
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/coding-assets/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package root





### [0.6.4](https://github.com/useid/coding-assets/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
}
}
},
"version": "0.6.4"
"version": "0.7.0"
}
8 changes: 8 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/dgt-config/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package @useid/commitlint-config





### [0.6.4](https://github.com/useid/dgt-config/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package @useid/commitlint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/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 packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/commitlint-config",
"version": "0.6.4",
"version": "0.7.0",
"description": "Shareable CommitLint config for internal use",
"author": "Wouter Termont <[email protected]>",
"main": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/dgt-config/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package @useid/eslint-config





### [0.6.4](https://github.com/useid/dgt-config/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package @useid/eslint-config
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/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 packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/eslint-config",
"version": "0.6.4",
"version": "0.7.0",
"description": "Shareable ESLint config for internal use",
"author": "Wouter Termont <[email protected]>",
"main": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/dgt-config/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package @useid/jest-config





### [0.6.4](https://github.com/useid/dgt-config/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package @useid/jest-config
Expand Down
24 changes: 12 additions & 12 deletions packages/jest-config/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 packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/jest-config",
"version": "0.6.4",
"version": "0.7.0",
"description": "Shareable jest config for internal use",
"author": "Wouter Termont <[email protected]>",
"main": "./jest=preset.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/lerna-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/dgt-config/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package @useid/lerna-config





### [0.6.4](https://github.com/useid/dgt-config/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package @useid/lerna-config
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna-config/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 packages/lerna-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/lerna-config",
"version": "0.6.4",
"version": "0.7.0",
"description": "Shareable lerna config for internal use",
"author": "Wouter Termont <[email protected]>",
"main": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/useid/dgt-config/compare/v0.6.4...v0.7.0) (2023-08-03)

**Note:** Version bump only for package @useid/typescript-config





### [0.6.4](https://github.com/useid/dgt-config/compare/v0.6.3...v0.6.4) (2023-08-03)

**Note:** Version bump only for package @useid/typescript-config
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/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 packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useid/typescript-config",
"version": "0.6.4",
"version": "0.7.0",
"description": "Shareable TypeScript config for internal use",
"author": "Wouter Termont <[email protected]>",
"main": "./index.json",
Expand Down

0 comments on commit 89f33f9

Please sign in to comment.