-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5ca9c3
commit 2abd2ab
Showing
13 changed files
with
65 additions
and
18 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @monorepooo/admin | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- Updated dependencies [a5ca9c3] | ||
- @monorepooo/api@1.1.0 | ||
- @monorepooo/utils-two@1.0.1 |
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,7 @@ | ||
# @monorepooo/api | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- Add new sayHello to api and call from template |
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,4 +1,8 @@ | ||
import {utils} from "@monorepooo/utils"; | ||
import { utils } from "@monorepooo/utils"; | ||
export function api() { | ||
return `{api ${utils()}}` | ||
return `{api ${utils()}}`; | ||
} | ||
|
||
export function sayHello() { | ||
return "Hello from api package"; | ||
} |
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,14 @@ | ||
# @monorepooo/template | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- Add new sayHello to api and call from template | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- @monorepooo/api@1.1.0 | ||
- @monorepooo/admin@1.0.2 | ||
- @monorepooo/web@1.0.1 |
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,10 +1,12 @@ | ||
import { admin } from "@monorepooo/admin"; | ||
import { web } from "@monorepooo/web"; | ||
import { sayHello } from "@monorepooo/api"; | ||
export function template() { | ||
return `(template ${admin()},${web()})`; | ||
} | ||
|
||
console.log("\nTemplate v0.1.1"); | ||
console.log(sayHello()); | ||
console.log("======"); | ||
console.log(template()); | ||
console.log("======"); |
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,7 @@ | ||
# @monorepooo/utils-two | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- a5ca9c3: Change string to include proper package name |
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,8 @@ | ||
# @monorepooo/web | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- @monorepooo/api@1.1.0 |
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