Skip to content

Commit bf79927

Browse files
ci: Version Packages (#231)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ccccd9c commit bf79927

File tree

8 files changed

+29
-15
lines changed

8 files changed

+29
-15
lines changed

.changeset/clean-ways-speak.md

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

.changeset/open-masks-create.md

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

packages/config/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- Add `beforeWriteDeclarationFile` callback ([#215](https://github.com/TanStack/config/pull/215))
8+
9+
- Pin typedoc dependency versions ([#232](https://github.com/TanStack/config/pull/232))
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`cd06146`](https://github.com/TanStack/config/commit/cd06146b7a64cf733cba9a66116c3df50503fbfc), [`ccccd9c`](https://github.com/TanStack/config/commit/ccccd9c67ba8e02c189072e20e579fb655399170)]:
14+
- @tanstack/vite-config@0.2.0
15+
- @tanstack/typedoc-config@0.2.0
16+
317
## 0.17.1
418

519
### 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.17.1",
3+
"version": "0.18.0",
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.2.0
4+
5+
### Minor Changes
6+
7+
- Pin typedoc dependency versions ([#232](https://github.com/TanStack/config/pull/232))
8+
39
## 0.1.0
410

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

packages/vite-config/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Add `beforeWriteDeclarationFile` callback ([#215](https://github.com/TanStack/config/pull/215))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/vite-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/vite-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared Vite build config used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)