Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
 - @tds/community-pagination@2.0.0
 - @tds/community-side-navigation@3.0.2
 - @tds/community-skeleton-provider@2.0.2
  • Loading branch information
TDSBot committed Oct 10, 2019
1 parent c4b52b8 commit e5d825b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
23 changes: 23 additions & 0 deletions packages/Pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/telus/tds-community/compare/@tds/community-pagination@1.0.3...@tds/community-pagination@2.0.0) (2019-10-10)


### Bug Fixes

* **community-pagination:** design changes ([c648bc3](https://github.com/telus/tds-community/commit/c648bc3))
* **packages:** adding styled-components ([cf613ba](https://github.com/telus/tds-community/commit/cf613ba))


### Features

* **community-pagination:** design changes ([4d0d662](https://github.com/telus/tds-community/commit/4d0d662))


### BREAKING CHANGES

* **packages:** add styled-components to peerDependencies of Pagination
* **community-pagination:** Default visual designs have changed





## [1.0.3](https://github.com/telus/tds-community/compare/@tds/community-pagination@1.0.2...@tds/community-pagination@1.0.3) (2019-09-17)

**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": "1.0.3",
"version": "2.0.0",
"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.2](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.1...@tds/community-side-navigation@3.0.2) (2019-10-10)

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





## [3.0.1](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@3.0.0...@tds/community-side-navigation@3.0.1) (2019-09-17)

**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.1",
"version": "3.0.2",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/SkeletonProvider/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.2](https://github.com/telus/tds-community/compare/@tds/community-skeleton-provider@2.0.1...@tds/community-skeleton-provider@2.0.2) (2019-10-10)

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





## [2.0.1](https://github.com/telus/tds-community/compare/@tds/community-skeleton-provider@2.0.0...@tds/community-skeleton-provider@2.0.1) (2019-09-17)

**Note:** Version bump only for package @tds/community-skeleton-provider
Expand Down
2 changes: 1 addition & 1 deletion packages/SkeletonProvider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-skeleton-provider",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit e5d825b

Please sign in to comment.