Skip to content

Commit b72e354

Browse files
πŸ”– Publish packages (#32)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @cloudwalker/ts-utils@0.1.0 ### Minor Changes - 49a36f9: ✨ Add ObjectValues<T> type Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 49a36f9 commit b72e354

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

β€Ž.changeset/calm-bats-visit.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cloudwalker/ts-utils
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 49a36f9: ✨ Add ObjectValues<T> type

β€Žpackages/ts-utils/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudwalker/ts-utils",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"type": "module",
55
"scripts": {
66
"build": "tsup src/main.ts",

0 commit comments

Comments
Β (0)