Skip to content

Commit

Permalink
chore: publish release
Browse files Browse the repository at this point in the history
 - @azimutlabs/eslint-config-react@0.1.3
 - @azimutlabs/eslint-config-typescript@0.2.4
 - @azimutlabs/eslint-config@0.7.2
  • Loading branch information
olehan committed Jan 24, 2021
1 parent 5218471 commit 03cf4f6
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
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.1.3](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config-react@0.1.2...@azimutlabs/eslint-config-react@0.1.3) (2021-01-24)

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





## [0.1.2](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config-react@0.1.1...@azimutlabs/eslint-config-react@0.1.2) (2021-01-20)


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": "@azimutlabs/eslint-config-react",
"version": "0.1.2",
"version": "0.1.3",
"description": "ESLint configuration for React/ReactHooks",
"keywords": [
"config",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-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.2.4](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config-typescript@0.2.3...@azimutlabs/eslint-config-typescript@0.2.4) (2021-01-24)

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





## [0.2.3](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config-typescript@0.2.2...@azimutlabs/eslint-config-typescript@0.2.3) (2021-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config-typescript",
"version": "0.2.3",
"version": "0.2.4",
"description": "ESLint configuration for TypeScript",
"keywords": [
"config",
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.7.2](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config@0.7.1...@azimutlabs/eslint-config@0.7.2) (2021-01-24)

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





## [0.7.1](https://github.com/azimutlabs/eslint/compare/@azimutlabs/eslint-config@0.7.0...@azimutlabs/eslint-config@0.7.1) (2021-01-22)

**Note:** Version bump only for package @azimutlabs/eslint-config
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azimutlabs/eslint-config",
"version": "0.7.1",
"version": "0.7.2",
"description": "Collection of all @azimutlabs/eslint-config packages",
"keywords": [
"config",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@azimutlabs/eslint-config-import": "^0.2.0",
"@azimutlabs/eslint-config-jsx-a11y": "^0.1.0",
"@azimutlabs/eslint-config-prettier": "^0.1.2",
"@azimutlabs/eslint-config-react": "^0.1.2",
"@azimutlabs/eslint-config-typescript": "^0.2.3"
"@azimutlabs/eslint-config-react": "^0.1.3",
"@azimutlabs/eslint-config-typescript": "^0.2.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4",
Expand Down

0 comments on commit 03cf4f6

Please sign in to comment.