Skip to content

Commit

Permalink
version bump, chhangelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 16, 2021
1 parent e8b57b3 commit 320c9e9
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 15 deletions.
20 changes: 20 additions & 0 deletions packages/artifak/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# artifak

## 2.1.0

### Minor Changes

- Added new hexToRGB, hexToRGBA, pxToEm and pxToRem utilities

### Patch Changes

- update Media typings: extractByRegex to return RegExpMatchArray or string array
- update typings for FlexCol
- update typings for Generator
- Updated dependencies [undefined]
- @artifak/component-generator@2.0.2
- @artifak/flex@1.1.8
- @artifak/hextorgb@1.0.0
- @artifak/hextorgba@1.0.0
- @artifak/media@1.0.3
- @artifak/pxtoem@1.0.0
- @artifak/pxtorem@1.0.0

## 2.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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 @@ -44,14 +44,14 @@
},
"dependencies": {
"@artifak/block": "^1.1.5",
"@artifak/component-generator": "^2.0.1",
"@artifak/flex": "^1.1.7",
"@artifak/fluidsizing": "^1.0.1",
"@artifak/component-generator": "^2.0.2",
"@artifak/flex": "^1.1.8",
"@artifak/fluidsizing": "^1.0.0",
"@artifak/grid": "^1.1.5",
"@artifak/hextorgb": "^1.0.0",
"@artifak/hextorgba": "^1.0.0",
"@artifak/imagery": "^1.0.7",
"@artifak/media": "^1.0.2",
"@artifak/media": "^1.0.3",
"@artifak/pxtoem": "^1.0.0",
"@artifak/pxtorem": "^1.0.0",
"@artifak/typography": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/component-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/component-generator

## 2.0.2

### Patch Changes

- Added return types for generateComponent and createStyled

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/component-generator",
"version": "2.0.1",
"version": "2.0.2",
"description": "Component generator utility for Artifak",
"author": "Julian Low",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/flex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @artifak/flex

## 1.1.8

### Patch Changes

- Added return type for parseNumberToTwoDecimals
- Updated dependencies [undefined]
- @artifak/component-generator@2.0.2

## 1.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/flex",
"version": "1.1.7",
"version": "1.1.8",
"description": "A styled-component Flex grid component for your layout needs.",
"keywords": [
"react",
Expand Down Expand Up @@ -59,6 +59,6 @@
"styled-components": ">=5.2.1"
},
"dependencies": {
"@artifak/component-generator": "^2.0.1"
"@artifak/component-generator": "^2.0.2"
}
}
5 changes: 5 additions & 0 deletions packages/hextorgb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @artifak/hextorgb

## 1.0.0

- Added new hexToRGB utility function.
5 changes: 5 additions & 0 deletions packages/hextorgba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @artifak/hextorgba

## 1.0.0

- Added new hexToRGBA utility function.
7 changes: 7 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/media

## 1.0.3

### Patch Changes

- Fix typings for extractByRegex
- Replace isString check with @annexe/isstring

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/media",
"version": "1.0.2",
"version": "1.0.3",
"description": "Artifak media query mixin",
"keywords": [],
"author": "Julian Low",
Expand Down
5 changes: 5 additions & 0 deletions packages/pxtoem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @artifak/pxtoem

## 1.0.0

- Added new pxToEm utility function
12 changes: 8 additions & 4 deletions packages/pxtoem/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@artifak/pxtoem",
"version": "1.0.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "heyjul3s <julian.cy.low@gmail.com>",
"license": "ISC",
"description": "A utility function to convert PX values to EM.",
"keywords": [
"px",
"em",
"utilities"
],
"author": "Julian Low",
"license": "MIT",
"sideEffects": false,
"module": "dist/pxtoem.esm.js",
"main": "dist/pxtoem.cjs.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/pxtorem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @artifak/pxtorem

## 1.0.0

- Added pxToRem utility functionn
8 changes: 6 additions & 2 deletions packages/pxtorem/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@artifak/pxtorem",
"version": "1.0.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"description": "A utility function to convert PX values to REM.",
"keywords": [
"px",
"rem",
"utilities"
],
"author": "Julian Low",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit 320c9e9

Please sign in to comment.