Skip to content

Commit e074f95

Browse files
ci: Version Packages (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 504787d commit e074f95

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/rare-dots-draw.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.22.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`504787d`](https://github.com/TanStack/config/commit/504787d71d39ef794ca80aab9000962e0fe30e54)]:
8+
- @tanstack/typedoc-config@0.3.2
9+
310
## 0.22.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.22.1",
3+
"version": "0.22.2",
44
"description": "All-in-one config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/typedoc-config/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- fix: warning when not using the 'exclude' option ([#318](https://github.com/TanStack/config/pull/318))
8+
39
## 0.3.1
410

511
### Patch Changes

packages/typedoc-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/typedoc-config",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Shared Typedoc config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)