-
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.8-alpha.0
- Loading branch information
Alphability
authored and
Alphability
committed
Dec 21, 2021
1 parent
434aab6
commit 7929cd3
Showing
10 changed files
with
52 additions
and
10 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.7", | ||
"version": "1.0.8-alpha.0", | ||
"description": "Another Library Implementing Captivating Effects", | ||
"repository": "MBDW-Studio/endgame", | ||
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)", | ||
|
@@ -21,8 +21,8 @@ | |
"@types/raf": "^3.4.0" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.7", | ||
"@endgame/eva": "^1.0.7", | ||
"@endgame/calvin": "^1.0.8-alpha.0", | ||
"@endgame/eva": "^1.0.8-alpha.0", | ||
"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.7", | ||
"version": "1.0.8-alpha.0", | ||
"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.7", | ||
"version": "1.0.8-alpha.0", | ||
"description": "Ease Viewport Access", | ||
"repository": "MBDW-Studio/endgame", | ||
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)", | ||
|
@@ -20,7 +20,7 @@ | |
"@types/lodash": "^4.14.172" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.7", | ||
"@endgame/calvin": "^1.0.8-alpha.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
|
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 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 1.0.8-alpha.0 (2021-12-21) | ||
|
||
**Note:** Version bump only for package @endgame/mia |
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/mia", | ||
"version": "1.0.7", | ||
"version": "1.0.8-alpha.0", | ||
"description": "Make Internet Accessible", | ||
"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.7" | ||
"@endgame/calvin": "^1.0.8-alpha.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|