-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @tablecheck/[email protected] - @tablecheck/[email protected]
- Loading branch information
TableCheck Inc.
committed
Nov 27, 2023
1 parent
d888d0c
commit 753e18d
Showing
5 changed files
with
19 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
# v8.2.3 (Mon Nov 27 2023) | ||
# 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. | ||
|
||
- Bump independent versions \[skip ci\] (runner@fv-az568-978.kq21xgauaq5efpa1vyplvqtvth.dx.internal.cloudapp.net) | ||
- Update CHANGELOG.md \[skip ci\] (runner@fv-az568-978.kq21xgauaq5efpa1vyplvqtvth.dx.internal.cloudapp.net) | ||
- fix: eslint configs/presets and setup [#96](https://github.com/tablecheck/frontend/pull/96) ([@SimeonC](https://github.com/SimeonC)) | ||
## [8.2.3](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-27) | ||
|
||
#### Authors: 2 | ||
**Note:** Version bump only for package @tablecheck/eslint-config | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
- TableCheck Inc. (runner@fv-az568-978.kq21xgauaq5efpa1vyplvqtvth.dx.internal.cloudapp.net) | ||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [8.2.2](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-20) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"type": "git", | ||
"url": "[email protected]:tablecheck/frontend.git" | ||
}, | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
|
@@ -57,7 +57,7 @@ | |
"dependencies": { | ||
"@emotion/eslint-plugin": "^11.11.0", | ||
"@nx/eslint-plugin": "^16.5.0", | ||
"@tablecheck/eslint-plugin": "^6.1.0", | ||
"@tablecheck/eslint-plugin": "^6.1.1", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# v6.1.1 (Mon Nov 27 2023) | ||
# Change Log | ||
|
||
#### ⚠️ Pushed to `main` | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
- fix: shortest path case where relative should be preferred ([@SimeonC](https://github.com/SimeonC)) | ||
## [6.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-27) | ||
|
||
#### Authors: 1 | ||
|
||
- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) | ||
### Bug Fixes | ||
|
||
* shortest path case where relative should be preferred ([7b1ed40](https://github.com/tablecheck/frontend/commit/7b1ed40ba6065f0d3226a849b1963d11f55ca9a7)), closes [/github.com/tablecheck/settings-frontend/pull/497#discussion_r1404081069](https://github.com//github.com/tablecheck/settings-frontend/pull/497/issues/discussion_r1404081069) | ||
|
||
|
||
--- | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [6.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-02) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"type": "git", | ||
"url": "[email protected]:tablecheck/frontend.git" | ||
}, | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"exports": { | ||
".": { | ||
"default": "./dist/index.js" | ||
|