Skip to content

Commit

Permalink
chore(release): 🤖 publish
Browse files Browse the repository at this point in the history
 - eslint-config-vtex-react@9.1.0
 - eslint-config-vtex@15.1.0
 - eslint-plugin-vtex@2.3.0
  • Loading branch information
gtkatakura committed Apr 29, 2024
1 parent c6b28d1 commit e97bc40
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-vtex-react/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vtex-react",
"version": "9.0.8-alpha.0",
"version": "9.1.0",
"description": "VTEX's eslint config for React",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"directory": "packages/eslint-config-vtex-react"
},
"dependencies": {
"eslint-config-vtex": "^15.0.7-alpha.0",
"eslint-config-vtex": "^15.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vtex/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-vtex",
"version": "15.0.7-alpha.0",
"version": "15.1.0",
"description": "VTEX's eslint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vtex": "^2.2.6-alpha.0"
"eslint-plugin-vtex": "^2.3.0"
},
"peerDependencies": {
"eslint": "^8",
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint-plugin-vtex/CHANGELOG.md
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]

## [2.3.0] - 2024-04-29
### Added
- `vtex/consistent-props-type` rule

Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Missing files in packages.

[Unreleased]: https://github.com/vtex/typescript/compare/v2.2.1...HEAD
[Unreleased]: https://github.com/vtex/typescript/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/vtex/typescript/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/vtex/typescript/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/vtex/typescript/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/vtex/typescript/compare/v2.0.6...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-vtex/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vtex",
"version": "2.2.6-alpha.0",
"version": "2.3.0",
"description": "VTEX's ESLint plugin",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit e97bc40

Please sign in to comment.