Skip to content

Commit 9ee9e8f

Browse files
committed
Publish 6.0.0
1 parent 984cd8f commit 9ee9e8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "6.0.0-RC.0",
4+
"version": "6.0.0",
55
"command": {
66
"publish": {
77
"tagVersionPrefix": ""

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-RC.0",
3+
"version": "6.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": "6.0.0-RC.0",
3+
"version": "6.0.0",
44
"description": "required coding standard for (S)CSS.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)