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 Sep 8, 2020
1 parent 0f8cb9b commit 14dd0ee
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 9 deletions.
16 changes: 16 additions & 0 deletions packages/FlexGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)


### Features

* **core-flex-grid:** handle boolean sizes ([0f8cb9b](https://github.com/telusdigital/tds/commit/0f8cb9bd7049c8abc5805e82830ad25818141a7f))


### BREAKING CHANGES

* **core-flex-grid:** drop support for xs={undefined} style props





## [3.1.2](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/FlexGrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-flex-grid",
"version": "3.1.2",
"version": "4.0.0",
"description": "A flexbox-based grid system",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/Notification/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.1.3](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)

**Note:** Version bump only for package @tds/core-notification





## [3.1.2](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)

**Note:** Version bump only for package @tds/core-notification
Expand Down
4 changes: 2 additions & 2 deletions packages/Notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-notification",
"version": "3.1.2",
"version": "3.1.3",
"description": "A banner that highlights important messages",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@tds/core-box": "^2.3.2",
"@tds/core-colours": "^2.2.1",
"@tds/core-feedback-icon": "^1.0.9",
"@tds/core-flex-grid": "^3.1.2",
"@tds/core-flex-grid": "^4.0.0",
"@tds/core-interactive-icon": "^2.1.0",
"@tds/core-paragraph": "^2.0.15",
"@tds/shared-animation": "^3.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/StepTracker/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.

## [4.0.39](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)

**Note:** Version bump only for package @tds/core-step-tracker





## [4.0.38](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/StepTracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-step-tracker",
"version": "4.0.38",
"version": "4.0.39",
"description": "Show the current position in a sequence of steps",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@tds/core-box": "^2.3.2",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.6.6",
"@tds/core-flex-grid": "^3.1.2",
"@tds/core-flex-grid": "^4.0.0",
"@tds/core-responsive": "^1.3.3",
"@tds/core-text": "^3.1.3",
"@tds/util-helpers": "^1.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/TermsAndConditions/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.3.3](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)

**Note:** Version bump only for package @tds/core-terms-and-conditions





## [1.3.2](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/TermsAndConditions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-terms-and-conditions",
"version": "1.3.2",
"version": "1.3.3",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@tds/core-box": "^2.3.2",
"@tds/core-colours": "^2.2.1",
"@tds/core-dimple-divider": "^2.0.15",
"@tds/core-flex-grid": "^3.1.2",
"@tds/core-flex-grid": "^4.0.0",
"@tds/core-hairline-divider": "^2.0.16",
"@tds/core-heading": "^3.0.6",
"@tds/core-link": "^2.2.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/Video/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.3.9](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)

**Note:** Version bump only for package @tds/core-video





## [1.3.8](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2020-09-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/Video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-video",
"version": "1.3.8",
"version": "1.3.9",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@tds/core-box": "^2.3.2",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.6.6",
"@tds/core-flex-grid": "^3.1.2",
"@tds/core-flex-grid": "^4.0.0",
"@tds/core-paragraph": "^2.0.15",
"@tds/core-responsive": "^1.3.3",
"@tds/core-spinner": "^3.1.16",
Expand Down

0 comments on commit 14dd0ee

Please sign in to comment.