-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding rename-packages script (#67)
* feat: adding rename-packages script * fix: removing unnecessary double hyphens * feat: create dedicated script utils * refactor: improved organisation and reuseability of scripts * fix: fixing comments in scripts * feat: adding exclude option * feat: adding includeroot option to scripts * refactor: changing include-root flag * feat: adding set:license script * docs(docs): updating documentation for set scripts * docs(docs): updating documentation for set scripts * refactor: updating scripts after linting * chore: updating versions and added changesets * Update set-author.ts * docs: adding jsdoc comments to custom scripts * chore: updating comment * feat: adding callback script and dependency updates in set:namespace * feat: adding rename functionality * feat: updating to promises * feat: adding bun types * refactor: removing type-fest in favour of pkg-types * feat: running bun scripts after namespace update * feat: merging scripts to one * chore: update docs & activate ci pipeline from me --------- Co-authored-by: Ahmed Elsakaan <[email protected]>
- Loading branch information
Showing
9 changed files
with
599 additions
and
128 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@orbitkit/docs': patch | ||
--- | ||
|
||
docs: updated installation documentation | ||
|
||
- introduced new commands setting project metadata |
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,19 @@ | ||
--- | ||
'@orbitkit/marketing': patch | ||
'@orbitkit/web': patch | ||
'@orbitkit/api': patch | ||
'@orbitkit/assets': patch | ||
'@orbitkit/auth': patch | ||
'@orbitkit/eslint': patch | ||
'@orbitkit/storybook': patch | ||
'@orbitkit/tailwind': patch | ||
'@orbitkit/tsconfig': patch | ||
'@orbitkit/vite': patch | ||
'@orbitkit/core': patch | ||
'@orbitkit/db': patch | ||
'@orbitkit/env': patch | ||
'@orbitkit/ui': patch | ||
'@orbitkit/utils': patch | ||
--- | ||
|
||
feat: added new scripts for setting project metadata |
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
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.
Oops, something went wrong.