Skip to content

Commit

Permalink
chore: release 2.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 26, 2024
1 parent a79e797 commit 297dd70
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/core",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"exports": {
".": "./src/mod.ts",
"./runtime": "./src/runtime/shared.ts",
Expand Down
4 changes: 4 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion init/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/init",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"exports": {
".": "./src/mod.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as colors from "@std/fmt/colors";
import * as path from "@std/path";

// Keep these as is, as we replace these version in our release script
const FRESH_VERSION = "2.0.0-alpha.16";
const FRESH_VERSION = "2.0.0-alpha.17";
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7";
const PREACT_VERSION = "10.22.0";
const PREACT_SIGNALS_VERSION = "1.2.3";
Expand Down
2 changes: 1 addition & 1 deletion update/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/update",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"exports": {
".": "./src/mod.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion update/src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as tsmorph from "ts-morph";

export const SyntaxKind = tsmorph.ts.SyntaxKind;

export const FRESH_VERSION = "2.0.0-alpha.16";
export const FRESH_VERSION = "2.0.0-alpha.17";
export const PREACT_VERSION = "10.22.0";
export const PREACT_SIGNALS_VERSION = "1.2.3";

Expand Down

0 comments on commit 297dd70

Please sign in to comment.