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 10, 2020
1 parent 1550c9b commit b4ad83f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2020-08-10)


### Features

* **project:** lay some groundwork for new repo ([63ec06f](https://github.com/akropolisio/akropolis-web/commit/63ec06f4073562498721a1769062a61b154929e9))
8 changes: 4 additions & 4 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.1.0",
"version": "0.2.0",
"description": "Package with shared components",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -34,17 +34,17 @@
"access": "public"
},
"dependencies": {
"@akropolis-web/styles": "0.1.0",
"@akropolis-web/styles": "^0.2.0",
"@types/classnames": "^2.2.9",
"classnames": "^2.0.0"
},
"peerDependencies": {
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"react": "^16.10.2",
"react-dom": "^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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2020-08-10)


### Features

* **project:** lay some groundwork for new repo ([63ec06f](https://github.com/akropolisio/akropolis-web/commit/63ec06f4073562498721a1769062a61b154929e9))
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.1.0",
"version": "0.2.0",
"description": "Package with shared css-related stuff like colors, fonts, themes, etc.",
"keywords": [
"ethereum",
Expand Down

0 comments on commit b4ad83f

Please sign in to comment.