Skip to content

Commit 6d89f02

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/standard-version-8.0.1
2 parents dd29e7e + e9f321b commit 6d89f02

File tree

14 files changed

+140
-147
lines changed

14 files changed

+140
-147
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -415,17 +415,17 @@ workflows:
415415
- tag_for_production:
416416
requires:
417417
- promote_beta_to_production
418-
tap:
419-
triggers:
420-
- schedule:
421-
# Everyday @ 6PM UTC | 4PM EST | 1PM PST
422-
cron: '0 18 * * 1-5'
423-
filters:
424-
branches:
425-
only:
426-
- master
427-
jobs:
428-
- install
429-
- tap_test:
430-
requires:
431-
- install
418+
# tap:
419+
# triggers:
420+
# - schedule:
421+
# # Everyday @ 6PM UTC | 4PM EST | 1PM PST
422+
# cron: '0 18 * * 1-5'
423+
# filters:
424+
# branches:
425+
# only:
426+
# - master
427+
# jobs:
428+
# - install
429+
# - tap_test:
430+
# requires:
431+
# - install

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.114](https://github.com/webex/react-widgets/compare/v0.2.113...v0.2.114) (2020-07-29)
6+
7+
8+
9+
### [0.2.113](https://github.com/webex/react-widgets/compare/v0.2.112...v0.2.113) (2020-07-27)
10+
11+
12+
### Bug Fixes
13+
14+
* **activity-text:** do not html render displayName ([9c2875b](https://github.com/webex/react-widgets/commit/9c2875b))
15+
16+
17+
### Features
18+
19+
* **r-m-activity:** use sanitize utility function ([1a44850](https://github.com/webex/react-widgets/commit/1a44850))
20+
* **utils:** add ability to santize activities ([4cce11e](https://github.com/webex/react-widgets/commit/4cce11e))
21+
22+
23+
24+
### [0.2.112](https://github.com/webex/react-widgets/compare/v0.2.111...v0.2.112) (2020-07-24)
25+
26+
27+
### Bug Fixes
28+
29+
* **activity-item-base:** use proper momentum style ([51998f2](https://github.com/webex/react-widgets/commit/51998f2))
30+
* **typing-avatar:** use proper momentum size ([4b6657e](https://github.com/webex/react-widgets/commit/4b6657e))
31+
32+
33+
534
### [0.2.111](https://github.com/webex/react-widgets/compare/v0.2.110...v0.2.111) (2020-07-13)
635

736

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/react-widgets",
3-
"version": "0.2.111",
3+
"version": "0.2.114",
44
"description": "The Webex for React library allows developers to easily incorporate Webex Teams functionality into an application.",
55
"scripts": {
66
"build": "babel-node ./scripts/build/index.js",

packages/node_modules/@webex/react-component-activity-item-base/src/__snapshots__/index.test.js.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@webex/react-component-activity-item-base/src/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@webex/react-component-activity-text/src/__snapshots__/index.test.js.snap

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@webex/react-component-activity-text/src/index.js

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@webex/react-component-typing-avatar/src/__snapshots__/index.test.js.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node_modules/@webex/react-component-typing-avatar/src/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)