Skip to content

Commit

Permalink
v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 committed Mar 25, 2022
1 parent 25f5a3a commit d520d94
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 13 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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.11"
"version": "0.0.12"
}
8 changes: 8 additions & 0 deletions packages/all/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -22,8 +22,8 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@damilaredev/eslint-config-react": "^0.0.11",
"@damilaredev/eslint-config-vue": "^0.0.11",
"@damilaredev/eslint-config-react": "^0.0.12",
"@damilaredev/eslint-config-vue": "^0.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint-config-standard": "17.0.0-1",
Expand Down
8 changes: 8 additions & 0 deletions packages/basic/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config-basic",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config-next",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
"author": "Damilare Anjorin",
"license": "MIT",
"dependencies": {
"@damilaredev/eslint-config-typescript": "^0.0.11",
"@damilaredev/eslint-config-typescript": "^0.0.12",
"eslint-config-next": "12.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)

**Note:** Version bump only for package @damilaredev/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config-react",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"react": ">=16.8.0"
},
"dependencies": {
"@damilaredev/eslint-config-typescript": "^0.0.11",
"@damilaredev/eslint-config-typescript": "^0.0.12",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/typescript/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)

**Note:** Version bump only for package @damilaredev/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config-typescript",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -12,7 +12,7 @@
"author": "Damilare Anjorin",
"license": "MIT",
"dependencies": {
"@damilaredev/eslint-config-basic": "^0.0.11",
"@damilaredev/eslint-config-basic": "^0.0.12",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/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.0.12](https://github.com/dammy001/eslint-config/compare/v0.0.11...v0.0.12) (2022-03-25)

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





## [0.0.11](https://github.com/dammy001/eslint-config/compare/v0.0.10...v0.0.11) (2022-03-08)

**Note:** Version bump only for package @damilaredev/eslint-config-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@damilaredev/eslint-config-vue",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"url": "https://github.com/dammy001/eslint-config/issues"
},
"dependencies": {
"@damilaredev/eslint-config-typescript": "^0.0.11",
"@damilaredev/eslint-config-typescript": "^0.0.12",
"eslint-plugin-vue": "^8.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d520d94

Please sign in to comment.