Skip to content

Commit

Permalink
chore(release): 🤖 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb committed Oct 28, 2022
1 parent 68a2ae7 commit 7360337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/eslint-config-vtex-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [9.0.3] - 2022-10-28
### Removed
- Deprecated eslint plugin and preset for VTEX Admin UI

Expand Down Expand Up @@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for typescript by extending `eslint-config-vtex` v10.
- Add more rules for a11y in components.

[Unreleased]: https://github.com/vtex/typescript/compare/v9.0.0...HEAD
[Unreleased]: https://github.com/vtex/typescript/compare/v9.0.3...HEAD
[9.0.3]: https://github.com/vtex/typescript/compare/v9.0.0...v9.0.3
[9.0.0]: https://github.com/vtex/typescript/compare/v8.0.0...v9.0.0
[8.0.0]: https://github.com/vtex/typescript/compare/v6.9.4...v8.0.0
[6.9.4]: https://github.com/vtex/typescript/compare/v6.9.1...v6.9.4
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vtex-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vtex-react",
"version": "9.0.2",
"version": "9.0.3",
"description": "VTEX's eslint config for React",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7360337

Please sign in to comment.