Skip to content

Commit

Permalink
Version Packages (#53)
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 Sep 25, 2024
1 parent 5f92083 commit d3b8052
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-pianos-change.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- [#52](https://github.com/Effect-TS/examples/pull/52) [`5f92083`](https://github.com/Effect-TS/examples/commit/5f92083aba3fb78b4a88cc763b782dbd2ef22701) Thanks @tatchi! - Removes potential leftover files

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-effect-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-effect-app",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"license": "MIT",
"description": "Create Effect-powered applications with a single command",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-effect-app/src/internal/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** @internal */
export const moduleVersion = "0.0.4"
export const moduleVersion = "0.0.5"

0 comments on commit d3b8052

Please sign in to comment.