Skip to content

Commit 73ecca9

Browse files
committed
chore(release): publish
- @bigcommerce/eslint-config@2.9.1 - @bigcommerce/eslint-plugin@1.3.1
1 parent 3f6b32f commit 73ecca9

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/eslint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.9.1](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.9.0...@bigcommerce/eslint-config@2.9.1) (2024-09-05)
7+
8+
**Note:** Version bump only for package @bigcommerce/eslint-config
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.8.1...@bigcommerce/eslint-config@2.9.0) (2024-05-13)
715

816

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/eslint-config",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Default ESLint configuration used at BigCommerce",
55
"main": "index.js",
66
"files": [
@@ -20,7 +20,7 @@
2020
"directory": "packages/eslint-config"
2121
},
2222
"dependencies": {
23-
"@bigcommerce/eslint-plugin": "^1.3.0",
23+
"@bigcommerce/eslint-plugin": "^1.3.1",
2424
"@rushstack/eslint-patch": "^1.1.3",
2525
"@stylistic/eslint-plugin": "^2.1.0",
2626
"@typescript-eslint/eslint-plugin": "^8.4.0",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-plugin@1.3.0...@bigcommerce/eslint-plugin@1.3.1) (2024-09-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin:** update peer dependency ([df48cd4](https://github.com/bigcommerce/eslint-config/commit/df48cd4b4c1d62d87e607b4938bb16362ddcb707))
12+
13+
14+
15+
16+
617
# [1.3.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-plugin@1.2.0...@bigcommerce/eslint-plugin@1.3.0) (2024-05-13)
718

819
**Note:** Version bump only for package @bigcommerce/eslint-plugin

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/eslint-plugin",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "index.js",
55
"author": "BigCommerce",
66
"license": "MIT",

0 commit comments

Comments
 (0)