Skip to content

Commit

Permalink
Update: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 22, 2019
1 parent a1f676f commit fd3ff57
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## [Unreleased]

## [1.0.0-alpha.41] - 2019-05-22 [YANKED]

## [1.0.0-alpha.40] - 2019-05-22 [YANKED]

## [1.0.0-alpha.39] - 2019-05-20 [YANKED]
Expand Down Expand Up @@ -54,7 +56,8 @@
## [1.0.0-alpha.16] - 2019-02-28 [YANKED]

## 1.0.0-alpha.15 - 2019-02-28
[unreleased]: https://github.com/summergan/tees/compare/v1.0.0-alpha.40...HEAD
[unreleased]: https://github.com/unadlib/tees/compare/v1.0.0-alpha.41...HEAD
[1.0.0-alpha.41]: https://github.com/summergan/tees/compare/v1.0.0-alpha.40...v1.0.0-alpha.41
[1.0.0-alpha.40]: https://github.com/unadlib/tees/compare/v1.0.0-alpha.39...v1.0.0-alpha.40
[1.0.0-alpha.39]: https://github.com/summergan/tees/compare/v1.0.0-alpha.37...v1.0.0-alpha.39
[1.0.0-alpha.37]: https://github.com/summergan/tees/compare/v1.0.0-alpha.37...v1.0.0-alpha.37
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/tees-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-drivers",
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"description": "Tees Drivers",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/tees-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-environment",
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"description": "Tees Environment",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"jest-environment-node": "^23.4.0",
"tees-drivers": "^1.0.0-alpha.40"
"tees-drivers": "^1.0.0-alpha.41"
}
}
2 changes: 1 addition & 1 deletion packages/tees-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-reporter",
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"description": "Tees Reporter",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/tees/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees",
"version": "1.0.0-alpha.40",
"version": "1.0.0-alpha.41",
"description": "Universal test framework for front-end",
"repository": {
"type": "git",
Expand All @@ -26,6 +26,6 @@
"inquirer": "^6.3.1",
"jest": "^24.7.1",
"jest-circus": "^24.7.1",
"tees-environment": "^1.0.0-alpha.40"
"tees-environment": "^1.0.0-alpha.41"
}
}

0 comments on commit fd3ff57

Please sign in to comment.