Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2024
1 parent 15abd48 commit 1674a27
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 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.4.0](https://github.com/autotelic/lint-configs/compare/v0.3.0...v0.4.0) (2024-03-15)


### Features

* update to flat configs ([#11](https://github.com/autotelic/lint-configs/issues/11)) ([15abd48](https://github.com/autotelic/lint-configs/commit/15abd48d726f239253b71bd1bf0cc2969592a104))





# [0.3.0](https://github.com/autotelic/lint-configs/compare/v0.2.1...v0.3.0) (2024-01-25)


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.3.0",
"version": "0.4.0",
"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.4.0](https://github.com/autotelic/lint-configs/compare/v0.3.0...v0.4.0) (2024-03-15)


### Features

* update to flat configs ([#11](https://github.com/autotelic/lint-configs/issues/11)) ([15abd48](https://github.com/autotelic/lint-configs/commit/15abd48d726f239253b71bd1bf0cc2969592a104))





# [0.3.0](https://github.com/autotelic/lint-configs/compare/v0.2.1...v0.3.0) (2024-01-25)


Expand Down
6 changes: 4 additions & 2 deletions packages/eslint-config-js/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@autotelic/eslint-config-js",
"version": "0.3.0",
"version": "0.4.0",
"description": "base eslint config for js apps",
"main": "index.js",
"files": ["standard.js"],
"files": [
"standard.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
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.4.0](https://github.com/autotelic/lint-configs/compare/v0.3.0...v0.4.0) (2024-03-15)


### Features

* update to flat configs ([#11](https://github.com/autotelic/lint-configs/issues/11)) ([15abd48](https://github.com/autotelic/lint-configs/commit/15abd48d726f239253b71bd1bf0cc2969592a104))





# [0.3.0](https://github.com/autotelic/lint-configs/compare/v0.2.1...v0.3.0) (2024-01-25)

**Note:** Version bump only for package @autotelic/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": "@autotelic/eslint-config-react",
"version": "0.3.0",
"version": "0.4.0",
"description": "base eslint config for react apps",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/autotelic/lint-configs/tree/main/packages/eslint-config-react",
"license": "MIT",
"dependencies": {
"@autotelic/eslint-config-js": "^0.3.0",
"@autotelic/eslint-config-js": "^0.4.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
Expand Down

0 comments on commit 1674a27

Please sign in to comment.