Skip to content

Commit d85b74e

Browse files
author
TDSBot
committed
1 parent 3270935 commit d85b74e

File tree

20 files changed

+104
-21
lines changed

20 files changed

+104
-21
lines changed

packages/Benefit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.50](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-10)
7+
8+
**Note:** Version bump only for package @tds/core-benefit
9+
10+
11+
12+
13+
614
## [1.0.49](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)
715

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

packages/Benefit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-benefit",
3-
"version": "1.0.49",
3+
"version": "1.0.50",
44
"description": "",
55
"main": "index.cjs.js",
66
"module": "index.es.js",
@@ -34,6 +34,6 @@
3434
"prop-types": "^15.5.10"
3535
},
3636
"devDependencies": {
37-
"@tds/core-decorative-icon": "^2.8.0"
37+
"@tds/core-decorative-icon": "^2.8.1"
3838
}
3939
}

packages/Checkbox/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.50](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-10)
7+
8+
**Note:** Version bump only for package @tds/core-checkbox
9+
10+
11+
12+
13+
614
## [2.0.49](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)
715

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

packages/Checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-checkbox",
3-
"version": "2.0.49",
3+
"version": "2.0.50",
44
"main": "index.cjs.js",
55
"module": "index.es.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@tds/core-box": "^2.3.4",
2929
"@tds/core-colours": "^2.2.1",
30-
"@tds/core-decorative-icon": "^2.8.0",
30+
"@tds/core-decorative-icon": "^2.8.1",
3131
"@tds/core-input-feedback": "^2.0.24",
3232
"@tds/core-paragraph": "^2.0.18",
3333
"@tds/core-text": "^3.1.5",

packages/ChevronLink/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.8](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-10)
7+
8+
**Note:** Version bump only for package @tds/core-chevron-link
9+
10+
11+
12+
13+
614
## [2.2.7](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)
715

816
**Note:** Version bump only for package @tds/core-chevron-link

packages/ChevronLink/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-chevron-link",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "A call to action link",
55
"main": "index.cjs.js",
66
"module": "index.es.js",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@tds/core-box": "^2.3.4",
3030
"@tds/core-colours": "^2.2.1",
31-
"@tds/core-decorative-icon": "^2.8.0",
31+
"@tds/core-decorative-icon": "^2.8.1",
3232
"@tds/shared-typography": "^1.3.5",
3333
"@tds/util-helpers": "^1.6.0",
3434
"@tds/util-prop-types": "^1.4.0",

packages/DecorativeIcon/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.1](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **core-decorative-icon:** cleanup ambulance icon ([3270935](https://github.com/telusdigital/tds/commit/3270935bb70208fd637eaccfb79a82a865bb2fa1))
12+
13+
14+
15+
16+
617
# [2.8.0](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)
718

819

packages/DecorativeIcon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-decorative-icon",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "An icon used for visual aesthetics only",
55
"main": "index.cjs.js",
66
"module": "index.es.js",

packages/ExpandCollapse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.3.2](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-10)
7+
8+
**Note:** Version bump only for package @tds/core-expand-collapse
9+
10+
11+
12+
13+
614
## [2.3.1](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)
715

816
**Note:** Version bump only for package @tds/core-expand-collapse

packages/ExpandCollapse/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tds/core-expand-collapse",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "A connected series of expandable content areas",
55
"main": "index.cjs.js",
66
"module": "index.es.js",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@tds/core-box": "^2.3.4",
3030
"@tds/core-colours": "^2.2.1",
31-
"@tds/core-decorative-icon": "^2.8.0",
31+
"@tds/core-decorative-icon": "^2.8.1",
3232
"@tds/core-dimple-divider": "^2.0.17",
3333
"@tds/core-hairline-divider": "^2.0.18",
3434
"@tds/core-responsive": "^1.3.4",

0 commit comments

Comments
 (0)