Skip to content

Commit 1649c45

Browse files
author
TDSBot
committed
1 parent 15865dd commit 1649c45

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.54](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-07-14)
7+
8+
**Note:** Version bump only for package @tds/core-benefit
9+
10+
11+
12+
13+
614
## [1.0.53](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-06-25)
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.53",
3+
"version": "1.0.54",
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.11.0"
37+
"@tds/core-decorative-icon": "^2.11.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.54](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-07-14)
7+
8+
**Note:** Version bump only for package @tds/core-checkbox
9+
10+
11+
12+
13+
614
## [2.0.53](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-06-25)
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.53",
3+
"version": "2.0.54",
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.11.0",
30+
"@tds/core-decorative-icon": "^2.11.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.12](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-07-14)
7+
8+
**Note:** Version bump only for package @tds/core-chevron-link
9+
10+
11+
12+
13+
614
## [2.2.11](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-06-25)
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.11",
3+
"version": "2.2.12",
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.11.0",
31+
"@tds/core-decorative-icon": "^2.11.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.11.1](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **core-decorative-icon:** fixed bill svg icon ([f46fed3](https://github.com/telusdigital/tds/commit/f46fed3c736163c871b2d5c9c4e4f7ea39c89472))
12+
13+
14+
15+
16+
617
# [2.11.0](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-06-25)
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.11.0",
3+
"version": "2.11.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.6](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-07-14)
7+
8+
**Note:** Version bump only for package @tds/core-expand-collapse
9+
10+
11+
12+
13+
614
## [2.3.5](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-06-25)
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.5",
3+
"version": "2.3.6",
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.11.0",
31+
"@tds/core-decorative-icon": "^2.11.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)