-
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
Alphability
authored and
Alphability
committed
Mar 25, 2021
1 parent
d428bf3
commit 17c150f
Showing
6 changed files
with
31 additions
and
6 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,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.5 (2021-03-25) | ||
|
||
**Note:** Version bump only for package endgame |
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,8 @@ | ||
{ | ||
"version": "1.0.5-alpha.0", | ||
"version": "1.0.5", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"packages": ["packages/*"] | ||
"packages": [ | ||
"packages/*" | ||
] | ||
} |
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.5 (2021-03-25) | ||
|
||
**Note:** Version bump only for package @endgame/calvin |
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.5-alpha.0", | ||
"version": "1.0.5", | ||
"description": "Changing Any Lifeless Value Into Notifications", | ||
"repository": "Alphability/endgame", | ||
"author": "Alphability <[email protected]> (https://albanmezino.com)", | ||
|
@@ -21,7 +21,6 @@ | |
"devDependencies": { | ||
"snyk": "^1.508.0" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
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.5 (2021-03-25) | ||
|
||
**Note:** Version bump only for package @endgame/eva |
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.5-alpha.0", | ||
"version": "1.0.5", | ||
"description": "Ease Viewport Access", | ||
"repository": "Alphability/endgame", | ||
"author": "Alphability <[email protected]> (https://albanmezino.com)", | ||
|
@@ -22,7 +22,7 @@ | |
"snyk": "^1.508.0" | ||
}, | ||
"dependencies": { | ||
"@endgame/calvin": "^1.0.5-alpha.0", | ||
"@endgame/calvin": "^1.0.5", | ||
"lodash": "^4.17.21" | ||
}, | ||
"publishConfig": { | ||
|