Skip to content

Commit

Permalink
Merge branch 'r-2.1.0' of github.com:heyjul3s/artifak into r-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 17, 2021
2 parents 17ba18e + 4354c40 commit 8319d2c
Show file tree
Hide file tree
Showing 23 changed files with 116 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/artifak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@
"@artifak/flex": "^1.1.7",
"@artifak/fluidsizing": "^1.0.1",
"@artifak/grid": "^1.1.5",
"@artifak/hextorgb": "^1.0.1",
"@artifak/hextorgba": "^1.0.1",
"@artifak/imagery": "^1.0.7",
"@artifak/media": "^1.0.2",
"@artifak/pxtoem": "^1.0.1",
"@artifak/pxtorem": "^1.0.1",
"@artifak/typography": "^2.0.0",
"@artifak/usematchmedia": "^1.0.2",
"@artifak/usewindowsize": "^1.0.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/artifak/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ export {
export { fluidSizing } from '@artifak/fluidsizing';
export { useMatchMedia } from '@artifak/usematchmedia';
export { useWindowSize } from '@artifak/usewindowsize';
export { hexToRGB, getHexColorRGBvalues } from '@artifak/hextorgb';
export { hexToRGBA } from '@artifak/hextorgba';
export { pxToEm } from '@artifak/pxtoem';
export { pxToRem } from '@artifak/pxtorem';
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.1"
"@artifak/component-generator": "^2.0.3"
}
}
13 changes: 13 additions & 0 deletions packages/component-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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

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

- 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.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.1"
"@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.1"
"@artifak/component-generator": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/hextorgb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Patch Changes

- New hexToRGB utilities
- New hexToRGB utilities
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.1"
"@artifak/component-generator": "^2.0.3"
}
}
13 changes: 13 additions & 0 deletions packages/media/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @artifak/media

## 1.0.4

### Patch Changes

- Minor typings update

## 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.4",
"description": "Artifak media query mixin",
"keywords": [],
"author": "Julian Low",
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.1"
"@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.1"
"@artifak/component-generator": "^2.0.3"
},
"peerDependencies": {
"react": ">=17.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/usematchmedia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/usematchmedia

## 1.0.3

### Patch Changes

- Version bump to fix deployment

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/usematchmedia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/usematchmedia",
"version": "1.0.2",
"version": "1.0.3",
"description": "A React hook for matching media queries.",
"keywords": [],
"author": "Julian Low",
Expand Down
6 changes: 6 additions & 0 deletions packages/usewindowsize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @artifak/usewindowsize

## 1.0.3

### Patch Changes

- Version bump to fix deployment

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/usewindowsize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artifak/usewindowsize",
"version": "1.0.2",
"version": "1.0.3",
"description": "A React hook that returns the window size on resize.",
"keywords": [],
"author": "Julian Low",
Expand Down

0 comments on commit 8319d2c

Please sign in to comment.