Skip to content

Commit fb341e4

Browse files
chore: release 2.0.0 (#3371)
1 parent f773d0d commit fb341e4

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"docsearch": "https://esm.sh/@docsearch/js@3.5.2?target=es2020",
5151
"esbuild": "npm:esbuild@0.25.7",
5252
"esbuild-wasm": "npm:esbuild-wasm@0.25.7",
53-
"fresh": "jsr:@fresh/core@^2.0.0-beta.5",
53+
"fresh": "jsr:@fresh/core@^2.0.0",
5454
"mime-db": "npm:mime-db@^1.54.0",
5555
"preact": "npm:preact@^10.27.0",
5656
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",

deno.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-beta.5",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

packages/init/deno.json

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

packages/init/src/init.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as path from "@std/path";
44
import * as semver from "@std/semver";
55

66
// Keep these as is, as we replace these version in our release script
7-
const FRESH_VERSION = "2.0.0-beta.4";
8-
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.9";
9-
const FRESH_VITE_PLUGIN = "0.9.7";
7+
const FRESH_VERSION = "2.0.0";
8+
const FRESH_TAILWIND_VERSION = "1.0.0";
9+
const FRESH_VITE_PLUGIN = "1.0.0";
1010
const PREACT_VERSION = "10.27.1";
1111
const PREACT_SIGNALS_VERSION = "2.3.1";
1212
const TAILWINDCSS_VERSION = "4.1.10";

packages/plugin-tailwindcss-v3/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/plugin-tailwind-v3",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"exports": "./src/mod.ts",
66
"imports": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/plugin-tailwind",
3-
"version": "0.0.1-alpha.9",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"exports": "./src/mod.ts"
66
}

packages/plugin-vite/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/plugin-vite",
3-
"version": "0.10.2",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts"
@@ -31,7 +31,7 @@
3131
"@types/babel__core": "npm:@types/babel__core@^7.20.5",
3232
"@types/node": "npm:@types/node@^24.1.0",
3333
"feed": "npm:feed@^5.1.0",
34-
"fresh": "jsr:@fresh/core@^2.0.0-alpha.60",
34+
"fresh": "jsr:@fresh/core@^2.0.0",
3535
"ioredis": "npm:ioredis@^5.7.0",
3636
"mime-db": "npm:mime-db@^1.54.0",
3737
"pg": "npm:pg@^8.16.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.0.0-beta.4",
3+
"version": "2.0.0",
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
@@ -6,7 +6,7 @@ import { ProgressBar } from "@std/cli/unstable-progress-bar";
66

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

9-
export const FRESH_VERSION = "2.0.0-beta.4";
9+
export const FRESH_VERSION = "2.0.0";
1010
export const PREACT_VERSION = "10.27.1";
1111
export const PREACT_SIGNALS_VERSION = "2.3.1";
1212

0 commit comments

Comments
 (0)