Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
reside-camacho committed Dec 28, 2023
1 parent 39a269c commit 2ca1360
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 12 deletions.
6 changes: 6 additions & 0 deletions packages/eslint-config-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

### Bug Fixes

- **base:** use paths for more accurate restricted imports ([#599](https://github.com/reside-eng/lint-config/issues/599)) ([39a269c](https://github.com/reside-eng/lint-config/commit/39a269cd34ca0f36b903d9f14242be8278a515ef))

## [2.0.1](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-base",
"version": "2.0.1",
"version": "2.0.2",
"main": "eslint-config-base.js",
"files": [
"eslint-config-base.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.6](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

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

## [2.3.5](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

**Note:** Version bump only for package @side/eslint-config-next
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-next",
"version": "2.3.5",
"version": "2.3.6",
"main": "index.js",
"license": "UNLICENSED",
"repository": {
Expand All @@ -19,7 +19,7 @@
"@next/eslint-plugin-next": "13.2.4",
"@side/eslint-config-cypress": "1.0.0",
"@side/eslint-config-jest": "1.0.0",
"@side/eslint-config-react": "1.0.2",
"@side/eslint-config-react": "1.0.3",
"@side/eslint-config-typescript": "1.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

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

## [1.0.2](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

**Note:** Version bump only for package @side/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@side/eslint-config-react",
"version": "1.0.2",
"version": "1.0.3",
"main": "eslint-config-react.js",
"files": [
"eslint-config-react.js",
Expand All @@ -20,7 +20,7 @@
"test": "node eslint-config-react.js && node hooks.js"
},
"dependencies": {
"@side/eslint-config-base": "2.0.1",
"@side/eslint-config-base": "2.0.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/jest-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.13](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

**Note:** Version bump only for package @side/jest-config-next

## [1.1.12](https://github.com/reside-eng/lint-config/compare/@side/[email protected]...@side/[email protected]) (2023-12-28)

**Note:** Version bump only for package @side/jest-config-next
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@side/jest-config-next",
"description": "Jest config for Next.js apps",
"version": "1.1.12",
"version": "1.1.13",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
Expand All @@ -27,7 +27,7 @@
"lint": "eslint src/**/*"
},
"devDependencies": {
"@side/eslint-config-base": "2.0.1",
"@side/eslint-config-base": "2.0.2",
"@side/eslint-config-typescript": "1.3.1",
"@tsconfig/node-lts-strictest-esm": "18.12.1",
"@types/node": "18.19.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ __metadata:
languageName: unknown
linkType: soft

"@side/eslint-config-base@npm:2.0.1, @side/eslint-config-base@workspace:packages/eslint-config-base":
"@side/eslint-config-base@npm:2.0.2, @side/eslint-config-base@workspace:packages/eslint-config-base":
version: 0.0.0-use.local
resolution: "@side/eslint-config-base@workspace:packages/eslint-config-base"
dependencies:
Expand Down Expand Up @@ -2010,19 +2010,19 @@ __metadata:
"@next/eslint-plugin-next": "npm:13.2.4"
"@side/eslint-config-cypress": "npm:1.0.0"
"@side/eslint-config-jest": "npm:1.0.0"
"@side/eslint-config-react": "npm:1.0.2"
"@side/eslint-config-react": "npm:1.0.3"
"@side/eslint-config-typescript": "npm:1.3.1"
peerDependencies:
eslint: ">=7.14.0"
next: ">=12.0.0"
languageName: unknown
linkType: soft

"@side/eslint-config-react@npm:1.0.2, @side/eslint-config-react@workspace:packages/eslint-config-react":
"@side/eslint-config-react@npm:1.0.3, @side/eslint-config-react@workspace:packages/eslint-config-react":
version: 0.0.0-use.local
resolution: "@side/eslint-config-react@workspace:packages/eslint-config-react"
dependencies:
"@side/eslint-config-base": "npm:2.0.1"
"@side/eslint-config-base": "npm:2.0.2"
eslint-config-airbnb: "npm:^19.0.4"
eslint-plugin-import: "npm:^2.25.3"
eslint-plugin-jsx-a11y: "npm:^6.5.1"
Expand Down Expand Up @@ -2052,7 +2052,7 @@ __metadata:
resolution: "@side/jest-config-next@workspace:packages/jest-config-next"
dependencies:
"@jest/types": "npm:29.5.0"
"@side/eslint-config-base": "npm:2.0.1"
"@side/eslint-config-base": "npm:2.0.2"
"@side/eslint-config-typescript": "npm:1.3.1"
"@tsconfig/node-lts-strictest-esm": "npm:18.12.1"
"@types/node": "npm:18.19.3"
Expand Down

0 comments on commit 2ca1360

Please sign in to comment.