Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Version Packages (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 10, 2024
1 parent 9351c6e commit 333626c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-rules-march.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# twrangler

## 0.0.2

### Patch Changes

- [#3](https://github.com/sor4chi/twrangler/pull/3) [`9351c6e`](https://github.com/sor4chi/twrangler/commit/9351c6ef7200d75793c2ba9a6b7f87649e9debc3) Thanks [@sor4chi](https://github.com/sor4chi)! - Fix dependencies to allow npm-import of `twrangler` package.

## 0.0.1

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twrangler/example-vanilla

## 0.0.2

### Patch Changes

- Updated dependencies [[`9351c6e`](https://github.com/sor4chi/twrangler/commit/9351c6ef7200d75793c2ba9a6b7f87649e9debc3)]:
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twrangler/example-vanilla",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "twrangler build"
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twrangler",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"fix": "biome check --apply .",
"check": "biome check .",
Expand All @@ -16,7 +16,9 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "./dist/bin",
"files": ["dist"],
"files": [
"dist"
],
"packageManager": "[email protected]",
"dependencies": {
"zod": "^3.22.4"
Expand Down

0 comments on commit 333626c

Please sign in to comment.