Skip to content

Commit dea469a

Browse files
committed
chore(release): publish
- @bigcommerce/eslint-config@2.0.0 - @bigcommerce/eslint-plugin@1.0.0
1 parent 1aab6d5 commit dea469a

4 files changed

Lines changed: 20 additions & 4 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.0.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.8...@bigcommerce/eslint-config@2.0.0) (2021-10-06)
7+
8+
**Note:** Version bump only for package @bigcommerce/eslint-config
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.8](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.7...@bigcommerce/eslint-config@2.0.0-alpha.8) (2021-09-02)
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.0.0-alpha.8",
3+
"version": "2.0.0",
44
"description": "Default ESLint configuration used at BigCommerce",
55
"main": "index.json",
66
"files": [
@@ -20,7 +20,7 @@
2020
"directory": "packages/eslint-config"
2121
},
2222
"dependencies": {
23-
"@bigcommerce/eslint-plugin": "^1.0.0-alpha.0",
23+
"@bigcommerce/eslint-plugin": "^1.0.0",
2424
"@rushstack/eslint-patch": "^1.0.6",
2525
"@typescript-eslint/eslint-plugin": "^4.22.0",
2626
"@typescript-eslint/parser": "^4.22.0",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
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.0.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-plugin@1.0.0-alpha.0...@bigcommerce/eslint-plugin@1.0.0) (2021-10-06)
7+
8+
**Note:** Version bump only for package @bigcommerce/eslint-plugin
9+
10+
11+
12+
13+
614
# 1.0.0-alpha.0 (2021-05-27)
715

816
### Features
917

10-
* **plugin:** adds jsx-short-circuit-conditionals ([af22c10](https://github.com/bigcommerce/eslint-config/commit/af22c10b7a13dcd6346cb4d4135d3105e97e7c18))
18+
* **plugin:** adds jsx-short-circuit-conditionals ([af22c10](https://github.com/bigcommerce/eslint-config/commit/af22c10b7a13dcd6346cb4d4135d3105e97e7c18))

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.0.0-alpha.0",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"author": "BigCommerce",
66
"license": "MIT",

0 commit comments

Comments
 (0)