Skip to content

Commit

Permalink
v0.10.15 -> v0.10.16 (#318)
Browse files Browse the repository at this point in the history
* chore #306 - Extract components. chore #255, #233 - Add component stories (#307)

* chore #316 - Updates for alert manager (#317)
  • Loading branch information
nancy-dassana authored May 5, 2021
1 parent 0aa7b32 commit b8e80f0
Show file tree
Hide file tree
Showing 26 changed files with 2,815 additions and 899 deletions.
1,192 changes: 700 additions & 492 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.10.15",
"version": "0.10.16",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down Expand Up @@ -34,7 +34,9 @@
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.4",
"react-jss": "~10.5.1",
"react-markdown": "^6.0.1",
"react-scripts": "^4.0.3",
"remark-gfm": "^1.0.0",
"uuid": "^8.3.2"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default {
'react-dom',
'react-hook-form',
'react-jss',
'remark-gfm',
'react-markdown',
'typescript',
'uuid'
],
Expand Down
Loading

0 comments on commit b8e80f0

Please sign in to comment.