Skip to content

Commit d6897eb

Browse files
Version Packages
1 parent fe74a22 commit d6897eb

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/blue-trees-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-garlics-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-effect-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-effect-app
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#73](https://github.com/Effect-TS/examples/pull/73) [`fe74a22`](https://github.com/Effect-TS/examples/commit/fe74a2225f32909c7ebc373d54083e6a7534302a) Thanks @wmaurer! - Fix TypeScript compilation errors in monorepo template
8+
9+
- [#68](https://github.com/Effect-TS/examples/pull/68) [`d88d803`](https://github.com/Effect-TS/examples/commit/d88d8030518b9283bba9940b3e7b77c92475a0e3) Thanks @akoenig! - Fixes a typo in the description of the `template` option of ⁠`create-effect-app`.
10+
311
## 0.0.6
412

513
### Patch Changes

packages/create-effect-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-effect-app",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"type": "module",
55
"license": "MIT",
66
"description": "Create Effect-powered applications with a single command",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** @internal */
2-
export const moduleVersion = "0.0.6"
2+
export const moduleVersion = "0.0.7"

0 commit comments

Comments
 (0)