Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2022-06-08)

### Bug Fixes

* **affix:** Add aria-label to Affix icons ([17fab00](17fab00))
* **animated-expansion:** rename to ExpandTransition and check if element ref exists ([#119](#119)) ([b7a8026](b7a8026))
* bump component-classes to get Step fix ([5d99506](5d99506))
* bump component-classes to get Step fix ([c17ce7e](c17ce7e))

### Features

* **alert:** add expand and collapse behaviour to inline alert ([#114](#114)) ([075f314](075f314))
* **packages:** add inline Alert component ([#106](#106)) ([ddfe084](ddfe084))

### Reverts

* Revert "Release from next to main (#120)" (#121) ([04a1976](04a1976)), closes [#120](#120) [#121](#121)
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent 72f6d35 commit c491287
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.2.0](https://github.com/fabric-ds/react/compare/v1.1.1...v1.2.0) (2022-06-08)


### Bug Fixes

* **affix:** Add aria-label to Affix icons ([17fab00](https://github.com/fabric-ds/react/commit/17fab00e1f939531a613df6e2ba9e752e5e9d23e))
* **animated-expansion:** rename to ExpandTransition and check if element ref exists ([#119](https://github.com/fabric-ds/react/issues/119)) ([b7a8026](https://github.com/fabric-ds/react/commit/b7a8026dd17e6c53c1fe3b1831964b104bfc5087))
* bump component-classes to get Step fix ([5d99506](https://github.com/fabric-ds/react/commit/5d99506bcf45f531522670e6a910f11e671c1a54))
* bump component-classes to get Step fix ([c17ce7e](https://github.com/fabric-ds/react/commit/c17ce7e83e1e78aca28e867dbf29331d69c549fe))


### Features

* **alert:** add expand and collapse behaviour to inline alert ([#114](https://github.com/fabric-ds/react/issues/114)) ([075f314](https://github.com/fabric-ds/react/commit/075f314adfa468960a42f7c87af855d2f1ddce6d))
* **packages:** add inline Alert component ([#106](https://github.com/fabric-ds/react/issues/106)) ([ddfe084](https://github.com/fabric-ds/react/commit/ddfe0842c2af00e3dc531fbff25d18f395a5dfe7))


### Reverts

* Revert "Release from next to main (#120)" (#121) ([04a1976](https://github.com/fabric-ds/react/commit/04a19763760eb9b291fe18b6751cd96e8499aa9e)), closes [#120](https://github.com/fabric-ds/react/issues/120) [#121](https://github.com/fabric-ds/react/issues/121)

# [1.2.0-next.5](https://github.com/fabric-ds/react/compare/v1.2.0-next.4...v1.2.0-next.5) (2022-06-08)


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": "@fabric-ds/react",
"version": "1.2.0-next.5",
"version": "1.2.0",
"repository": "git@github.com:fabric-ds/react.git",
"license": "ISC",
"type": "module",
Expand Down

0 comments on commit c491287

Please sign in to comment.