Skip to content

Commit 69e01bb

Browse files
committed
Merge branch 'master' of github.com:jakehamilton/packages
2 parents b54a145 + e5ff80e commit 69e01bb

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

packages/titan/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.25.9](https://github.com/jakehamilton/packages/compare/@jakehamilton/titan@1.25.8...@jakehamilton/titan@1.25.9) (2020-11-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **args:** don't allow unknown arguments ([0788ede](https://github.com/jakehamilton/packages/commit/0788ede690dce884dec012f0baece90625903eca))
12+
13+
14+
15+
16+
617
## [1.25.8](https://github.com/jakehamilton/packages/compare/@jakehamilton/titan@1.25.7...@jakehamilton/titan@1.25.8) (2020-10-23)
718

819
**Note:** Version bump only for package @jakehamilton/titan

packages/titan/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/titan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jakehamilton/titan",
3-
"version": "1.25.8",
3+
"version": "1.25.9",
44
"description": "A simple, opinionated monorepo management tool.",
55
"keywords": [
66
"monorepo",

packages/ui/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.9.1](https://github.com/jakehamilton/packages/compare/@jakehamilton/ui@1.9.0...@jakehamilton/ui@1.9.1) (2020-11-05)
7+
8+
**Note:** Version bump only for package @jakehamilton/ui
9+
10+
11+
12+
13+
614
# [1.9.0](https://github.com/jakehamilton/packages/compare/@jakehamilton/ui@1.8.0...@jakehamilton/ui@1.9.0) (2020-10-23)
715

816

packages/ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jakehamilton/ui",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "React UI components.",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)