Skip to content

Commit

Permalink
chore(release): publish 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphability authored and Alphability committed Mar 25, 2021
1 parent d428bf3 commit 17c150f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.5 (2021-03-25)

**Note:** Version bump only for package endgame
6 changes: 4 additions & 2 deletions lerna.json
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/*"
]
}
8 changes: 8 additions & 0 deletions packages/calvin/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.5 (2021-03-25)

**Note:** Version bump only for package @endgame/calvin
3 changes: 1 addition & 2 deletions packages/calvin/package.json
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)",
Expand All @@ -21,7 +21,6 @@
"devDependencies": {
"snyk": "^1.508.0"
},
"dependencies": {},
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eva/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.5 (2021-03-25)

**Note:** Version bump only for package @endgame/eva
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.5-alpha.0",
"version": "1.0.5",
"description": "Ease Viewport Access",
"repository": "Alphability/endgame",
"author": "Alphability <[email protected]> (https://albanmezino.com)",
Expand All @@ -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": {
Expand Down

0 comments on commit 17c150f

Please sign in to comment.