Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monorepo with Lerna #1501

Merged
merged 25 commits into from
Nov 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0e4d9b0
initial lerna transition
Nov 1, 2019
390cd9b
v2.0.0-alpha.2
Nov 1, 2019
a6eff3f
fix: update arrays correctly when changing index (#1485)
SuriGill Nov 9, 2019
29c704e
fix: Update anyOf schema to correctly update items in an array (#1491)
SuriGill Nov 9, 2019
70c3a03
fix: update schema to re-render when idschema changes (#1493)
SuriGill Nov 9, 2019
b8276c1
Inject defaults in arrays (2) (#1499)
epicfaace Nov 9, 2019
2322b77
Bump version to 2.0.0-alpha.1
epicfaace Nov 9, 2019
1202e22
fix vulnerabilities
epicfaace Nov 9, 2019
e421444
Fix IE11 not able to submit (#1432)
Nov 9, 2019
e7eb4bb
moved playground to /
Nov 9, 2019
02b4d58
removed redundant .gitignore files
Nov 9, 2019
b769385
fixed import path in playground
jasonritchie Nov 9, 2019
0791e42
fix: explicitly add react-app-polyfill to package.json
epicfaace Nov 9, 2019
d001bad
Merge branch 'lerna' of https://github.com/JasonRitchie/react-jsonsch…
epicfaace Nov 10, 2019
e1f2fb8
rename packages and change version to 2.0.0-alpha.1
epicfaace Nov 10, 2019
f3c8238
upgrade lint-staged to work with monorepos
epicfaace Nov 10, 2019
7201109
run cs-format
epicfaace Nov 10, 2019
ab5a8d8
Revert "moved playground to /"
epicfaace Nov 10, 2019
37067ff
move playground file
epicfaace Nov 10, 2019
b924166
update playground urls back again
epicfaace Nov 10, 2019
915ee41
update package-lock
epicfaace Nov 10, 2019
3dbf5c0
fix vulnerabilities
epicfaace Nov 10, 2019
b9f926b
fix package lock merge conflict
epicfaace Nov 10, 2019
24c3afa
update package lock
epicfaace Nov 10, 2019
50f3903
cs-format
epicfaace Nov 10, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packages": ["packages/*"],
"version": "2.0.0-alpha.1"
}
Loading