-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrate to monorepo with yarn berry (#103)
* env: migrate yarn berry and monorepo * env: setup ci * env: remove local * env: setup examples * chore: arrange code * env: examples to private * env: setup husky * env: change husky pre-push hooks * env: migrate to docusaurus * env: add website packages: * env: fix failed website build * env: setup release ci * env: add @semantic-release/commit-analyzer * env: add generate-note plugin * env: add @semantic-release/npm * env: remove e2e workflow * env: remove lerna * fix(packages/calendar): Fix artifact options * chore(release): 1.0.0-alpha.1 [skip ci] # @h6s/calendar-v1.0.0-alpha.1 (2021-12-29) ### Bug Fixes * **packages/calendar:** Fix artifact options ([4ef457f](4ef457f)) * fix(packages/calendar): Arrange dependencies * env: use workspace protocol * feat(website): design * chore: add assets * env: add since flag to semantic release script Co-authored-by: semantic-release-bot <[email protected]>
- Loading branch information
1 parent
81ba568
commit 0a5fbe3
Showing
2,822 changed files
with
82,850 additions
and
40,465 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages": ["./"], | ||
"sandboxes": ["/examples/basic"], | ||
"sandboxes": ["/examples/calendar"], | ||
"node": "14" | ||
} |
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 |
---|---|---|
@@ -1 +1,5 @@ | ||
jest.config.js | ||
jest.config.js | ||
dist | ||
cjs | ||
.pnp.cjs | ||
.pnp.loader.mjs |
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 |
---|---|---|
|
@@ -12,4 +12,4 @@ assignees: 'JaeYeopHan' | |
|
||
## Expected | ||
|
||
## References | ||
## References |
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ assignees: '' | |
|
||
## Description | ||
|
||
## References | ||
## References |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
> related issue: # | ||
## References | ||
### References |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.