Skip to content

Commit

Permalink
chore(release): 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Feb 29, 2020
1 parent 4c62d7c commit 5d8c6c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.3.2](https://github.com/wintercounter/use-breakpoint/compare/v1.2.1...v1.3.2) (2020-02-29)


### Bug Fixes

* **default:** handle orientation correctly ([b1f2ff4](https://github.com/wintercounter/use-breakpoint/commit/b1f2ff4c1fe7a4e98fce75d3ca406529c59fa53f))
* **ssr:** temp solution to allow ssr till v2 ([4c62d7c](https://github.com/wintercounter/use-breakpoint/commit/4c62d7cf3f638c1de84c989d8561216176d940ec))

### [1.3.1](https://github.com/wintercounter/use-breakpoint/compare/v1.2.1...v1.3.1) (2020-02-07)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@w11r/use-breakpoint",
"version": "1.3.1",
"version": "1.3.2",
"description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.",
"main": "dist/index.js",
"scripts": {
"start": "mhy sb-start",
"test": "mhy jest && mhy tsc",
"build": "mhy sb-build && mhy bb --mhy-env=prod",
"config": "mhy config typescript -io && mhy config webpack eslint prettier -io",
"release": "npm run test && npm run build && git add -A && mhy sv && npx conventional-github-releaser -t"
"start": "mhyd sb-start",
"test": "mhyd jest && mhyd tsc",
"build": "mhyd sb-build && mhyd bb --mhy-env=prod",
"config": "mhyd config typescript -io && mhyd config webpack eslint prettier -io",
"release": "npm run test && npm run build && git add -A && mhyd sv && npx conventional-github-releaser -t"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5d8c6c5

Please sign in to comment.