Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clean-ways-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/open-masks-create.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tanstack/config

## 0.18.0

### Minor Changes

- Add `beforeWriteDeclarationFile` callback ([#215](https://github.com/TanStack/config/pull/215))

- Pin typedoc dependency versions ([#232](https://github.com/TanStack/config/pull/232))

### Patch Changes

- Updated dependencies [[`cd06146`](https://github.com/TanStack/config/commit/cd06146b7a64cf733cba9a66116c3df50503fbfc), [`ccccd9c`](https://github.com/TanStack/config/commit/ccccd9c67ba8e02c189072e20e579fb655399170)]:
- @tanstack/vite-config@0.2.0
- @tanstack/typedoc-config@0.2.0

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/config",
"version": "0.17.1",
"version": "0.18.0",
"description": "All-in-one config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/typedoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/typedoc-config

## 0.2.0

### Minor Changes

- Pin typedoc dependency versions ([#232](https://github.com/TanStack/config/pull/232))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/typedoc-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared Typedoc config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/vite-config

## 0.2.0

### Minor Changes

- Add `beforeWriteDeclarationFile` callback ([#215](https://github.com/TanStack/config/pull/215))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vite-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Shared Vite build config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down