-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: split codebase into packages and set up monorepository (#1177)
* refactor: try mono repo * chore: merge * chore: more packages * chore: start creating presets * chore: finish buttons * chore: add some more packages * chore: fixup * chore: date input stuff * chore: more inputs * chore: more and more * chore: more components * chore: more and more fixup * chore: add another field * chore: more fields * chore: more * chore: move it * chore: move it * chore: finish move * chore: fixup * chore: fixup * chore: fixup * chore: fixup * chore: add lerna * chore: fix test * chore: fix * chore: ci fix * chore: fixup * chore: fixup * chore: change bundelsize config * chore: fix * chore: fixup * chore: bundlesize fix * chore: add missing deps * chore: fixup * chore: revert bundlesize * chore: try something * chore: remove unnecessary code * chore: try this * chore: remove unused dep * chore: fixup * chore: make vrt a package * chore: move deps around * chore: improve vrt webpack setup * chore: fix * chore: fix tests * chore: package.json changes * chore: package json change * chore: rest * chore: release * chore: fixup * chore: fix main package * chore: fix * chore: changes * chore: add licence files for to each package * refactor: release process, publish to canary * chore: reorganize some folders, fix deps and build * chore: fix imports and tests * refactor(circleci): simplify workflows * fix: netlify build command * chore: test publish to canary from current branch * chore: add alpha release command * chore: use same version * refactor: missing package.json info, keep internal code as non package, fix deps * refactor: remove beta range version from react-intl peer dep * refactor: use script to inject version on each package * refactor: bump bundlesize limit for uikit * refactor: add inputs preset * refactor: drop input utils package * refactor: add fields preset * fix: exec file permissions * fix: missing exports * fix: do not use version in preset packages * chore: bump bundlesize * chore: update github labels * feat: setup lerna changelog * refactor: keep materials and i18n folders in ui-kit preset for backwards compatibility * fix: missing files for npm publish * chore: revert alpha version
- Loading branch information
Showing
624 changed files
with
10,439 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
PERCY_TOKEN= # for running percy locally | ||
PERCY_BRANCH=local | ||
GITHUB_AUTH= # for lerna changelog | ||
AUTH_TOKEN= # for github labels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.