Skip to content

Commit

Permalink
chore(release): 1.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-next.1 (2020-12-02)

### Features

* **styles:** import reset ([f4fe032](f4fe032))
* **styles:** including CSS tokens to build output ([0f1999b](0f1999b))
* adding Disabled styles for button ([e4611f4](e4611f4))
* Adds new component styles setup ([d5a321a](d5a321a))
* include forwardRef to button ([4d592a0](4d592a0))
* New react package and button component ([af157ab](af157ab))
* refactors MyComponent to Button ([d915578](d915578))
* renaming components -> styles ([a687ef4](a687ef4))
* reverting on push release for main and next ([d1caffb](d1caffb))
* setup of tokes package ([2e08c1e](2e08c1e))
* **button:** setting up types on button ([610938a](610938a))
* **scss:** adds new .has-focus class to MyComponent ([660b64b](660b64b))
  • Loading branch information
semantic-release-bot committed Dec 2, 2020
1 parent e4f0899 commit bf4f535
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# mono-react-components 1.0.0-next.1 (2020-12-02)


### Features

* **styles:** including CSS tokens to build output ([0f1999b](https://github.com/richmccartney/mono-test/commit/0f1999be847f89a133367731399e0b5ae423dbe3))
* setup of tokes package ([2e08c1e](https://github.com/richmccartney/mono-test/commit/2e08c1e479f66db4acce5a5b6ce33966062a8653))
* **button:** setting up types on button ([610938a](https://github.com/richmccartney/mono-test/commit/610938a31a28721aa01f35ff337098ad837268cd))
* Adds new component styles setup ([d5a321a](https://github.com/richmccartney/mono-test/commit/d5a321aa4ddd3d04e33e0a0526193cfcafb6fb9b))
* include forwardRef to button ([4d592a0](https://github.com/richmccartney/mono-test/commit/4d592a002836c766abd84d4d394cbe6f18092fea))
* New react package and button component ([af157ab](https://github.com/richmccartney/mono-test/commit/af157abbea505c7b948c32195f638eb12a9a7d65))





### Dependencies

* **mono-styles:** upgraded to 1.0.0-next.2

# mono-react 1.0.0 (2020-11-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react": "^16.0.0"
},
"dependencies": {
"mono-styles": "^1.0.0"
"mono-styles": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.5",
Expand Down

0 comments on commit bf4f535

Please # to comment.