Skip to content

Commit

Permalink
Merge pull request #5 from Karibash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Karibash authored Oct 27, 2021
2 parents ac65c8c + 69c9af0 commit 55af020
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-nails-speak.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medi-q/emotion

## 0.2.0

### Patch Changes

- Updated dependencies [[`b1041b4`](https://github.com/Karibash/medi-q/commit/b1041b49b2f5ff8ce0fbc6a34b3d86e38f1409ca)]:
- @medi-q/react@0.2.0

## 0.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medi-q/emotion",
"version": "0.1.0",
"version": "0.2.0",
"description": "medi-q for emotion.",
"main": "dist/medi-q-emotion.cjs.js",
"module": "dist/medi-q-emotion.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"@medi-q/core": "^0.0.3",
"@medi-q/react": "^0.1.0"
"@medi-q/react": "^0.2.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-rc.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medi-q/react

## 0.2.0

### Minor Changes

- [#4](https://github.com/Karibash/medi-q/pull/4) [`b1041b4`](https://github.com/Karibash/medi-q/commit/b1041b49b2f5ff8ce0fbc6a34b3d86e38f1409ca) Thanks [@Karibash](https://github.com/Karibash)! - Add a handler to the useMediQ hook to detect the state change

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medi-q/react",
"version": "0.1.0",
"version": "0.2.0",
"description": "medi-q for react.",
"main": "dist/medi-q-react.cjs.js",
"module": "dist/medi-q-react.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @medi-q/styled

## 0.2.0

### Patch Changes

- Updated dependencies [[`b1041b4`](https://github.com/Karibash/medi-q/commit/b1041b49b2f5ff8ce0fbc6a34b3d86e38f1409ca)]:
- @medi-q/react@0.2.0

## 0.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medi-q/styled",
"version": "0.1.0",
"version": "0.2.0",
"description": "medi-q for styled-components.",
"main": "dist/medi-q-styled.cjs.js",
"module": "dist/medi-q-styled.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"@medi-q/core": "^0.0.3",
"@medi-q/react": "^0.1.0"
"@medi-q/react": "^0.2.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down

0 comments on commit 55af020

Please sign in to comment.