Skip to content

Commit

Permalink
chore(release): publish 1.0.8-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphability authored and Alphability committed Dec 21, 2021
1 parent 434aab6 commit 7929cd3
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 10 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.8-alpha.0 (2021-12-21)

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





## 1.0.7 (2021-12-05)

**Note:** Version bump only for package endgame
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": "1.0.7",
"version": "1.0.8-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"verifyAccess": false,
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.8-alpha.0 (2021-12-21)

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





## 1.0.7 (2021-12-05)

**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",
"version": "1.0.8-alpha.0",
"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",
"@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"
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.8-alpha.0 (2021-12-21)

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





## 1.0.7 (2021-12-05)

**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",
"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)",
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.8-alpha.0 (2021-12-21)

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





## 1.0.7 (2021-12-05)

**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",
"version": "1.0.8-alpha.0",
"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",
"@endgame/calvin": "^1.0.8-alpha.0",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mia/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/mia/package.json
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)",
Expand All @@ -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"
Expand Down

0 comments on commit 7929cd3

Please sign in to comment.