Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @akropolis-web/[email protected]
 - @akropolis-web/[email protected]
  • Loading branch information
actions-user committed Aug 13, 2020
1 parent 767ba68 commit 161d3cc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/akropolisio/akropolis-web/compare/@akropolis-web/[email protected]...@akropolis-web/[email protected]) (2020-08-13)


### Bug Fixes

* export RadioButton ([5710212](https://github.com/akropolisio/akropolis-web/commit/5710212c3433bb6fe6b295f2a1b39b2c313316f3))


### Features

* add inputs ([97e2d51](https://github.com/akropolisio/akropolis-web/commit/97e2d519a413e272b685388df8b8b7c96c42df33))





## [0.4.1](https://github.com/akropolisio/akropolis-web/compare/@akropolis-web/[email protected]...@akropolis-web/[email protected]) (2020-08-13)

**Note:** Version bump only for package @akropolis-web/components
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akropolis-web/components",
"version": "0.4.1",
"version": "0.5.0",
"description": "Package with shared components",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@akropolis-web/styles": "^0.6.0",
"@akropolis-web/styles": "^0.7.0",
"@types/color": "^3.0.1",
"@types/mersenne-twister": "^1.1.2",
"@types/react-copy-to-clipboard": "^4.3.0",
Expand All @@ -48,10 +48,10 @@
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@types/bn.js": "^4.11.6",
"bn.js": "^5.1.2",
"@types/classnames": "^2.2.9",
"@types/ramda": "^0.27.14",
"@types/react": "^16.9.5",
"bn.js": "^5.1.2",
"classnames": "^2.0.0",
"ramda": "^0.27.1",
"react": "^16.10.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/akropolisio/akropolis-web/compare/@akropolis-web/[email protected]...@akropolis-web/[email protected]) (2020-08-13)


### Features

* add inputs ([97e2d51](https://github.com/akropolisio/akropolis-web/commit/97e2d519a413e272b685388df8b8b7c96c42df33))





# [0.6.0](https://github.com/akropolisio/akropolis-web/compare/@akropolis-web/[email protected]...@akropolis-web/[email protected]) (2020-08-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akropolis-web/styles",
"version": "0.6.0",
"version": "0.7.0",
"description": "Package with shared css-related stuff like colors, fonts, themes, etc.",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 161d3cc

Please sign in to comment.