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-ci committed Sep 12, 2024
1 parent 7067eb1 commit 53a105f
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 27 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

22 changes: 13 additions & 9 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# v10.0.0 (Thu Sep 12 2024)
# Change Log

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

- feat: add vite import massager plugin [#114](https://github.com/tablecheck/frontend/pull/114) ([@SimeonC](https://github.com/SimeonC))
# [10.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-12)

#### Authors: 1

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

* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523))


### BREAKING CHANGES

* eslint-plugin has ‘forbidden imports’ replaced with vite plugin


---

# Change Log

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)

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.1",
"version": "10.0.0",
"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.1",
"@tablecheck/eslint-plugin": "^8.0.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint-config-airbnb": "^19.0.4",
Expand Down
22 changes: 13 additions & 9 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# v8.0.0 (Thu Sep 12 2024)
# Change Log

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

- feat: add vite import massager plugin [#114](https://github.com/tablecheck/frontend/pull/114) ([@SimeonC](https://github.com/SimeonC))
# [8.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-12)

#### Authors: 1

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

* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523))


### BREAKING CHANGES

* eslint-plugin has ‘forbidden imports’ replaced with vite plugin


---

# 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.1](https://github.com/tablecheck/frontend/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-09-02)

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.1",
"version": "8.0.0",
"exports": {
".": {
"default": "./dist/index.js"
Expand Down
21 changes: 21 additions & 0 deletions packages/vite-import-massager-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

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

# 2.0.0 (2024-09-12)


### Features

* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523))


### BREAKING CHANGES

* eslint-plugin has ‘forbidden imports’ replaced with vite plugin





# v2.0.0 (Thu Sep 12 2024)

#### 💥 Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-import-massager-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": "1.0.0",
"version": "2.0.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 53a105f

Please sign in to comment.