Skip to content

Commit

Permalink
Version Packages (#39)
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 9f8160a commit 65f26f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-moles-repeat.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.2

### Patch Changes

- [#38](https://github.com/Effect-TS/examples/pull/38) [`9f8160a`](https://github.com/Effect-TS/examples/commit/9f8160ac3a6b4714634d1a167881c47edc1ea2b9) Thanks @IMax153! - bump version

## 0.0.1

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

0 comments on commit 65f26f3

Please sign in to comment.