Skip to content

Commit 32fea56

Browse files
committed
Release 3.0.0-beta2
1 parent 00ed2b9 commit 32fea56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "3.0.0-beta1",
3+
"version": "3.0.0-beta2",
44
"description": "Minimalistic framework for server-rendered React applications",
55
"main": "./dist/server/next.js",
66
"license": "MIT",

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3205,14 +3205,14 @@ js-tokens@^3.0.0:
32053205
version "3.0.1"
32063206
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
32073207

3208-
js-yaml@3.6.1, js-yaml@^3.4.3:
3208+
js-yaml@3.6.1:
32093209
version "3.6.1"
32103210
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
32113211
dependencies:
32123212
argparse "^1.0.7"
32133213
esprima "^2.6.0"
32143214

3215-
js-yaml@^3.5.1, js-yaml@^3.7.0:
3215+
js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.7.0:
32163216
version "3.8.4"
32173217
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
32183218
dependencies:

0 commit comments

Comments
 (0)