Skip to content

Commit

Permalink
changelog update, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Oct 30, 2020
1 parent ebf1f4e commit 8ab2cc7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/artifak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# artifak

## 1.1.5

### Patch Changes

- Fix key type error in createTypographyComponents
- Updated dependencies [undefined]
- @artifak/typography@1.1.5

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/artifak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artifak",
"version": "1.1.4",
"version": "1.1.5",
"description": "A set of React UI primitives to help you build your component UI system",
"author": "Julian Low",
"homepage": "https://github.com/heyjul3s/artifak#readme",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@artifak/flex": "^1.1.4",
"@artifak/grid": "^1.1.4",
"@artifak/imagery": "^1.0.6",
"@artifak/typography": "^1.1.4"
"@artifak/typography": "^1.1.5"
},
"devDependencies": {
"@artifak/bundler": "^1.1.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/typography

## 1.1.5

### Patch Changes

- Fix key type error in createTypographyComponents

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/typography",
"version": "1.1.4",
"version": "1.1.5",
"description": "Typography utilities to assist in scaffolding your React project's Typography components",
"keywords": [
"react",
Expand Down

0 comments on commit 8ab2cc7

Please sign in to comment.