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]
 - @tablecheck/[email protected]
  • Loading branch information
TableCheck Inc. committed Nov 2, 2023
1 parent e98b559 commit 08349ad
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 42 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

20 changes: 6 additions & 14 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
# v8.2.0 (Thu Nov 02 2023)
# Change Log

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

- feat: add more eslint config presets [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
# [8.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-02)

#### 🐛 Bug Fix

- Bump independent versions \[skip ci\] (runner@fv-az572-562.xfljd2mj00zetb5gvhv1u2zrtd.dx.internal.cloudapp.net)
- Update CHANGELOG.md \[skip ci\] (runner@fv-az572-562.xfljd2mj00zetb5gvhv1u2zrtd.dx.internal.cloudapp.net)
- fix: disable more rules in tests [#94](https://github.com/tablecheck/frontend/pull/94) ([@SimeonC](https://github.com/SimeonC))
### Features

#### Authors: 2
* add more eslint config presets ([c29dba9](https://github.com/tablecheck/frontend/commit/c29dba9916c407ee372f93f171b335ce44f7308f))

- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC))
- TableCheck Inc. (runner@fv-az572-562.xfljd2mj00zetb5gvhv1u2zrtd.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.1.2](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-10-31)

Expand Down
2 changes: 1 addition & 1 deletion 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": "8.1.2",
"version": "8.2.0",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
18 changes: 8 additions & 10 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# v6.1.0 (Thu Nov 02 2023)
# Change Log

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

- docs: add docs for eslint-plugin [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
- fix: shortest import should prefer alias with `~` at the start [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
# [6.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-02)

#### Authors: 1

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

* shortest import should prefer alias with `~` at the start ([5169fb1](https://github.com/tablecheck/frontend/commit/5169fb149f70ae0be9ec299180c528b34bb3f913))


---

# Change Log

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

## [6.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-10-26)

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": "6.0.1",
"version": "6.1.0",
"exports": {
".": {
"default": "./dist/index.js"
Expand Down
25 changes: 14 additions & 11 deletions packages/nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# v6.1.0 (Thu Nov 02 2023)
# Change Log

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

- fix: drop the migration script that never worked anyway [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
- feat: add more eslint config presets [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
- feat: add a wrapper around @nx/js generator [#93](https://github.com/tablecheck/frontend/pull/93) ([@SimeonC](https://github.com/SimeonC))
# [6.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-11-02)

#### Authors: 1

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

* drop the migration script that never worked anyway ([865a151](https://github.com/tablecheck/frontend/commit/865a151082120593a68e1f498ec65aa506ee48ec))


### Features

* add a wrapper around @nx/js generator ([979ce0e](https://github.com/tablecheck/frontend/commit/979ce0edf4db1de667027ff579159286ed15a2ac))
* add more eslint config presets ([c29dba9](https://github.com/tablecheck/frontend/commit/c29dba9916c407ee372f93f171b335ce44f7308f))


---

# Change Log

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

## [6.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2023-10-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tablecheck/nx",
"version": "6.0.1",
"version": "6.1.0",
"type": "commonjs",
"exports": {
".": {
Expand Down

0 comments on commit 08349ad

Please sign in to comment.