Skip to content

Commit

Permalink
release: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2022
1 parent 0631119 commit 03a6a0b
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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27)


### Bug Fixes

* **eslint-config:** fix padding line between statements rule ([#12](https://github.com/silverhand-io/configs/issues/12)) ([0631119](https://github.com/silverhand-io/configs/commit/063111956a78d85edc697047d3f9cb92f0cd4fc1))



## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27)


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.6.0",
"version": "0.6.1",
"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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27)

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





## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27)

**Note:** Version bump only for package @silverhand/eslint-config-react
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.6.0",
"version": "0.6.1",
"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.6.0",
"@silverhand/eslint-config": "^0.6.1",
"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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27)


### Bug Fixes

* **eslint-config:** fix padding line between statements rule ([#12](https://github.com/silverhand-io/configs/issues/12)) ([0631119](https://github.com/silverhand-io/configs/commit/063111956a78d85edc697047d3f9cb92f0cd4fc1))



## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27)


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.6.0",
"version": "0.6.1",
"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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27)

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





## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27)

**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.6.0",
"version": "0.6.1",
"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.6.0"
"@silverhand/ts-config": "^0.6.1"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.6.0",
"@silverhand/eslint-config-react": "^0.6.0",
"@silverhand/eslint-config": "^0.6.1",
"@silverhand/eslint-config-react": "^0.6.1",
"@types/react": "^17.0.14",
"eslint": "^8.1.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.6.1](https://github.com/silverhand-io/configs/compare/v0.6.0...v0.6.1) (2022-01-27)

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





## [0.6.0](https://github.com/silverhand-io/configs/compare/v0.5.0...v0.6.0) (2022-01-27)

**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.6.0",
"version": "0.6.1",
"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.6.0",
"@silverhand/eslint-config": "^0.6.1",
"@types/eslint": "^7.28.0",
"eslint": "^8.1.0",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 03a6a0b

Please sign in to comment.