Skip to content

Commit

Permalink
Merge pull request #42 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 8, 2024
2 parents 9242b24 + 9ac0776 commit 85d7c0e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-cheetahs-cry.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [9242b24]
- @zayne-labs/toolkit@0.6.3

## 0.0.4

### 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.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zayne-labs/toolkit

## 0.6.3

### Patch Changes

- 9242b24: refactor: remake handleFile util

## 0.6.2

### 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.2",
"version": "0.6.3",
"packageManager": "[email protected]",
"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 85d7c0e

Please sign in to comment.