-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fluent UI Build
committed
May 20, 2024
1 parent
14bfdbe
commit a2d6bff
Showing
17 changed files
with
136 additions
and
28 deletions.
There are no files selected for viewing
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
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 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 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 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "monosize-storage-upstash", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"license": "MIT", | ||
"types": "./src/index.d.mts", | ||
"dependencies": { | ||
"@upstash/redis": "^1.18.0", | ||
"monosize": "^0.6.1", | ||
"monosize": "^0.6.2", | ||
"tslib": "^2.4.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,6 +1,27 @@ | ||
{ | ||
"name": "monosize", | ||
"entries": [ | ||
{ | ||
"date": "Mon, 20 May 2024 09:09:44 GMT", | ||
"tag": "monosize_v0.6.2", | ||
"version": "0.6.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "monosize", | ||
"commit": "14bfdbedaf05c02031df79f0523c36a91d3c9b20", | ||
"comment": "feat: inline findGitRoot func and remove workspace-tools from deps in order to ship less JS" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "monosize", | ||
"commit": "14bfdbedaf05c02031df79f0523c36a91d3c9b20", | ||
"comment": "fix: enable strict CLI mode in order to provide proper feedback when invalid commands/flags are used" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 17 May 2024 08:39:46 GMT", | ||
"tag": "monosize_v0.6.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,9 +1,18 @@ | ||
# Change Log - monosize | ||
|
||
This log was last generated on Fri, 17 May 2024 08:39:46 GMT and should not be manually modified. | ||
This log was last generated on Mon, 20 May 2024 09:09:44 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.6.2 | ||
|
||
Mon, 20 May 2024 09:09:44 GMT | ||
|
||
### Patches | ||
|
||
- feat: inline findGitRoot func and remove workspace-tools from deps in order to ship less JS ([email protected]) | ||
- fix: enable strict CLI mode in order to provide proper feedback when invalid commands/flags are used ([email protected]) | ||
|
||
## 0.6.1 | ||
|
||
Fri, 17 May 2024 08:39:46 GMT | ||
|
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