Skip to content

Commit

Permalink
release: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2022
1 parent e8afeb1 commit 3853a2c
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29)


### Features

* **config:** add `max-lines` ([#26](https://github.com/silverhand-io/configs/issues/26)) ([e8afeb1](https://github.com/silverhand-io/configs/commit/e8afeb1278f8c721a1887d28c71959adaaf15ac2))



### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "0.9.5",
"version": "0.10.0",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-react/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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29)

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





### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/eslint-config-react",
"version": "0.9.5",
"version": "0.10.0",
"description": "Shared ESLint (React) config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/silverhand-io/configs/issues"
},
"dependencies": {
"@silverhand/eslint-config": "^0.9.4",
"@silverhand/eslint-config": "^0.10.0",
"eslint-config-xo-react": "^0.25.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29)


### Features

* **config:** add `max-lines` ([#26](https://github.com/silverhand-io/configs/issues/26)) ([e8afeb1](https://github.com/silverhand-io/configs/commit/e8afeb1278f8c721a1887d28c71959adaaf15ac2))



### [0.9.4](https://github.com/silverhand-io/configs/compare/v0.9.3...v0.9.4) (2022-03-04)

**Note:** Version bump only for package @silverhand/eslint-config
Expand Down
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": "@silverhand/eslint-config",
"version": "0.9.4",
"version": "0.10.0",
"description": "Shared ESLint config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-config-react/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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29)

**Note:** Version bump only for package @silverhand/ts-config-react





### [0.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08)

**Note:** Version bump only for package @silverhand/ts-config-react
Expand Down
8 changes: 4 additions & 4 deletions packages/ts-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/ts-config-react",
"version": "0.9.5",
"version": "0.10.0",
"description": "Common TypeScript (React) config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand All @@ -23,11 +23,11 @@
"url": "https://github.com/silverhand-io/configs/issues"
},
"dependencies": {
"@silverhand/ts-config": "^0.9.4"
"@silverhand/ts-config": "^0.10.0"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.9.4",
"@silverhand/eslint-config-react": "^0.9.5",
"@silverhand/eslint-config": "^0.10.0",
"@silverhand/eslint-config-react": "^0.10.0",
"@types/react": "^17.0.14",
"eslint": "^8.10.0",
"prettier": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ts-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.10.0](https://github.com/silverhand-io/configs/compare/v0.9.5...v0.10.0) (2022-03-29)

**Note:** Version bump only for package @silverhand/ts-config





### [0.9.4](https://github.com/silverhand-io/configs/compare/v0.9.3...v0.9.4) (2022-03-04)

**Note:** Version bump only for package @silverhand/ts-config
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverhand/ts-config",
"version": "0.9.4",
"version": "0.10.0",
"description": "Common TypeScript config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/silverhand-io/configs/issues"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.9.4",
"@silverhand/eslint-config": "^0.10.0",
"@types/eslint": "^7.28.0",
"eslint": "^8.10.0",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 3853a2c

Please sign in to comment.