Skip to content

Commit

Permalink
Merge pull request #12 from zhangfisher/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zhangfisher authored Jan 7, 2025
2 parents f0689e9 + ee21d39 commit 9cae2b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-crabs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-news-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-lemons-joke.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>1.0.58 (2023-02-27)</small>

## 1.4.17

### Patch Changes

- a782b59: add GetTypeByPath and ObjectKeyPaths
- b4bb2e4: add isNumberLike and Primitive
- e4ffa45: feat: add FixedRecord type

## 1.4.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-tools",
"version": "1.4.16",
"version": "1.4.17",
"description": "typescript modular utilities.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -9,7 +9,7 @@
"repository": "https://github.com/zhangfisher/flex-tools",
"scripts": {
"build": "tsup",
"publish:all": "pnpm build && changeset version && changeset publish",
"publish:all": "pnpm build && changeset version && changeset publish",
"changeset": "changeset",
"sync": "cnpm sync flex-tools",
"docs:dev": "vitepress dev new-docs",
Expand Down

0 comments on commit 9cae2b3

Please sign in to comment.