Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TDSBot committed Mar 20, 2020
1 parent f829392 commit 50cf64f
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/DatePicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-20)

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





## [1.0.1](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-19)

**Note:** Version bump only for package @tds/community-date-picker
Expand Down
2 changes: 1 addition & 1 deletion packages/DatePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-date-picker",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/InputGroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-03-20)


### Bug Fixes

* **community-input-group:** Update min, max width and enable a11ly close text ([fcd9218](https://github.com/telus/tds-community/commit/fcd9218))
* **community-input-group:** Update style to use outline raidus for mozilla ([3e292ba](https://github.com/telus/tds-community/commit/3e292ba))


### Features

* **community-input-group:** add input group component ([3560e25](https://github.com/telus/tds-community/commit/3560e25))
2 changes: 1 addition & 1 deletion packages/InputGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-input-group",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/Pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-20)

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





## [2.0.2](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-19)

**Note:** Version bump only for package @tds/community-pagination
Expand Down
2 changes: 1 addition & 1 deletion packages/Pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-pagination",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/SideNavigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.6](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-20)

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





## [3.0.5](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-19)

**Note:** Version bump only for package @tds/community-side-navigation
Expand Down
2 changes: 1 addition & 1 deletion packages/SideNavigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-side-navigation",
"version": "3.0.5",
"version": "3.0.6",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/Tags/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/telus/tds-community/compare/@tds/[email protected]...@tds/[email protected]) (2020-03-20)

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





# 1.0.0 (2020-03-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/Tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-tags",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit 50cf64f

Please sign in to comment.