Skip to content

Commit d5dfd4e

Browse files
ci: Version Packages (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c67d9b commit d5dfd4e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/afraid-states-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/config
22

3+
## 0.18.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0c67d9b`](https://github.com/TanStack/config/commit/0c67d9b3384954e5fb8e39041f41919436791994)]:
8+
- @tanstack/eslint-config@0.2.0
9+
310
## 0.18.1
411

512
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/config",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "All-in-one config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/eslint-config
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- @stylistic/eslint-plugin-js to @stylistic/eslint-plugin as eslint-plugin-js is now deprecated ([#248](https://github.com/TanStack/config/pull/248))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/eslint-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared ESLint config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)