Skip to content

Commit 5af2b94

Browse files
committed
Publish
- @my-scope/alpha@1.2.1 - @my-scope/usage@1.0.3
1 parent f7ca959 commit 5af2b94

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

packages/alpha/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/reintroducing/lerna-tutorial/compare/@my-scope/alpha@1.2.0...@my-scope/alpha@1.2.1) (2020-02-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **stuff:** the world is a cruel place ([f7ca959](https://github.com/reintroducing/lerna-tutorial/commit/f7ca959e4b5b373d1344c7b08b2430b28d5eee9d))
12+
13+
14+
15+
16+
617
# [1.2.0](https://github.com/reintroducing/lerna-tutorial/compare/@my-scope/alpha@1.1.0...@my-scope/alpha@1.2.0) (2020-02-11)
718

819

packages/alpha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@my-scope/alpha",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"publishConfig": {
55
"registry": "http://localhost:4873"
66
}

packages/usage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/reintroducing/lerna-tutorial/compare/@my-scope/usage@1.0.2...@my-scope/usage@1.0.3) (2020-02-11)
7+
8+
**Note:** Version bump only for package @my-scope/usage
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/reintroducing/lerna-tutorial/compare/@my-scope/usage@1.0.1...@my-scope/usage@1.0.2) (2020-02-11)
715

816
**Note:** Version bump only for package @my-scope/usage

packages/usage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@my-scope/usage",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"dependencies": {
5-
"@my-scope/alpha": "^1.2.0",
5+
"@my-scope/alpha": "^1.2.1",
66
"@my-scope/beta": "^1.1.1"
77
},
88
"publishConfig": {

0 commit comments

Comments
 (0)