Skip to content

Commit 704bb14

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

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/eleven-clowns-create.md

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

packages/config/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- don't remove package scripts before publish ([#258](https://github.com/TanStack/config/pull/258))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e566552`](https://github.com/TanStack/config/commit/e566552684afad0c014a3f81e2bc87f42db9f8a7)]:
12+
- @tanstack/publish-config@0.2.0
13+
314
## 0.18.2
415

516
### 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.18.2",
3+
"version": "0.19.0",
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.2.0
4+
5+
### Minor Changes
6+
7+
- don't remove package scripts before publish ([#258](https://github.com/TanStack/config/pull/258))
8+
39
## 0.1.1
410

511
### Patch 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.1",
3+
"version": "0.2.0",
44
"description": "Publish script used by TanStack projects.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)