From b72e354a97336e92e6887441ccb1350cf4339f13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 17:38:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Publish=20packages=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 type Co-authored-by: github-actions[bot] --- .changeset/calm-bats-visit.md | 5 ----- packages/ts-utils/CHANGELOG.md | 7 +++++++ packages/ts-utils/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/calm-bats-visit.md create mode 100644 packages/ts-utils/CHANGELOG.md diff --git a/.changeset/calm-bats-visit.md b/.changeset/calm-bats-visit.md deleted file mode 100644 index d64b12c..0000000 --- a/.changeset/calm-bats-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudwalker/ts-utils': minor ---- - -✨ Add ObjectValues type diff --git a/packages/ts-utils/CHANGELOG.md b/packages/ts-utils/CHANGELOG.md new file mode 100644 index 0000000..01c20bd --- /dev/null +++ b/packages/ts-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @cloudwalker/ts-utils + +## 0.1.0 + +### Minor Changes + +- 49a36f9: ✨ Add ObjectValues type diff --git a/packages/ts-utils/package.json b/packages/ts-utils/package.json index af36557..5414df8 100644 --- a/packages/ts-utils/package.json +++ b/packages/ts-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cloudwalker/ts-utils", - "version": "0.0.0", + "version": "0.1.0", "type": "module", "scripts": { "build": "tsup src/main.ts",