Skip to content

Commit

Permalink
Version Packages (#41)
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 12, 2024
1 parent 2250f2c commit afdd87f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-kiwis-crash.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.3

### Patch Changes

- [#40](https://github.com/Effect-TS/examples/pull/40) [`2250f2c`](https://github.com/Effect-TS/examples/commit/2250f2cd44691ec94c2da8bcb2adb37711bc1a1d) Thanks @IMax153! - improve logging during project initialization

## 0.0.2

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

0 comments on commit afdd87f

Please sign in to comment.