Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 6b62195 commit c2c17b4
Show file tree
Hide file tree
Showing 6 changed files with 34 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.3.0](https://github.com/autotelic/lint-configs/compare/v0.2.1...v0.3.0) (2024-01-25)


### Features

* remove multiline-comment rule ([#9](https://github.com/autotelic/lint-configs/issues/9)) ([3072f7a](https://github.com/autotelic/lint-configs/commit/3072f7ad5d55b6f6d4b7a7b63cd69dfe1802bd1c))





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


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.1",
"version": "0.3.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.3.0](https://github.com/autotelic/lint-configs/compare/v0.2.1...v0.3.0) (2024-01-25)


### Features

* remove multiline-comment rule ([#9](https://github.com/autotelic/lint-configs/issues/9)) ([3072f7a](https://github.com/autotelic/lint-configs/commit/3072f7ad5d55b6f6d4b7a7b63cd69dfe1802bd1c))





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


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.1",
"version": "0.3.0",
"description": "base eslint config for js apps",
"main": "index.js",
"files": [
Expand Down
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.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





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


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.1",
"version": "0.3.0",
"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.1",
"@autotelic/eslint-config-js": "^0.3.0",
"@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 c2c17b4

Please sign in to comment.