Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2023
1 parent ebeb295 commit ef62592
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/autotelic/lint-configs/compare/v0.2.0...v0.2.1) (2023-03-28)


### Bug Fixes

* boolean value, string lengths, react import order ([#8](https://github.com/autotelic/lint-configs/issues/8)) ([ebeb295](https://github.com/autotelic/lint-configs/commit/ebeb2952a8035a5cc759e69692e4d65bc0b0410d))





# [0.2.0](https://github.com/autotelic/lint-configs/compare/v0.1.1...v0.2.0) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.2.0",
"version": "0.2.1",
"scope": [
"@autotelic/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/autotelic/lint-configs/compare/v0.2.0...v0.2.1) (2023-03-28)


### Bug Fixes

* boolean value, string lengths, react import order ([#8](https://github.com/autotelic/lint-configs/issues/8)) ([ebeb295](https://github.com/autotelic/lint-configs/commit/ebeb2952a8035a5cc759e69692e4d65bc0b0410d))





# [0.2.0](https://github.com/autotelic/lint-configs/compare/v0.1.1...v0.2.0) (2023-03-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autotelic/eslint-config-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "base eslint config for js apps",
"main": "index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.1](https://github.com/autotelic/lint-configs/compare/v0.2.0...v0.2.1) (2023-03-28)


### Bug Fixes

* boolean value, string lengths, react import order ([#8](https://github.com/autotelic/lint-configs/issues/8)) ([ebeb295](https://github.com/autotelic/lint-configs/commit/ebeb2952a8035a5cc759e69692e4d65bc0b0410d))





# [0.2.0](https://github.com/autotelic/lint-configs/compare/v0.1.1...v0.2.0) (2023-03-22)


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": "@autotelic/eslint-config-react",
"version": "0.2.0",
"version": "0.2.1",
"description": "base eslint config for react apps",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/autotelic/lint-configs/tree/main/packages/eslint-config-react",
"license": "MIT",
"dependencies": {
"@autotelic/eslint-config-js": "^0.2.0",
"@autotelic/eslint-config-js": "^0.2.1",
"@rushstack/eslint-patch": "^1.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
Expand Down

0 comments on commit ef62592

Please sign in to comment.