Skip to content

Commit c0300ba

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

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

.changeset/better-adults-cut.md

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

.changeset/easy-icons-drive.md

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

packages/config/CHANGELOG.md

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

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- feat: update to typedoc v0.28 ([#306](https://github.com/TanStack/config/pull/306))
8+
9+
- BREAKING: typedoc output is no longer lower-cased due to API changes ([#306](https://github.com/TanStack/config/pull/306))
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`d480b77`](https://github.com/TanStack/config/commit/d480b773ffcc8b9c0b323c3a2073c21a9097af47), [`d480b77`](https://github.com/TanStack/config/commit/d480b773ffcc8b9c0b323c3a2073c21a9097af47)]:
14+
- @tanstack/typedoc-config@0.3.0
15+
316
## 0.21.0
417

518
### Minor 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.21.0",
3+
"version": "0.22.0",
44
"description": "All-in-one config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/typedoc-config/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- feat: update to typedoc v0.28 ([#306](https://github.com/TanStack/config/pull/306))
8+
9+
- BREAKING: typedoc output is no longer lower-cased due to API changes ([#306](https://github.com/TanStack/config/pull/306))
10+
311
## 0.2.1
412

513
### 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.2.1",
3+
"version": "0.3.0",
44
"description": "Shared Typedoc config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)