Skip to content

Commit

Permalink
chore(release): 5.9.2-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
### [5.9.2-beta.1](v5.9.1...v5.9.2-beta.1) (2022-04-28)

### Bug Fixes

* **breakpoints:** follow bootstrap breakpoints ([b763e15](b763e15))
* **dependencies:** reinstall with pnpm ([cc153db](cc153db))
* **deps:** update packages ([afd2447](afd2447))
* **expiry modal:** omit children type ([2543e72](2543e72))
* **input text:** fix css ([05400c9](05400c9))
* **pnpm config:** deleted yarn lock files, install via pnpm ([b4d8418](b4d8418))
* **radiofield:** remove export radio field ([41df1cb](41df1cb))
* **sidekickcard:** removed deprecated component ([c16756b](c16756b))
* **styled components:** upgrade to v5 ([ef63b60](ef63b60))
* **styled-components:** merge master, fix conflicts ([e0e4a8c](e0e4a8c))
* **styled-components:** update snapshots ([4d3d1da](4d3d1da))
* **tests:** rerun all tests after reinstalling dependencies ([a351fad](a351fad))
* **update tests:** update tests for all components ([09cc2b1](09cc2b1))
  • Loading branch information
semantic-release-bot committed Apr 28, 2022
1 parent 0b0b2e9 commit 89bef53
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
### [5.9.2-beta.1](https://github.com/zopaUK/react-components/compare/v5.9.1...v5.9.2-beta.1) (2022-04-28)


### Bug Fixes

* **breakpoints:** follow bootstrap breakpoints ([b763e15](https://github.com/zopaUK/react-components/commit/b763e15c757190e67bd94c170fb0b9620e3c9b88))
* **dependencies:** reinstall with pnpm ([cc153db](https://github.com/zopaUK/react-components/commit/cc153db7050896780ecc51ae21c161f7a7144504))
* **deps:** update packages ([afd2447](https://github.com/zopaUK/react-components/commit/afd24472192f3e007dcac3e4cc49d3e88255ace8))
* **expiry modal:** omit children type ([2543e72](https://github.com/zopaUK/react-components/commit/2543e72fe18c7ff4f6dc0b10ab27a7be23a1af30))
* **input text:** fix css ([05400c9](https://github.com/zopaUK/react-components/commit/05400c94f3d4bfe47fba9a76545d693cac1d3347))
* **pnpm config:** deleted yarn lock files, install via pnpm ([b4d8418](https://github.com/zopaUK/react-components/commit/b4d841858ac89d7b7f6e675288fb61b3377857ed))
* **radiofield:** remove export radio field ([41df1cb](https://github.com/zopaUK/react-components/commit/41df1cbefe02f4d2de2f66313e51e2da0c02e519))
* **sidekickcard:** removed deprecated component ([c16756b](https://github.com/zopaUK/react-components/commit/c16756bde5537c481703f750f9a316cd733664c7))
* **styled components:** upgrade to v5 ([ef63b60](https://github.com/zopaUK/react-components/commit/ef63b601a69d6d4fbd68e180753a879fe23e37d4))
* **styled-components:** merge master, fix conflicts ([e0e4a8c](https://github.com/zopaUK/react-components/commit/e0e4a8cf78dbb55aa30b84af00ea4cec0406f4f6))
* **styled-components:** update snapshots ([4d3d1da](https://github.com/zopaUK/react-components/commit/4d3d1da49b11ff8cf68d7319733d87cfc53d31f3))
* **tests:** rerun all tests after reinstalling dependencies ([a351fad](https://github.com/zopaUK/react-components/commit/a351fad3cb885b780f5e55022a29b41d149bc9fb))
* **update tests:** update tests for all components ([09cc2b1](https://github.com/zopaUK/react-components/commit/09cc2b1cfb97bcb2478e9bcd60e19de7a21e168b))

### [5.9.1](https://github.com/zopaUK/react-components/compare/v5.9.0...v5.9.1) (2022-04-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@zopauk/react-components",
"sideEffects": false,
"description": "Shared react styled components for all the Zopa projects.",
"version": "5.9.1",
"version": "5.9.2-beta.1",
"license": "MIT",
"author": "Zopa Ltd <frontend-opensource@zopa.com> (https://zopa.com)",
"main": "cjs/src/index.js",
Expand Down

0 comments on commit 89bef53

Please sign in to comment.