Skip to content

Commit

Permalink
chore(release): publish 1.0.7-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphability authored and Alphability committed Sep 10, 2021
1 parent f32e037 commit d0a1735
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.7-alpha.5 (2021-09-10)

**Note:** Version bump only for package endgame





## 1.0.7-alpha.4 (2021-09-09)

**Note:** Version bump only for package endgame
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7-alpha.4",
"version": "1.0.7-alpha.5",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 8 additions & 0 deletions packages/alice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.7-alpha.5 (2021-09-10)

**Note:** Version bump only for package @endgame/alice





## 1.0.7-alpha.4 (2021-09-09)

**Note:** Version bump only for package @endgame/alice
Expand Down
6 changes: 3 additions & 3 deletions packages/alice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endgame/alice",
"version": "1.0.7-alpha.4",
"version": "1.0.7-alpha.5",
"description": "Another Library Implementing Captivating Effects",
"repository": "MBDW-Studio/endgame",
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)",
Expand All @@ -21,8 +21,8 @@
"@types/raf": "^3.4.0"
},
"dependencies": {
"@endgame/calvin": "^1.0.7-alpha.4",
"@endgame/eva": "^1.0.7-alpha.4",
"@endgame/calvin": "^1.0.7-alpha.5",
"@endgame/eva": "^1.0.7-alpha.5",
"fastdom": "^1.0.10",
"lodash": "^4.17.21",
"raf": "^3.4.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/calvin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.7-alpha.5 (2021-09-10)

**Note:** Version bump only for package @endgame/calvin





## 1.0.7-alpha.4 (2021-09-09)

**Note:** Version bump only for package @endgame/calvin
Expand Down
2 changes: 1 addition & 1 deletion packages/calvin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endgame/calvin",
"version": "1.0.7-alpha.4",
"version": "1.0.7-alpha.5",
"description": "Changing Any Lifeless Value Into Notifications",
"repository": "MBDW-Studio/endgame",
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)",
Expand Down
8 changes: 8 additions & 0 deletions packages/eva/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.7-alpha.5 (2021-09-10)

**Note:** Version bump only for package @endgame/eva





## 1.0.7-alpha.4 (2021-09-09)

**Note:** Version bump only for package @endgame/eva
Expand Down
4 changes: 2 additions & 2 deletions packages/eva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endgame/eva",
"version": "1.0.7-alpha.4",
"version": "1.0.7-alpha.5",
"description": "Ease Viewport Access",
"repository": "MBDW-Studio/endgame",
"author": "Mental Breakdown <[email protected]> (https://mentalbreakdown.studio)",
Expand All @@ -20,7 +20,7 @@
"@types/lodash": "^4.14.172"
},
"dependencies": {
"@endgame/calvin": "^1.0.7-alpha.4",
"@endgame/calvin": "^1.0.7-alpha.5",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down

0 comments on commit d0a1735

Please sign in to comment.