Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
 - @tds/community-pagination@1.0.0
 - @tds/community-side-navigation@1.1.1
 - @tds/community-skeleton@2.0.2
  • Loading branch information
TDSBot committed Apr 18, 2019
1 parent 6f45c61 commit 211204f
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
25 changes: 25 additions & 0 deletions packages/Pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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 (2019-04-18)


### Bug Fixes

* **community-pagination:** adjustment to elipsis ([acc713d](https://github.com/telus/tds-community/commit/acc713d))
* **community-pagination:** fixing spacing ([44dcef2](https://github.com/telus/tds-community/commit/44dcef2))
* **community-pagination:** safari bug fix ([5cb9ae7](https://github.com/telus/tds-community/commit/5cb9ae7))


### Features

* **community-pagination:** adding french accessibility text ([c578527](https://github.com/telus/tds-community/commit/c578527))
* **community-pagination:** adding unique keys to pagination ([6eb2a96](https://github.com/telus/tds-community/commit/6eb2a96))
* **community-pagination:** centering component ([1032622](https://github.com/telus/tds-community/commit/1032622))
* **community-pagination:** creating pagination component ([9ffeae9](https://github.com/telus/tds-community/commit/9ffeae9))
* **community-pagination:** french support,changes to styles,adding a11y ([6080093](https://github.com/telus/tds-community/commit/6080093))
* **community-pagination:** including tests and additional files ([5d3c382](https://github.com/telus/tds-community/commit/5d3c382))
* **community-pagination:** refactoring code ([e7394ee](https://github.com/telus/tds-community/commit/e7394ee))
* **packages:** adding hash to pagination deps ([1982942](https://github.com/telus/tds-community/commit/1982942))
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.0-preview",
"version": "1.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.

## [1.1.1](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@1.1.0...@tds/community-side-navigation@1.1.1) (2019-04-18)

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





# [1.1.0](https://github.com/telus/tds-community/compare/@tds/community-side-navigation@1.0.2...@tds/community-side-navigation@1.1.0) (2019-03-27)


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": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/Skeleton/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@2.0.1...@tds/community-skeleton@2.0.2) (2019-04-18)

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





<a name="2.0.1"></a>
## [2.0.1](https://github.com/telus/tds-community/compare/@tds/community-skeleton@2.0.0...@tds/community-skeleton@2.0.1) (2018-10-22)

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

0 comments on commit 211204f

Please sign in to comment.