Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-12-10)

### Bug Fixes

* add some more styles reset to protect widgets from host's CSS ([c2a560a](c2a560a))
* change rem for px on all dimensions to avoid depending on host's CSS ([ddf486d](ddf486d))
  • Loading branch information
github-actions committed Dec 10, 2020
1 parent 07b6be6 commit cabe40b
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/alma/alma-widgets/compare/v1.0.1...v1.0.2) (2020-12-10)


### Bug Fixes

* add some more styles reset to protect widgets from host's CSS ([c2a560a](https://github.com/alma/alma-widgets/commit/c2a560acb97e11427e3a2224b92de6453bbfd445))
* change rem for px on all dimensions to avoid depending on host's CSS ([ddf486d](https://github.com/alma/alma-widgets/commit/ddf486d11a0e5d32cd8cfcc7fde918080b59caca))

## [1.0.1](https://github.com/alma/alma-widgets/compare/v1.0.0...v1.0.1) (2020-12-09)


Expand Down
2 changes: 1 addition & 1 deletion dist/alma-widgets.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.m.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.m.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.modern.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.modern.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alma-widgets.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alma/widgets",
"version": "1.0.1",
"version": "1.0.2",
"description": "Widgets to easily display information from Alma - https://getalma.eu",
"keywords": [],
"main": "dist/alma-widgets.js",
Expand Down

0 comments on commit cabe40b

Please sign in to comment.