Skip to content

Commit

Permalink
Merge pull request #48 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 25, 2024
2 parents ce0f754 + c497ce0 commit b4c77b8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/shy-moose-scream.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.11

### Patch Changes

- Updated dependencies [9f56ef9]
- @zayne-labs/toolkit@0.7.0

## 0.0.10

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

## 0.7.0

### Minor Changes

- 9f56ef9: feat(core): add handleImagePreview function
feat(core): add FileValidationOptions and related types
feat(core): export handleFileValidation and handleImagePreview
feat(toolkit): add tailwind config
chore(deps): update dependencies

## 0.6.8

### 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.8",
"version": "0.7.0",
"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 b4c77b8

Please sign in to comment.