Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
  • Loading branch information
tablecheck-ci committed Sep 2, 2024
1 parent 36e2708 commit 102dd97
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.

## [9.2.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-02)

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





# [9.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "9.2.0",
"version": "9.2.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@emotion/eslint-plugin": "^11.11.0",
"@nx/eslint-plugin": "19.3.0",
"@tablecheck/eslint-plugin": "^7.1.0",
"@tablecheck/eslint-plugin": "^7.1.1",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint-config-airbnb": "^19.0.4",
Expand Down
17 changes: 8 additions & 9 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# v7.1.1 (Mon Sep 02 2024)
# Change Log

#### 🐛 Bug Fix
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

- fix(eslint-plugin): shortest import sometimes falsely tried to use relative paths [#113](https://github.com/tablecheck/frontend/pull/113) ([@SimeonC](https://github.com/SimeonC))
## [7.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-02)

#### Authors: 1

- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC))
### Bug Fixes

* **eslint-plugin:** shortest import sometimes falsely tried to use relative paths ([d30de68](https://github.com/tablecheck/frontend/commit/d30de68a61bfb0d4534522ccd620faed530c33b3))


---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "[email protected]:tablecheck/frontend.git"
},
"version": "7.1.0",
"version": "7.1.1",
"exports": {
".": {
"default": "./dist/index.js"
Expand Down

0 comments on commit 102dd97

Please sign in to comment.