Skip to content

Commit

Permalink
Version Packages (#57)
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 Oct 31, 2024
1 parent 543b51c commit 2a1bc94
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-berries-know.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.6

### Patch Changes

- [#56](https://github.com/Effect-TS/examples/pull/56) [`543b51c`](https://github.com/Effect-TS/examples/commit/543b51c262337925eaa0cb66785ca8614b09f59a) Thanks @IMax153! - update to latest effect

## 0.0.5

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

0 comments on commit 2a1bc94

Please sign in to comment.