Skip to content

Commit

Permalink
chore: release v0.0.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpacks committed Aug 16, 2024
1 parent a0c8062 commit 0ef36d1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.0.1 (2024-08-16)


### Features

* add core package config and docs ([a62a185](https://github.com/rtpacks/toolkit/commit/a62a185c648dde8b1fec1484059722b0ccc73f3d))
* add react subpackage ([d70297e](https://github.com/rtpacks/toolkit/commit/d70297ea53cd3f20abbf40f398d617b25da49e77))
* add use-route-listener hook, which provides event center for route change ([1518f7e](https://github.com/rtpacks/toolkit/commit/1518f7e0e74692f3f62135ad7519f3d7d33d405b))
* add vue subpackage ([3c1625e](https://github.com/rtpacks/toolkit/commit/3c1625e21437b6b530148cc5254f5e402353eba3))
* **build:** add package meta information ([d6fa4ab](https://github.com/rtpacks/toolkit/commit/d6fa4ab37ab3d50472b5272038fc8f95edab06df))
* **build:** update tsconfig and vite alias ([8c173c5](https://github.com/rtpacks/toolkit/commit/8c173c5622f91d80b71b6cd3c925bbfbb3961820))
* **build:** update workflows config ([#10](https://github.com/rtpacks/toolkit/issues/10)) ([e4d3131](https://github.com/rtpacks/toolkit/commit/e4d3131cae2611076049fd0cb539d7869bfa32cb))
* **core:** add monitor function ([becc19f](https://github.com/rtpacks/toolkit/commit/becc19f7ced7c75dec6987c990c13abdf7ea2c08))
* **vue:** add use-ext-router hook for vue, which provides helpful functions for enhanced routing ([712b5ba](https://github.com/rtpacks/toolkit/commit/712b5ba4919e206fa08a8a035a0229fc04505edf))
* **vue:** Add use-replace-state hook, which serves as an alternative to window.replaceState. This hook addresses the issue that window.replaceState cannot memorize route states. ([939c943](https://github.com/rtpacks/toolkit/commit/939c9432c4df19bd92b6cb16ba23c8d3c3e888e5))
* **vue:** add use-select hook, which provides selection function of the list ([3b5bb09](https://github.com/rtpacks/toolkit/commit/3b5bb09ca6c9e395e33ce81d2c22ea516f804bf8))
* **vue:** add use-switchable hook, which provides the boolean variable ([38c08e9](https://github.com/rtpacks/toolkit/commit/38c08e9c967e6cfb572d16f3fdacb5cd421bfbd9))
* **vue:** add use-tree hook, which provides simple tree implementation ([631d97c](https://github.com/rtpacks/toolkit/commit/631d97c4567e09ffe45f4068789d2714e55b8e73))
* **vue:** add vue package peerDependencies ([645e34a](https://github.com/rtpacks/toolkit/commit/645e34ae8351d6bed5bf5da36d48ae16e1f0716e))
* **vue:** export hooks ([51a1fce](https://github.com/rtpacks/toolkit/commit/51a1fce655bfdb33907a924417ffc16f3d7664a9))
* **vue:** perfect scope package ([8c2613b](https://github.com/rtpacks/toolkit/commit/8c2613b8c336e2aeb6277fde635048ad872f8bcb))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rtpackx/monorepo",
"type": "module",
"version": "0.0.1",
"version": "0.0.2-beta.1",
"private": true,
"description": "实用工具",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rtpackx/core",
"type": "module",
"version": "0.0.1",
"version": "0.0.2-beta.1",
"author": "MF <https://github.com/rtpacks>",
"license": "MIT",
"homepage": "https://github.com/rtpacks/toolkit#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rtpackx/react",
"type": "module",
"version": "0.0.1",
"version": "0.0.2-beta.1",
"author": "MF <https://github.com/rtpacks>",
"license": "MIT",
"homepage": "https://github.com/rtpacks/toolkit#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rtpackx/vue",
"type": "module",
"version": "0.0.1",
"version": "0.0.2-beta.1",
"author": "MF <https://github.com/rtpacks>",
"license": "MIT",
"homepage": "https://github.com/rtpacks/toolkit#readme",
Expand Down

0 comments on commit 0ef36d1

Please sign in to comment.