Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2021
1 parent b5e6832 commit d3bdba2
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 10 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.4.0](https://github.com/silverhand-io/configs/compare/v0.3.1...v0.4.0) (2021-12-16)

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





### [0.3.1](https://github.com/silverhand-io/configs/compare/v0.3.0...v0.3.1) (2021-12-09)

**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.3.1",
"version": "0.4.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.4.0](https://github.com/silverhand-io/configs/compare/v0.3.1...v0.4.0) (2021-12-16)

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





### [0.3.1](https://github.com/silverhand-io/configs/compare/v0.3.0...v0.3.1) (2021-12-09)

**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.3.1",
"version": "0.4.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.3.1",
"@silverhand/eslint-config": "^0.4.0",
"eslint-config-xo-react": "^0.25.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
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.4.0](https://github.com/silverhand-io/configs/compare/v0.3.1...v0.4.0) (2021-12-16)

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





### [0.3.1](https://github.com/silverhand-io/configs/compare/v0.3.0...v0.3.1) (2021-12-09)

**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.3.1",
"version": "0.4.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.4.0](https://github.com/silverhand-io/configs/compare/v0.3.1...v0.4.0) (2021-12-16)

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





### [0.3.1](https://github.com/silverhand-io/configs/compare/v0.3.0...v0.3.1) (2021-12-09)

**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.3.1",
"version": "0.4.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.3.1"
"@silverhand/ts-config": "^0.4.0"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.3.1",
"@silverhand/eslint-config-react": "^0.3.1",
"@silverhand/eslint-config": "^0.4.0",
"@silverhand/eslint-config-react": "^0.4.0",
"@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.4.0](https://github.com/silverhand-io/configs/compare/v0.3.1...v0.4.0) (2021-12-16)

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





### [0.3.1](https://github.com/silverhand-io/configs/compare/v0.3.0...v0.3.1) (2021-12-09)

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

0 comments on commit d3bdba2

Please sign in to comment.