Skip to content

Commit

Permalink
release: v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 8, 2022
1 parent 7c199b6 commit 94c5bf0
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 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.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08)


### Bug Fixes

* **eslint-react:** update config ([#25](https://github.com/silverhand-io/configs/issues/25)) ([7c199b6](https://github.com/silverhand-io/configs/commit/7c199b66fd6fc34f55fbb37c602ff1bfbdfe4927))



### [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 root
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.4",
"version": "0.9.5",
"useWorkspaces": true,
"changelogPreset": "conventionalcommits"
}
9 changes: 9 additions & 0 deletions packages/eslint-config-react/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.9.5](https://github.com/silverhand-io/configs/compare/v0.9.4...v0.9.5) (2022-03-08)


### Bug Fixes

* **eslint-react:** update config ([#25](https://github.com/silverhand-io/configs/issues/25)) ([7c199b6](https://github.com/silverhand-io/configs/commit/7c199b66fd6fc34f55fbb37c602ff1bfbdfe4927))



### [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-react
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.9.5",
"description": "Shared ESLint (React) 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.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





### [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-react
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.9.5",
"description": "Common TypeScript (React) config for Silverhand.",
"author": "Gao Sun <[email protected]>",
"homepage": "https://github.com/silverhand-io/configs#readme",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@silverhand/eslint-config": "^0.9.4",
"@silverhand/eslint-config-react": "^0.9.4",
"@silverhand/eslint-config-react": "^0.9.5",
"@types/react": "^17.0.14",
"eslint": "^8.10.0",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 94c5bf0

Please sign in to comment.