Skip to content

Commit

Permalink
🔖 Publish packages (#32)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 6, 2023
1 parent 49a36f9 commit b72e354
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-bats-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @cloudwalker/ts-utils

## 0.1.0

### Minor Changes

- 49a36f9: ✨ Add ObjectValues<T> type
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudwalker/ts-utils",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "tsup src/main.ts",
Expand Down

0 comments on commit b72e354

Please sign in to comment.