Skip to content

Commit

Permalink
chore(release): 5.43.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.43.0](v5.42.1...v5.43.0) (2023-02-23)

### Features

* added three dots spinner ([579c8af](579c8af))
* **added three dots spinner from quopa:** added three pulsing dots spinner from quopa into zrc ([75b605c](75b605c))
* changed px to em ([d9a0eff](d9a0eff))
* moved three dots spinner into own atom ([c9ebb37](c9ebb37))
* update snapshots ([5178f9c](5178f9c))

### Bug Fixes

* **typo:** typo three dots spinner ([7de9633](7de9633))
  • Loading branch information
semantic-release-bot committed Feb 23, 2023
1 parent 3de057f commit e41614e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [5.43.0](https://github.com/zopaUK/react-components/compare/v5.42.1...v5.43.0) (2023-02-23)


### Features

* added three dots spinner ([579c8af](https://github.com/zopaUK/react-components/commit/579c8af5f5a46d4cbd72ed75df49f43fc44caee0))
* **added three dots spinner from quopa:** added three pulsing dots spinner from quopa into zrc ([75b605c](https://github.com/zopaUK/react-components/commit/75b605c0f7d7fc698281e60e6a2dac6454cc2ddf))
* changed px to em ([d9a0eff](https://github.com/zopaUK/react-components/commit/d9a0eff0ded709be220ba72aa67d6c010630e14b))
* moved three dots spinner into own atom ([c9ebb37](https://github.com/zopaUK/react-components/commit/c9ebb376648e95c237e62bf4a79bdfca538581a3))
* update snapshots ([5178f9c](https://github.com/zopaUK/react-components/commit/5178f9c75c35c8f13e9774fb604bd7cc6b050ac8))


### Bug Fixes

* **typo:** typo three dots spinner ([7de9633](https://github.com/zopaUK/react-components/commit/7de963332148631a9172affaa2246cde6861ba98))

## [5.42.1](https://github.com/zopaUK/react-components/compare/v5.42.0...v5.42.1) (2023-02-09)


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

0 comments on commit e41614e

Please sign in to comment.