Skip to content

Commit 083d00a

Browse files
committed
Publish 6.0.0-alpha.1
1 parent 36c46b4 commit 083d00a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
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-alpha.0",
4+
"version": "6.0.0-alpha.1",
55
"command": {
66
"publish": {
77
"tagVersionPrefix": ""

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wearerequired/eslint-config",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "required coding standard for JavaScript.",
55
"repository": {
66
"type": "git",

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wearerequired/stylelint-config",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "required coding standard for (S)CSS.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)