Skip to content

Commit 383d79e

Browse files
ci: Version Packages (#250)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a85390 commit 383d79e

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/giant-wombats-sneeze.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.18.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0a85390`](https://github.com/TanStack/config/commit/0a85390d32d0dd649bd5d81499fd9020b371f3ac)]:
8+
- @tanstack/publish-config@0.1.1
9+
310
## 0.18.0
411

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

packages/publish-config/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- fix(publish): use 'previous' npm tag for old releases ([#249](https://github.com/TanStack/config/pull/249))
8+
39
## 0.1.0
410

511
### Minor Changes

packages/publish-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/publish-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Publish script used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)