Skip to content

Commit 84da50a

Browse files
committedOct 13, 2021
v2.0.0
1 parent aa0a369 commit 84da50a

File tree

125 files changed

+495
-536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+495
-536
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nightly:release": "lerna publish -y --canary --preid nightly --dist-tag=nightly --exact --force-publish=* --no-git-tag-version --no-push",
3333
"tag:prerelease": "lerna version --exact --force-publish=* --no-git-tag-version --no-push && node scripts/update-config-dependencies.js",
3434
"tag:release": "lerna version --force-publish=* --no-git-tag-version --no-push && node scripts/update-config-dependencies.js",
35-
"release": "lerna publish -y from-package --dist-tag=next --no-git-tag-version --no-push",
35+
"release": "lerna publish -y from-package --pre-dist-tag=next --no-git-tag-version --no-push",
3636
"prepare": "husky install"
3737
},
3838
"devDependencies": {

‎packages/bundlers/default/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parcel/bundler-default",
3-
"version": "2.0.0-rc.0",
3+
"version": "2.0.0",
Has conversations. Original line has conversations.
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"
@@ -17,13 +17,13 @@
1717
"source": "src/DefaultBundler.js",
1818
"engines": {
1919
"node": ">= 12.0.0",
20-
"parcel": "^2.0.0-beta.1"
20+
"parcel": "^2.0.0"
2121
},
2222
"dependencies": {
23-
"@parcel/diagnostic": "2.0.0-rc.0",
24-
"@parcel/hash": "2.0.0-rc.0",
25-
"@parcel/plugin": "2.0.0-rc.0",
26-
"@parcel/utils": "2.0.0-rc.0",
23+
"@parcel/diagnostic": "^2.0.0",
24+
"@parcel/hash": "^2.0.0",
25+
"@parcel/plugin": "^2.0.0",
26+
"@parcel/utils": "^2.0.0",
2727
"nullthrows": "^1.1.1"
2828
}
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.