Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: 1.0.0-rc.3
Browse files Browse the repository at this point in the history
- Feature: navigation
- Fix: Tabs sometimes throw an error during render
- Fix: change EditCard button default color to gray
- Fix: RadioGroup onChange function return correct value
- Chore: remove headline component
- Chore: upgrade styles package
- Chore: update package.json
- Chore: Upgrade to Styleguidist v10
blumendorf authored Nov 27, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b695131 commit d960454
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -62,3 +62,13 @@
#v1.0.0-rc.2
- Feature: add clickhandler to input icon
- Chore: upgrade styles package

#v1.0.0-rc.3
- Feature: navigation
- Fix: Tabs sometimes throw an error during render
- Fix: change EditCard button default color to gray
- Fix: RadioGroup onChange function return correct value
- Chore: remove headline component
- Chore: upgrade styles package
- Chore: update package.json
- Chore: Upgrade to Styleguidist v10
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightelligence/react",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"repository": {
"type": "git",
@@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@lightelligence/styles": "1.0.0-rc.3",
"@lightelligence/styles": "1.0.0-rc.4",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
"humps": "^2.0.1",

0 comments on commit d960454

Please sign in to comment.