Skip to content

Commit

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

### Features

* **webpack:** add initial configuration ([28bc898](28bc898))
* **package:** add start script ([e07d92f](e07d92f))
* **rollup:** declare js and jsx extentions to resolve only ([92d202a](92d202a))
* **release:** exclude umd and cjs bundles to publish ([f3096e1](f3096e1))
* **rollup:** exclude webex from the bundle ([0c8534c](0c8534c))
* **demo:** initial implementation ([f58ca53](f58ca53))
* **widgets:** initial implementation ([0793a0f](0793a0f))
* **package:** install react dependencies ([47d163b](47d163b))
* **package:** install webpack dependencies ([130a3c4](130a3c4))
* **package:** webex is a dev and peer dependency now ([0aa3bb7](0aa3bb7))
  • Loading branch information
webex-components-publisher committed Mar 1, 2020
1 parent c35d992 commit f6882ac
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/webex/widgets/compare/v1.0.0...v1.1.0) (2020-03-01)


### Features

* **webpack:** add initial configuration ([28bc898](https://github.com/webex/widgets/commit/28bc89852d523ca3c2eb02c263e8fb4d8c5bef4a))
* **package:** add start script ([e07d92f](https://github.com/webex/widgets/commit/e07d92fa5fcc98ad6f5cc4d0b4602085878252a3))
* **rollup:** declare js and jsx extentions to resolve only ([92d202a](https://github.com/webex/widgets/commit/92d202ab97e9679af389d71b514f188563fe851b))
* **release:** exclude umd and cjs bundles to publish ([f3096e1](https://github.com/webex/widgets/commit/f3096e1d91e5336652699d746ae2130ee45b664e))
* **rollup:** exclude webex from the bundle ([0c8534c](https://github.com/webex/widgets/commit/0c8534c1ed77fb8e02b43e12b7c2bfdaa996d39e))
* **demo:** initial implementation ([f58ca53](https://github.com/webex/widgets/commit/f58ca53d16d1c7d976021e3ca42bc52fe9711c59))
* **widgets:** initial implementation ([0793a0f](https://github.com/webex/widgets/commit/0793a0fa5c6b72fac8c4230b2570d7a120e8f54a))
* **package:** install react dependencies ([47d163b](https://github.com/webex/widgets/commit/47d163b6db332b197ee778157b56d48307132ba8))
* **package:** install webpack dependencies ([130a3c4](https://github.com/webex/widgets/commit/130a3c40c3df7386890c1986faa0da6f89334742))
* **package:** webex is a dev and peer dependency now ([0aa3bb7](https://github.com/webex/widgets/commit/0aa3bb709b9bde992f10680f5e09ad4775e0cdcc))

# 1.0.0 (2020-02-13)


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/widgets",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/webexWidgets.esm.js",
"module": "dist/webexWidgets.esm.js",
"scripts": {
Expand Down

0 comments on commit f6882ac

Please sign in to comment.