diff --git a/packages/FlexGrid/CHANGELOG.md b/packages/FlexGrid/CHANGELOG.md index b314fc514a..e0464a72a9 100644 --- a/packages/FlexGrid/CHANGELOG.md +++ b/packages/FlexGrid/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/telusdigital/tds/compare/@tds/core-flex-grid@3.0.11...@tds/core-flex-grid@3.1.0) (2020-08-25) + + +### Features + +* **core-flex-grid:** add outsideGutter property ([d5b1a36](https://github.com/telusdigital/tds/commit/d5b1a3650b9511ec3796573550968e7ef207909e)) + + + + + ## [3.0.11](https://github.com/telusdigital/tds/compare/@tds/core-flex-grid@3.0.10...@tds/core-flex-grid@3.0.11) (2020-07-22) **Note:** Version bump only for package @tds/core-flex-grid diff --git a/packages/FlexGrid/package.json b/packages/FlexGrid/package.json index cc0b77b61c..fe528ec279 100644 --- a/packages/FlexGrid/package.json +++ b/packages/FlexGrid/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-flex-grid", - "version": "3.0.11", + "version": "3.1.0", "description": "A flexbox-based grid system", "main": "index.cjs.js", "module": "index.es.js", diff --git a/packages/Notification/CHANGELOG.md b/packages/Notification/CHANGELOG.md index ba13400d61..e3156a8e8c 100644 --- a/packages/Notification/CHANGELOG.md +++ b/packages/Notification/CHANGELOG.md @@ -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.30](https://github.com/telusdigital/tds/compare/@tds/core-notification@3.0.29...@tds/core-notification@3.0.30) (2020-08-25) + +**Note:** Version bump only for package @tds/core-notification + + + + + ## [3.0.29](https://github.com/telusdigital/tds/compare/@tds/core-notification@3.0.28...@tds/core-notification@3.0.29) (2020-08-18) **Note:** Version bump only for package @tds/core-notification diff --git a/packages/Notification/package.json b/packages/Notification/package.json index 24a3fe94a4..cedf873fcc 100644 --- a/packages/Notification/package.json +++ b/packages/Notification/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-notification", - "version": "3.0.29", + "version": "3.0.30", "description": "A banner that highlights important messages", "main": "index.cjs.js", "module": "index.es.js", @@ -29,7 +29,7 @@ "@tds/core-box": "^2.3.0", "@tds/core-colours": "^2.2.1", "@tds/core-feedback-icon": "^1.0.7", - "@tds/core-flex-grid": "^3.0.11", + "@tds/core-flex-grid": "^3.1.0", "@tds/core-interactive-icon": "^2.0.4", "@tds/core-paragraph": "^2.0.13", "@tds/shared-animation": "^3.0.0", diff --git a/packages/StepTracker/CHANGELOG.md b/packages/StepTracker/CHANGELOG.md index b1deb420c2..0f16b9ae63 100644 --- a/packages/StepTracker/CHANGELOG.md +++ b/packages/StepTracker/CHANGELOG.md @@ -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.36](https://github.com/telusdigital/tds/compare/@tds/core-step-tracker@4.0.35...@tds/core-step-tracker@4.0.36) (2020-08-25) + +**Note:** Version bump only for package @tds/core-step-tracker + + + + + ## [4.0.35](https://github.com/telusdigital/tds/compare/@tds/core-step-tracker@4.0.34...@tds/core-step-tracker@4.0.35) (2020-08-17) **Note:** Version bump only for package @tds/core-step-tracker diff --git a/packages/StepTracker/package.json b/packages/StepTracker/package.json index 97f256022b..138ff66133 100644 --- a/packages/StepTracker/package.json +++ b/packages/StepTracker/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-step-tracker", - "version": "4.0.35", + "version": "4.0.36", "description": "Show the current position in a sequence of steps", "main": "index.cjs.js", "module": "index.es.js", @@ -29,7 +29,7 @@ "@tds/core-box": "^2.3.0", "@tds/core-colours": "^2.2.1", "@tds/core-decorative-icon": "^2.6.4", - "@tds/core-flex-grid": "^3.0.11", + "@tds/core-flex-grid": "^3.1.0", "@tds/core-responsive": "^1.3.3", "@tds/core-text": "^3.1.1", "@tds/util-helpers": "^1.4.2", diff --git a/packages/TermsAndConditions/CHANGELOG.md b/packages/TermsAndConditions/CHANGELOG.md index 42a39bf4c0..773c295b8a 100644 --- a/packages/TermsAndConditions/CHANGELOG.md +++ b/packages/TermsAndConditions/CHANGELOG.md @@ -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.2.28](https://github.com/telus/tds-core/compare/@tds/core-terms-and-conditions@1.2.27...@tds/core-terms-and-conditions@1.2.28) (2020-08-25) + +**Note:** Version bump only for package @tds/core-terms-and-conditions + + + + + ## [1.2.27](https://github.com/telus/tds-core/compare/@tds/core-terms-and-conditions@1.2.26...@tds/core-terms-and-conditions@1.2.27) (2020-08-18) **Note:** Version bump only for package @tds/core-terms-and-conditions diff --git a/packages/TermsAndConditions/package.json b/packages/TermsAndConditions/package.json index 357347f183..e0089a04ad 100644 --- a/packages/TermsAndConditions/package.json +++ b/packages/TermsAndConditions/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-terms-and-conditions", - "version": "1.2.27", + "version": "1.2.28", "description": "", "main": "index.cjs.js", "module": "index.es.js", @@ -30,7 +30,7 @@ "@tds/core-box": "^2.3.0", "@tds/core-colours": "^2.2.1", "@tds/core-dimple-divider": "^2.0.13", - "@tds/core-flex-grid": "^3.0.11", + "@tds/core-flex-grid": "^3.1.0", "@tds/core-hairline-divider": "^2.0.14", "@tds/core-heading": "^3.0.4", "@tds/core-link": "^2.2.7", diff --git a/packages/Video/CHANGELOG.md b/packages/Video/CHANGELOG.md index be73fd7b05..01ddd92288 100644 --- a/packages/Video/CHANGELOG.md +++ b/packages/Video/CHANGELOG.md @@ -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.6](https://github.com/telus/tds-core/compare/@tds/core-video@1.3.5...@tds/core-video@1.3.6) (2020-08-25) + +**Note:** Version bump only for package @tds/core-video + + + + + ## [1.3.5](https://github.com/telus/tds-core/compare/@tds/core-video@1.3.4...@tds/core-video@1.3.5) (2020-08-18) **Note:** Version bump only for package @tds/core-video diff --git a/packages/Video/package.json b/packages/Video/package.json index 37317f51f5..73d47e90db 100644 --- a/packages/Video/package.json +++ b/packages/Video/package.json @@ -1,6 +1,6 @@ { "name": "@tds/core-video", - "version": "1.3.5", + "version": "1.3.6", "description": "", "main": "index.cjs.js", "module": "index.es.js", @@ -29,7 +29,7 @@ "@tds/core-box": "^2.3.0", "@tds/core-colours": "^2.2.1", "@tds/core-decorative-icon": "^2.6.4", - "@tds/core-flex-grid": "^3.0.11", + "@tds/core-flex-grid": "^3.1.0", "@tds/core-paragraph": "^2.0.13", "@tds/core-responsive": "^1.3.3", "@tds/core-spinner": "^3.1.14",