Skip to content

Commit

Permalink
chore(release): 15.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.8.0](v15.7.1...v15.8.0) (2021-09-15)

### Features

* **input:** add ...rest ([9945754](9945754))
* **input:** new password input component ([eaea22f](eaea22f))
* **input:** prop updates ([1bf337c](1bf337c))
* **input:** removed data test id as prop ([1ca517d](1ca517d))
  • Loading branch information
semantic-release-bot committed Sep 15, 2021
1 parent c086846 commit 634e6a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.8.0](https://github.com/ModaOperandi/om/compare/v15.7.1...v15.8.0) (2021-09-15)


### Features

* **input:** add ...rest ([9945754](https://github.com/ModaOperandi/om/commit/99457548aa43fbe40eb953bebac76e0ba1a6a6f4))
* **input:** new password input component ([eaea22f](https://github.com/ModaOperandi/om/commit/eaea22f5c8ce4af79c8450bc66f20e375a5e94b7))
* **input:** prop updates ([1bf337c](https://github.com/ModaOperandi/om/commit/1bf337c6328fbed707f764d2e4c5171813e40e53))
* **input:** removed data test id as prop ([1ca517d](https://github.com/ModaOperandi/om/commit/1ca517d3a913d22012ec15b8d6a3116498eabd17))

## [15.7.1](https://github.com/ModaOperandi/om/compare/v15.7.0...v15.7.1) (2021-09-03)


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": "@moda/om",
"version": "15.7.1",
"version": "15.8.0",
"description": "Moda Operandi design system",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 634e6a3

Please sign in to comment.