Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.5...v1.20.0) (2020-03-01)

### Bug Fixes

* **release:** exclude  umd and cjs bundles to publish ([49066a5](49066a5))
* **package:** main attribute now points to esm bundle ([8190b1f](8190b1f))
* **rollup:** remove extra externals ([a4164c3](a4164c3))

### Features

* **rollup:** exclude webex from the bundle ([7ec7394](7ec7394))
* **rollup:** remove cjs and umd bundles ([908c251](908c251))
* **rollup:** remove extra configuration ([becd8a4](becd8a4))
* **package:** remove rollup builtin plugin dependency ([30da5e6](30da5e6))
* **package:** remove rollup json plugin dependency ([149c414](149c414))
  • Loading branch information
webex-components-publisher committed Mar 1, 2020
1 parent 8190b1f commit f0c4560
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.20.0](https://github.com/webex/sdk-component-adapter/compare/v1.19.5...v1.20.0) (2020-03-01)


### Bug Fixes

* **release:** exclude umd and cjs bundles to publish ([49066a5](https://github.com/webex/sdk-component-adapter/commit/49066a5164f2bfcdccd5bb4c5a2453e7bd4bbf14))
* **package:** main attribute now points to esm bundle ([8190b1f](https://github.com/webex/sdk-component-adapter/commit/8190b1fe15dfbf9232c1b9c28a8d0f899365bd2a))
* **rollup:** remove extra externals ([a4164c3](https://github.com/webex/sdk-component-adapter/commit/a4164c34ff03006964a0654f46554e48967b524f))


### Features

* **rollup:** exclude webex from the bundle ([7ec7394](https://github.com/webex/sdk-component-adapter/commit/7ec7394dc06cba24710494520e324974fe0a970d))
* **rollup:** remove cjs and umd bundles ([908c251](https://github.com/webex/sdk-component-adapter/commit/908c251b2503689fef5b625261696be16374f2a3))
* **rollup:** remove extra configuration ([becd8a4](https://github.com/webex/sdk-component-adapter/commit/becd8a451d1f4fa1cb4982e157c6df90f33bc30f))
* **package:** remove rollup builtin plugin dependency ([30da5e6](https://github.com/webex/sdk-component-adapter/commit/30da5e6a4085dca21e2f89e02b6a877aab47b1c2))
* **package:** remove rollup json plugin dependency ([149c414](https://github.com/webex/sdk-component-adapter/commit/149c4142f8f7a93b6e0c8587f4c4cf0c3be622a0))

## [1.19.5](https://github.com/webex/sdk-component-adapter/compare/v1.19.4...v1.19.5) (2020-02-24)


Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.19.5",
"version": "1.20.0",
"main": "dist/webexSDKComponentAdapter.esm.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit f0c4560

Please sign in to comment.