Skip to content

Commit

Permalink
Update: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
summer.gan committed Oct 10, 2019
1 parent 1ef41c4 commit 74b08fb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 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.53] - 2019-10-10 [YANKED]

## [1.0.0-alpha.52] - 2019-09-24 [YANKED]

## [1.0.0-alpha.51] - 2019-08-28 [YANKED]
Expand Down Expand Up @@ -68,7 +70,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.52...HEAD
[unreleased]: https://github.com/unadlib/tees/compare/v1.0.0-alpha.53...HEAD
[1.0.0-alpha.53]: https://github.com/summergan/tees/compare/v1.0.0-alpha.52...v1.0.0-alpha.53
[1.0.0-alpha.52]: https://github.com/summergan/tees/compare/v1.0.0-alpha.51...v1.0.0-alpha.52
[1.0.0-alpha.51]: https://github.com/summergan/tees/compare/v1.0.0-alpha.50...v1.0.0-alpha.51
[1.0.0-alpha.50]: https://github.com/unadlib/tees/compare/v1.0.0-alpha.44...v1.0.0-alpha.50
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.0-alpha.52",
"version": "1.0.0-alpha.53",
"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.52",
"version": "1.0.0-alpha.53",
"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.52",
"version": "1.0.0-alpha.53",
"description": "Tees Environment",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
"license": "MIT",
"dependencies": {
"jest-environment-node": "^24.8.0",
"tees-drivers": "^1.0.0-alpha.52"
"tees-drivers": "^1.0.0-alpha.53"
}
}
4 changes: 2 additions & 2 deletions packages/tees-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tees-integration",
"version": "1.0.0-alpha.52",
"version": "1.0.0-alpha.53",
"private": true,
"description": "Tees examples for integration testing",
"dependencies": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"sass-loader": "7.2.0",
"semver": "6.3.0",
"style-loader": "1.0.0",
"tees": "^1.0.0-alpha.52",
"tees": "^1.0.0-alpha.53",
"terser-webpack-plugin": "1.4.1",
"ts-pnp": "1.1.4",
"url-loader": "2.1.0",
Expand Down
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.52",
"version": "1.0.0-alpha.53",
"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.52",
"version": "1.0.0-alpha.53",
"description": "Universal test framework for front-end",
"repository": {
"type": "git",
Expand All @@ -26,6 +26,6 @@
"inquirer": "^6.3.1",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
"tees-environment": "^1.0.0-alpha.52"
"tees-environment": "^1.0.0-alpha.53"
}
}

0 comments on commit 74b08fb

Please sign in to comment.