-
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.
chore(release): publish 1.0.6-alpha.14
- Loading branch information
Alphability
authored and
Alphability
committed
Aug 21, 2021
1 parent
4be28e9
commit 237ed88
Showing
8 changed files
with
42 additions
and
8 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
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,6 +1,6 @@ | ||
{ | ||
"name": "@endgame/alice", | ||
"version": "1.0.6-alpha.13", | ||
"version": "1.0.6-alpha.14", | ||
"description": "Another Library Implementing Captivating Effects", | ||
"repository": "MBDW-Studio/endgame", | ||
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)", | ||
|
@@ -20,8 +20,8 @@ | |
"@types/raf": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.6-alpha.13", | ||
"@endgame/eva": "^1.0.6-alpha.13", | ||
"@endgame/calvin": "^1.0.6-alpha.14", | ||
"@endgame/eva": "^1.0.6-alpha.14", | ||
"fastdom": "^1.0.10", | ||
"lodash": "^4.17.21", | ||
"raf": "^3.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
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,6 @@ | ||
{ | ||
"name": "@endgame/calvin", | ||
"version": "1.0.6-alpha.13", | ||
"version": "1.0.6-alpha.14", | ||
"description": "Changing Any Lifeless Value Into Notifications", | ||
"repository": "MBDW-Studio/endgame", | ||
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@endgame/eva", | ||
"version": "1.0.6-alpha.13", | ||
"version": "1.0.6-alpha.14", | ||
"description": "Ease Viewport Access", | ||
"repository": "MBDW-Studio/endgame", | ||
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)", | ||
|
@@ -17,7 +17,7 @@ | |
"test:watch": "jest __tests__ --watchAll --runInBand" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.6-alpha.13", | ||
"@endgame/calvin": "^1.0.6-alpha.14", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
|