Skip to content

Commit 50cf64f

Browse files
author
TDSBot
committed
chore(publish): update packages
- @tds/community-date-picker@1.0.2 - @tds/community-input-group@1.0.0 - @tds/community-pagination@2.0.3 - @tds/community-side-navigation@3.0.6 - @tds/community-tags@1.0.1
1 parent f829392 commit 50cf64f

File tree

10 files changed

+54
-5
lines changed

10 files changed

+54
-5
lines changed

packages/DatePicker/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.2](https://github.com/telus/tds-community/compare/@tds/community-date-picker@1.0.1...@tds/community-date-picker@1.0.2) (2020-03-20)
7+
8+
**Note:** Version bump only for package @tds/community-date-picker
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-date-picker@1.0.0...@tds/community-date-picker@1.0.1) (2020-03-19)
715

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

packages/DatePicker/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-date-picker",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/InputGroup/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **community-input-group:** Update min, max width and enable a11ly close text ([fcd9218](https://github.com/telus/tds-community/commit/fcd9218))
12+
* **community-input-group:** Update style to use outline raidus for mozilla ([3e292ba](https://github.com/telus/tds-community/commit/3e292ba))
13+
14+
15+
### Features
16+
17+
* **community-input-group:** add input group component ([3560e25](https://github.com/telus/tds-community/commit/3560e25))

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-0",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/Pagination/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+
## [2.0.3](https://github.com/telus/tds-community/compare/@tds/community-pagination@2.0.2...@tds/community-pagination@2.0.3) (2020-03-20)
7+
8+
**Note:** Version bump only for package @tds/community-pagination
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/telus/tds-community/compare/@tds/community-pagination@2.0.1...@tds/community-pagination@2.0.2) (2020-03-19)
715

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

packages/Pagination/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-pagination",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
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.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)
7+
8+
**Note:** Version bump only for package @tds/community-side-navigation
9+
10+
11+
12+
13+
614
## [3.0.5](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.4...@tds/community-side-navigation@3.0.5) (2020-03-19)
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.5",
3+
"version": "3.0.6",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/Tags/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.1](https://github.com/telus/tds-community/compare/@tds/community-tags@1.0.0...@tds/community-tags@1.0.1) (2020-03-20)
7+
8+
**Note:** Version bump only for package @tds/community-tags
9+
10+
11+
12+
13+
614
# 1.0.0 (2020-03-19)
715

816

packages/Tags/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-tags",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

0 commit comments

Comments
 (0)