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

Commit

Permalink
Version Packages (#8)
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 9360a8d commit 9622e94
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-kiwis-boil.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.4

### Patch Changes

- [`9360a8d`](https://github.com/sor4chi/twrangler/commit/9360a8d0f07e0293a4526042427ee413160caaf7) Thanks [@sor4chi](https://github.com/sor4chi)! - Fix esbuild dependencies of previous release

## 0.0.3

### 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.4

### Patch Changes

- Updated dependencies [[`9360a8d`](https://github.com/sor4chi/twrangler/commit/9360a8d0f07e0293a4526042427ee413160caaf7)]:
- [email protected]

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"scripts": {
"build": "twrangler build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twrangler",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"fix": "biome check --apply .",
"check": "biome check .",
Expand Down

0 comments on commit 9622e94

Please sign in to comment.