Skip to content

Commit a3658be

Browse files
committed
chore(release): v1.5.0-alpha.0
1 parent 34b5394 commit a3658be

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

lerna.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"npmClient": "yarn",
3-
"packages": ["packages/*"],
3+
"packages": [
4+
"packages/*"
5+
],
46
"changelog": {
5-
"ignoreCommitters": ["allcontributors", "dependabot"],
7+
"ignoreCommitters": [
8+
"allcontributors",
9+
"dependabot"
10+
],
611
"labels": {
712
"enhancement": ":rocket: New Feature",
813
"bug": ":bug: Bug Fix"
@@ -11,15 +16,26 @@
1116
},
1217
"command": {
1318
"version": {
14-
"allowBranch": ["master", "next"]
19+
"allowBranch": [
20+
"master",
21+
"next"
22+
]
1523
},
1624
"publish": {
17-
"allowBranch": ["master", "next"],
25+
"allowBranch": [
26+
"master",
27+
"next"
28+
],
1829
"conventionalCommits": true,
1930
"message": "chore(release): %s"
2031
}
2132
},
22-
"ignoreChanges": ["*.md", "*.txt", "__test__/**", "**/__tests__/**"],
33+
"ignoreChanges": [
34+
"*.md",
35+
"*.txt",
36+
"__test__/**",
37+
"**/__tests__/**"
38+
],
2339
"useWorkspaces": true,
24-
"version": "1.4.1"
40+
"version": "1.5.0-alpha.0"
2541
}

packages/eslint-config-ns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-ns",
3-
"version": "1.4.1",
3+
"version": "1.5.0-alpha.0",
44
"description": "eslint config ready to be used in multiple projects",
55
"author": "Stefan Natter",
66
"license": "MIT",

packages/example-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-app",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "1.5.0-alpha.0",
55
"description": "Example code for eslint-config-ns",
66
"main": "src/index.js",
77
"scripts": {
@@ -28,7 +28,7 @@
2828
"enzyme-to-json": "^3.6.1",
2929
"eslint": "^7.21.0",
3030
"eslint-config-airbnb": "^18.2.1",
31-
"eslint-config-ns": "^1.4.1",
31+
"eslint-config-ns": "^1.5.0-alpha.0",
3232
"eslint-config-prettier": "^8.1.0",
3333
"eslint-plugin-import": "^2.22.1",
3434
"eslint-plugin-jest": "^24.1.5",

0 commit comments

Comments
 (0)