Skip to content

Commit d4be3d6

Browse files
committed
Publish 2.0.0
1 parent 2d52808 commit d4be3d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.0-rc.3",
5+
"version": "2.0.0",
66
"command": {
77
"publish": {
88
"tagVersionPrefix": ""

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wearerequired/eslint-config",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "required coding standard for JavaScript.",
55
"repository": {
66
"type": "git",

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wearerequired/stylelint-config",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "required coding standard for (S)CSS.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)