Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-dunn committed Apr 5, 2020
1 parent 0a29e31 commit 49fa4bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

All notable changes to this project will be documented in this file.

#### [v1.3.0](https://github.com/matt-dunn/react-wireframes/compare/v1.2.3...v1.3.0)

> 5 April 2020
- *breaking* rework decorator component signature [`#21`](https://github.com/matt-dunn/react-wireframes/pull/21)
- Rework and simplify providers [`#20`](https://github.com/matt-dunn/react-wireframes/pull/20)
- Update stories and demo [`f35efdb`](https://github.com/matt-dunn/react-wireframes/commit/f35efdbfe2148175e317aaf16c404bab432efae4)

#### [v1.2.3](https://github.com/matt-dunn/react-wireframes/compare/v1.2.2...v1.2.3)

> 3 April 2020
- Refactor provider [`195e3eb`](https://github.com/matt-dunn/react-wireframes/commit/195e3eb3197324342f074eeaf209e798def4038f)
- Only pass annotation ID to provider [`d84e407`](https://github.com/matt-dunn/react-wireframes/commit/d84e407426788a38ce99a31cfa96a04032d5d69c)
- Update test dep [`2647f06`](https://github.com/matt-dunn/react-wireframes/commit/2647f06570045498cbbd2872181b693b429d4522)
- Release 1.2.3 [`5b1a5c2`](https://github.com/matt-dunn/react-wireframes/commit/5b1a5c2b376b97320115a2d41baa84865b7741de)

#### [v1.2.2](https://github.com/matt-dunn/react-wireframes/compare/v1.2.1...v1.2.2)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matt-dunn/react-wireframes",
"version": "1.2.3",
"version": "1.3.0",
"source": "src/WireFrames/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down

0 comments on commit 49fa4bb

Please sign in to comment.