Skip to content

Commit

Permalink
Version Packages (#48)
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 16, 2024
1 parent d9c5da2 commit 0e2044a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-cycles-rule.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.4

### Patch Changes

- [#47](https://github.com/Effect-TS/examples/pull/47) [`ce33c87`](https://github.com/Effect-TS/examples/commit/ce33c87c4534eeb6825d479bc113c917f8af6a3f) Thanks @IMax153! - Fix errors with package.json scripts in templates and examples

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3"
export const moduleVersion = "0.0.4"

0 comments on commit 0e2044a

Please sign in to comment.