Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @stone-payments/emd-basic-notification-v1.0.0 (2020-06-03)

### Bug Fixes

* uncommited css ([1e5ba22](1e5ba22))

### Features

* Implement Notification Component ([8802493](8802493))
  • Loading branch information
semantic-release-bot committed Jun 3, 2020
1 parent b1a50be commit 5c5a634
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/emd-basic-notification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @stone-payments/emd-basic-notification-v1.0.0 (2020-06-03)


### Bug Fixes

* uncommited css ([1e5ba22](https://github.com/stone-payments/emerald-web-framework/commit/1e5ba2284198fb5ca0c6800d55da48ed477b4dae))


### Features

* Implement Notification Component ([8802493](https://github.com/stone-payments/emerald-web-framework/commit/88024936bf1eaf3ef90a9a0bc0db303cd50698ee))
2 changes: 1 addition & 1 deletion packages/emd-basic-notification/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/emd-basic-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stone-payments/emd-basic-notification",
"description": "emd-basic-notification",
"version": "0.1.0",
"version": "1.0.0",
"module": "src/index.js",
"main": "dist/cjs/es5/index.js",
"jsnext:main": "dist/es/es6/index.js",
Expand All @@ -17,7 +17,7 @@
},
"peerDependencies": {
"chai": "^4.1.2",
"sinon": "^6.1.3",
"sinon-chai": "^3.2.0"
"sinon": "^6.1.3",
"sinon-chai": "^3.2.0"
}
}

0 comments on commit 5c5a634

Please sign in to comment.