Skip to content

Commit

Permalink
Merge pull request #83 from heyjul3s/r2.1.0
Browse files Browse the repository at this point in the history
R2.1.1
  • Loading branch information
heyjul3s committed Feb 17, 2021
2 parents 6f48b2f + e8a85d7 commit cbbd415
Show file tree
Hide file tree
Showing 30 changed files with 154 additions and 36 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.1

### Patch Changes

- 6f08e4c: New hexToRGB, hexToRGBA, pxToEm and pxToRem utilities
- Updated dependencies [6f08e4c]
- @artifak/block@1.1.6
- @artifak/component-generator@2.0.3
- @artifak/flex@1.1.9
- @artifak/grid@1.1.6
- @artifak/hextorgb@1.0.1
- @artifak/hextorgba@1.0.1
- @artifak/imagery@1.0.8
- @artifak/media@1.0.4
- @artifak/pxtoem@1.0.1
- @artifak/pxtorem@1.0.1
- @artifak/typography@2.0.1
- @artifak/usematchmedia@1.0.3
- @artifak/usewindowsize@1.0.3

## 2.1.0

### Minor Changes
Expand Down
28 changes: 14 additions & 14 deletions packages/artifak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artifak",
"version": "2.1.0",
"version": "2.1.1",
"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 @@ -43,20 +43,20 @@
"url": "https://github.com/heyjul3s/artifak/issues"
},
"dependencies": {
"@artifak/block": "^1.1.5",
"@artifak/component-generator": "^2.0.2",
"@artifak/flex": "^1.1.8",
"@artifak/block": "^1.1.6",
"@artifak/component-generator": "^2.0.3",
"@artifak/flex": "^1.1.9",
"@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.3",
"@artifak/pxtoem": "^1.0.0",
"@artifak/pxtorem": "^1.0.0",
"@artifak/typography": "^2.0.0",
"@artifak/usematchmedia": "^1.0.2",
"@artifak/usewindowsize": "^1.0.2"
"@artifak/grid": "^1.1.6",
"@artifak/hextorgb": "^1.0.1",
"@artifak/hextorgba": "^1.0.1",
"@artifak/imagery": "^1.0.8",
"@artifak/media": "^1.0.4",
"@artifak/pxtoem": "^1.0.1",
"@artifak/pxtorem": "^1.0.1",
"@artifak/typography": "^2.0.1",
"@artifak/usematchmedia": "^1.0.3",
"@artifak/usewindowsize": "^1.0.3"
},
"devDependencies": {
"@artifak/bundler": "^1.1.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/block

## 1.1.6

### Patch Changes

- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/block",
"version": "1.1.5",
"version": "1.1.6",
"description": "Basic React component primitive for handling spacing",
"author": "Julian Low",
"homepage": "https://github.com/heyjul3s/artifak#readme",
Expand Down Expand Up @@ -58,6 +58,6 @@
"styled-components": ">=5.2.1"
},
"dependencies": {
"@artifak/component-generator": "^2.0.2"
"@artifak/component-generator": "^2.0.3"
}
}
7 changes: 7 additions & 0 deletions packages/component-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/component-generator

## 2.0.3

### Patch Changes

- Minor package typings update
- 6f08e4c: New hexToRGB, hexToRGBA, pxToEm and pxToRem utilities

## 2.0.2

### 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.2",
"version": "2.0.3",
"description": "Component generator utility for Artifak",
"author": "Julian Low",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/flex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @artifak/flex

## 1.1.9

### Patch Changes

- Minor typings update
- 6f08e4c: New hexToRGB, hexToRGBA, pxToEm and pxToRem utilities
- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 1.1.8

### 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.8",
"version": "1.1.9",
"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.2"
"@artifak/component-generator": "^2.0.3"
}
}
7 changes: 7 additions & 0 deletions packages/grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/grid

## 1.1.6

### Patch Changes

- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/grid",
"version": "1.1.5",
"version": "1.1.6",
"description": "Basic React grid component for helping with building grid layout components",
"author": "Julian Low",
"homepage": "https://github.com/heyjul3s/artifak#readme",
Expand Down Expand Up @@ -57,6 +57,6 @@
"styled-components": ">=5.2.1"
},
"dependencies": {
"@artifak/component-generator": "^2.0.2"
"@artifak/component-generator": "^2.0.3"
}
}
6 changes: 6 additions & 0 deletions packages/hextorgb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/hextorgb

## 1.0.1

### Patch Changes

- 6f08e4c: New hexToRGB utilities

## 1.0.0

- Added new hexToRGB utility function.
2 changes: 1 addition & 1 deletion 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
8 changes: 8 additions & 0 deletions packages/hextorgba/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @artifak/hextorgba

## 1.0.1

### Patch Changes

- 6f08e4c: New hexToRGBA utilities
- Updated dependencies [6f08e4c]
- @artifak/hextorgb@1.0.1

## 1.0.0

- Added new hexToRGBA utility function.
4 changes: 2 additions & 2 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 @@ -41,6 +41,6 @@
"@artifak/bundler": "^1.1.3"
},
"dependencies": {
"@artifak/hextorgb": "^1.0.0"
"@artifak/hextorgb": "^1.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/imagery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/image

## 1.0.8

### Patch Changes

- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/imagery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/imagery",
"version": "1.0.7",
"version": "1.0.8",
"description": "A basic primitive, styled image component ",
"keywords": [
"react",
Expand Down Expand Up @@ -56,6 +56,6 @@
},
"dependencies": {
"@annexe/isstring": "^0.1.0",
"@artifak/component-generator": "^2.0.2"
"@artifak/component-generator": "^2.0.3"
}
}
6 changes: 6 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/media

## 1.0.4

### Patch Changes

- Minor typings update

## 1.0.3

### 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.3",
"version": "1.0.4",
"description": "Artifak media query mixin",
"keywords": [],
"author": "Julian Low",
Expand Down
6 changes: 6 additions & 0 deletions packages/pxtoem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/pxtoem

## 1.0.1

### Patch Changes

- 6f08e4c: New pxToEm utilities

## 1.0.0

- Added new pxToEm utility function
2 changes: 1 addition & 1 deletion 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
8 changes: 8 additions & 0 deletions packages/pxtorem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @artifak/pxtorem

## 1.0.1

### Patch Changes

- 6f08e4c: New pxToRem utilities
- Updated dependencies [6f08e4c]
- @artifak/pxtoem@1.0.1

## 1.0.0

- Added pxToRem utility functionn
4 changes: 2 additions & 2 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,7 +37,7 @@
},
"homepage": "https://github.com/heyjul3s/artifak#readme",
"dependencies": {
"@artifak/pxtoem": "^1.0.0"
"@artifak/pxtoem": "^1.0.1"
},
"devDependencies": {
"@artifak/bundler": "^1.1.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/text-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# @artifak/text-input

## 1.0.2

### Patch Changes

- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 1.0.1

### Patch Changes

- Updated dependencies [undefined]
Expand Down
4 changes: 2 additions & 2 deletions packages/text-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/text-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "Text input components which comprises typeos of text, tel, url, email, search and password.",
"keywords": [],
"author": "Julian Low",
Expand Down Expand Up @@ -43,6 +43,6 @@
"styled-system": "^5.1.5"
},
"dependencies": {
"@artifak/component-generator": "^2.0.2"
"@artifak/component-generator": "^2.0.3"
}
}
7 changes: 7 additions & 0 deletions packages/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @artifak/typography

## 2.0.1

### Patch Changes

- Updated dependencies [6f08e4c]
- @artifak/component-generator@2.0.3

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/typography",
"version": "2.0.0",
"version": "2.0.1",
"description": "Typography utilities to assist in scaffolding your React project's Typography components",
"keywords": [
"react",
Expand Down Expand Up @@ -51,7 +51,7 @@
"styled-system": "^5.1.5"
},
"dependencies": {
"@artifak/component-generator": "^2.0.2"
"@artifak/component-generator": "^2.0.3"
},
"peerDependencies": {
"react": ">=17.0.1",
Expand Down
Loading

0 comments on commit cbbd415

Please sign in to comment.