Skip to content

Commit 25e6357

Browse files
authored
chore: release 2.2.2 (#3717)
1 parent 3b61ede commit 25e6357

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/fresh/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/core",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

packages/init/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as semver from "@std/semver";
55
import initConfig from "../deno.json" with { type: "json" };
66

77
// Keep these as is, as we replace these version in our release script
8-
const FRESH_VERSION = "2.2.1";
8+
const FRESH_VERSION = "2.2.2";
99
const FRESH_TAILWIND_VERSION = "1.0.0";
1010
const FRESH_VITE_PLUGIN = "1.0.0";
1111
const PREACT_VERSION = "10.28.3";

packages/update/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/update",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"license": "MIT",
55
"exports": "./src/mod.ts",
66
"exclude": ["**/tmp/*"],

packages/update/src/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { walk } from "@std/fs/walk";
77

88
export const SyntaxKind = tsmorph.ts.SyntaxKind;
99

10-
export const FRESH_VERSION = "2.2.1";
10+
export const FRESH_VERSION = "2.2.2";
1111
export const PREACT_VERSION = "10.28.3";
1212
export const PREACT_SIGNALS_VERSION = "2.7.1";
1313

0 commit comments

Comments
 (0)