Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @unbranded/[email protected]
 - @unbranded/[email protected]
  • Loading branch information
MatejBransky committed Mar 18, 2021
1 parent aa29180 commit 3167d51
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/package-a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-03-18)


### Features

* :sparkles: init example packages ([aa29180](https://github.com/MatejBransky/monorepo/commit/aa29180fdcc8f3dc4a381974c12d703545c65fae))
2 changes: 1 addition & 1 deletion packages/package-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unbranded/package-a",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/package-b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-03-18)


### Features

* :sparkles: init example packages ([aa29180](https://github.com/MatejBransky/monorepo/commit/aa29180fdcc8f3dc4a381974c12d703545c65fae))
4 changes: 2 additions & 2 deletions packages/package-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unbranded/package-b",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -21,6 +21,6 @@
"test": "echo \"Test me!\""
},
"dependencies": {
"@unbranded/package-a": "1.0.0"
"@unbranded/package-a": "^1.1.0"
}
}

0 comments on commit 3167d51

Please sign in to comment.