Skip to content

Commit c1474d9

Browse files
authored
Merge pull request #23 from XRPLF/lerna-troubleshooting
lerna troubleshooting
2 parents b66f645 + 17ef222 commit c1474d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## 1.10.0
7+
## 1.10.1
88
- @xrplf/eslint-config allows typescript > 5.0.0 as a peer dependency
99
- @xrplf/eslint-config allows eslint-plugin-jsdoc > 40.0.0 as a peer dependency
1010

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"packages/*"
44
],
55
"useWorkspaces": true,
6-
"version": "1.10.1"
6+
"version": "1.10.1",
7+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
78
}

0 commit comments

Comments
 (0)