Skip to content

Commit

Permalink
chore(publish): update packages
Browse files Browse the repository at this point in the history
 - @tds/community-progress@2.0.0
  • Loading branch information
TDSBot committed Feb 7, 2020
1 parent 44c9813 commit d7aa883
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/Progress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
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/telusdigital/tds-community/compare/@tds/community-progress@1.0.2...@tds/community-progress@2.0.0) (2020-02-07)


### Features

* **community-progress:** implement new design standards ([7eaf907](https://github.com/telusdigital/tds-community/commit/7eaf907))


### BREAKING CHANGES

* **community-progress:** progress bar height has been adjusted and no longer changes with viewport
* **community-progress:** allyLabel prop in Progress is required to aid assistive technology
* **community-progress:** 'primary' variant is now named 'positive'
* **community-progress:** 'error' variant is now named 'negative'
* **community-progress:** removed 'secondary' variant
* **community-progress:** styled components is now a peer dependency





## [1.0.2](https://github.com/telusdigital/tds-community/compare/@tds/community-progress@1.0.1...@tds/community-progress@1.0.2) (2019-09-17)

**Note:** Version bump only for package @tds/community-progress
Expand Down
2 changes: 1 addition & 1 deletion packages/Progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-progress",
"version": "1.0.2",
"version": "2.0.0",
"description": "A progress indicator. Can be used to indicated usage for example.",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit d7aa883

Please sign in to comment.