Skip to content

Commit

Permalink
Merge pull request #44 from zayne-labs/changeset-release/main
Browse files Browse the repository at this point in the history
[ci]: update package version
  • Loading branch information
Ryan-Zayne authored Nov 12, 2024
2 parents 3869f65 + 279788a commit e183c83
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/thin-lobsters-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-cooks-shop.md

This file was deleted.

8 changes: 8 additions & 0 deletions dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# dev

## 0.0.7

### Patch Changes

- Updated dependencies [247e617]
- Updated dependencies [907d3a4]
- @zayne-labs/toolkit@0.6.5

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
12 changes: 12 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zayne-labs/toolkit

## 0.6.5

### Patch Changes

- 247e617: feat(toolkit): add popstate event trigger to location hooks

- Add `triggerPopstate` function to `useLocation` and `useSearchParams` hooks
- Update `createLocationStore` to expose `triggerPopstateEvent` function
- This allows triggering a popstate event manually

- 907d3a4: add option for default value

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/toolkit",
"type": "module",
"version": "0.6.4",
"version": "0.6.5",
"packageManager": "pnpm@9.12.0",
"description": "A collection of utility functions, types and composables used by my other projects. Nothing too fancy but can be useful.",
"author": "Ryan Zayne",
Expand Down

0 comments on commit e183c83

Please sign in to comment.