Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bigcommerce/eslint-config@2.0.0
 - @bigcommerce/eslint-plugin@1.0.0
  • Loading branch information
deini committed Oct 6, 2021
1 parent 1aab6d5 commit dea469a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config/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.

# [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)

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





# [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/eslint-config",
"version": "2.0.0-alpha.8",
"version": "2.0.0",
"description": "Default ESLint configuration used at BigCommerce",
"main": "index.json",
"files": [
Expand All @@ -20,7 +20,7 @@
"directory": "packages/eslint-config"
},
"dependencies": {
"@bigcommerce/eslint-plugin": "^1.0.0-alpha.0",
"@bigcommerce/eslint-plugin": "^1.0.0",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)

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





# 1.0.0-alpha.0 (2021-05-27)

### Features

* **plugin:** adds jsx-short-circuit-conditionals ([af22c10](https://github.com/bigcommerce/eslint-config/commit/af22c10b7a13dcd6346cb4d4135d3105e97e7c18))
* **plugin:** adds jsx-short-circuit-conditionals ([af22c10](https://github.com/bigcommerce/eslint-config/commit/af22c10b7a13dcd6346cb4d4135d3105e97e7c18))
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/eslint-plugin",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"main": "index.js",
"author": "BigCommerce",
"license": "MIT",
Expand Down

0 comments on commit dea469a

Please sign in to comment.