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
5 changes: 0 additions & 5 deletions .changeset/beige-animals-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-apples-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-clowns-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-jars-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-carrots-carry.md

This file was deleted.

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

## 0.17.0

### Minor Changes

- [#223](https://github.com/TanStack/config/pull/223) [`01f0402`](https://github.com/TanStack/config/commit/01f0402555f006e0fbd2b9bc74dd2fb158d35c5a) Thanks [@lachlancollins](https://github.com/lachlancollins)! - Remove CLI option in favour of API

This is currently only used for @tanstack/publish-config, which we considering replacing with changesets.

### Patch Changes

- Updated dependencies [[`43aae6e`](https://github.com/TanStack/config/commit/43aae6efe2642634e1ce1867b80b15a8cc829ac6), [`5ca7b1f`](https://github.com/TanStack/config/commit/5ca7b1fa45206cb83f95aee4cd784cdc8c1f377b), [`43aae6e`](https://github.com/TanStack/config/commit/43aae6efe2642634e1ce1867b80b15a8cc829ac6), [`83d5dbc`](https://github.com/TanStack/config/commit/83d5dbc885c7533b0fc45b34873692be51c4eb25)]:
- @tanstack/publish-config@0.1.0
- @tanstack/typedoc-config@0.1.0
- @tanstack/vite-config@0.1.0
- @tanstack/eslint-config@0.1.0
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.16.3",
"version": "0.17.0",
"description": "All-in-one config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tanstack/eslint-config

## 0.1.0

### Minor Changes

- [#221](https://github.com/TanStack/config/pull/221) [`83d5dbc`](https://github.com/TanStack/config/commit/83d5dbc885c7533b0fc45b34873692be51c4eb25) Thanks [@lachlancollins](https://github.com/lachlancollins)! - Release @tanstack/eslint-config
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shared ESLint config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/publish-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tanstack/publish-config

## 0.1.0

### Minor Changes

- [#222](https://github.com/TanStack/config/pull/222) [`43aae6e`](https://github.com/TanStack/config/commit/43aae6efe2642634e1ce1867b80b15a8cc829ac6) Thanks [@lachlancollins](https://github.com/lachlancollins)! - Release @tanstack/publish-config
2 changes: 1 addition & 1 deletion packages/publish-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/publish-config",
"version": "0.0.0",
"version": "0.1.0",
"description": "Publish script used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/typedoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tanstack/typedoc-config

## 0.1.0

### Minor Changes

- [#220](https://github.com/TanStack/config/pull/220) [`5ca7b1f`](https://github.com/TanStack/config/commit/5ca7b1fa45206cb83f95aee4cd784cdc8c1f377b) Thanks [@lachlancollins](https://github.com/lachlancollins)! - Release @tanstack/typedoc-config
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.0.0",
"version": "0.1.0",
"description": "Shared Typedoc config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tanstack/vite-config

## 0.1.0

### Minor Changes

- [#222](https://github.com/TanStack/config/pull/222) [`43aae6e`](https://github.com/TanStack/config/commit/43aae6efe2642634e1ce1867b80b15a8cc829ac6) Thanks [@lachlancollins](https://github.com/lachlancollins)! - Release @tanstack/vite-config
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.0.0",
"version": "0.1.0",
"description": "Shared Vite build config used by TanStack projects.",
"author": "tannerlinsley",
"license": "MIT",
Expand Down