Skip to content

Commit 1b5e0ed

Browse files
author
TDSBot
committed
chore(publish): update packages
- @tds/community-blockquote@1.0.3 - @tds/community-input-group@1.0.1 - @tds/community-modal@1.0.0 - @tds/community-preview-card@1.1.4 - @tds/community-side-navigation@3.0.7 - @tds/community-skeleton-provider@2.0.5 - @tds/community-tags@1.0.2 - @tds/community-testimonial@3.0.3 - @tds/community-toggle-switch@3.0.3
1 parent 3890b17 commit 1b5e0ed

File tree

18 files changed

+87
-9
lines changed

18 files changed

+87
-9
lines changed

packages/Blockquote/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.3](https://github.com/telus/tds-community/compare/@tds/community-blockquote@1.0.2...@tds/community-blockquote@1.0.3) (2020-04-13)
7+
8+
**Note:** Version bump only for package @tds/community-blockquote
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/telus/tds-community/compare/@tds/community-blockquote@1.0.1...@tds/community-blockquote@1.0.2) (2020-03-19)
715

816
**Note:** Version bump only for package @tds/community-blockquote

packages/Blockquote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-blockquote",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/InputGroup/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-input-group@1.0.0...@tds/community-input-group@1.0.1) (2020-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **community-input-group:** update input id ([3890b17](https://github.com/telus/tds-community/commit/3890b1741201547356c0c3b8f21733a199005ffe))
12+
13+
14+
15+
16+
617
# 1.0.0 (2020-03-20)
718

819

packages/InputGroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-input-group",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/Modal/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2020-04-13)
7+
8+
9+
### Features
10+
11+
* **community-modal:** new component ([39ba653](https://github.com/telus/tds-community/commit/39ba65325b701757f07554404983c33d227a2fe8))

packages/Modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-modal",
3-
"version": "1.0.0-0",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/PreviewCard/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.4](https://github.com/telus/tds-community/compare/@tds/community-preview-card@1.1.3...@tds/community-preview-card@1.1.4) (2020-04-13)
7+
8+
**Note:** Version bump only for package @tds/community-preview-card
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/telus/tds-community/compare/@tds/community-preview-card@1.1.2...@tds/community-preview-card@1.1.3) (2020-03-19)
715

816
**Note:** Version bump only for package @tds/community-preview-card

packages/PreviewCard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-preview-card",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/SideNavigation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.7](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.6...@tds/community-side-navigation@3.0.7) (2020-04-13)
7+
8+
**Note:** Version bump only for package @tds/community-side-navigation
9+
10+
11+
12+
13+
614
## [3.0.6](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.5...@tds/community-side-navigation@3.0.6) (2020-03-20)
715

816
**Note:** Version bump only for package @tds/community-side-navigation

packages/SideNavigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/community-side-navigation",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

0 commit comments

Comments
 (0)