Skip to content

Commit

Permalink
version bump, changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 17, 2021
1 parent cdeb730 commit 4e8f8c6
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 13 deletions.
7 changes: 7 additions & 0 deletions packages/artifak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# artifak

## 2.1.0

### Minor Changes

- New hexToRGB, hexToRGBA, pxToEm and pxToRem utilities
- Typings update for Media, Flex and Generator

## 2.0.2

### 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": "2.0.2",
"version": "2.1.0",
"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 @@ -54,6 +54,6 @@
"@artifak/usewindowsize": "^1.0.2"
},
"devDependencies": {
"@artifak/bundler": "^1.1.3"
"@artifak/bundler": "^1.1.4"
}
}
6 changes: 6 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/bundler

## 1.1.4

### Patch Changes

- Dependency updates

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/bundler",
"version": "1.1.3",
"version": "1.1.4",
"description": "Artifak package bundler",
"author": "Julian Low",
"homepage": "https://github.com/heyjul3s/artifak#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/hextorgb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @artifak/hextorgb

## 1.0.1

### Patch Changes

- New hexToRGB utilities
4 changes: 2 additions & 2 deletions packages/hextorgb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/hextorgb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility function to convert style hex colour codes to RGB string.",
"keywords": [
"color",
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"devDependencies": {
"@artifak/bundler": "^1.1.3"
"@artifak/bundler": "^1.1.4"
}
}
9 changes: 9 additions & 0 deletions packages/hextorgba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @artifak/hextorgba

## 1.0.1

### Patch Changes

- New hexToRGBA utilities
- Updated dependencies [undefined]
- @artifak/hextorgb@1.0.1
6 changes: 3 additions & 3 deletions packages/hextorgba/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/hextorgba",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility function to convert style hex colour codes to RGBA string.",
"keywords": [
"color",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"devDependencies": {
"@artifak/bundler": "^1.1.3"
"@artifak/bundler": "^1.1.4"
},
"dependencies": {
"@artifak/hextorgb": "^1.0.0"
"@artifak/hextorgb": "^1.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/pxtoem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @artifak/pxtoem

## 1.0.1

### Patch Changes

- New pxToEm utilities
4 changes: 2 additions & 2 deletions packages/pxtoem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/pxtoem",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility function to convert PX values to EM.",
"keywords": [
"px",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"devDependencies": {
"@artifak/bundler": "^1.1.3"
"@artifak/bundler": "^1.1.4"
},
"dependencies": {
"@annexe/isstring": "^0.1.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/pxtorem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @artifak/pxtorem

## 1.0.1

### Patch Changes

- New pxToRem utilities
- Updated dependencies [undefined]
- @artifak/pxtoem@1.0.1
6 changes: 3 additions & 3 deletions packages/pxtorem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/pxtorem",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility function to convert PX values to REM.",
"keywords": [
"px",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"dependencies": {
"@artifak/pxtoem": "^1.0.0"
"@artifak/pxtoem": "^1.0.1"
},
"devDependencies": {
"@artifak/bundler": "^1.1.3"
"@artifak/bundler": "^1.1.4"
}
}

0 comments on commit 4e8f8c6

Please sign in to comment.