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 May 7, 2021
1 parent cb4cc47 commit 4baf14c
Show file tree
Hide file tree
Showing 20 changed files with 104 additions and 21 deletions.
8 changes: 8 additions & 0 deletions packages/Benefit/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.0.49](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [1.0.48](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-benefit
Expand Down
4 changes: 2 additions & 2 deletions packages/Benefit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-benefit",
"version": "1.0.48",
"version": "1.0.49",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -34,6 +34,6 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@tds/core-decorative-icon": "^2.7.1"
"@tds/core-decorative-icon": "^2.8.0"
}
}
8 changes: 8 additions & 0 deletions packages/Checkbox/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.

## [2.0.49](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [2.0.48](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-checkbox
Expand Down
4 changes: 2 additions & 2 deletions packages/Checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-checkbox",
"version": "2.0.48",
"version": "2.0.49",
"main": "index.cjs.js",
"module": "index.es.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-input-feedback": "^2.0.24",
"@tds/core-paragraph": "^2.0.18",
"@tds/core-text": "^3.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/ChevronLink/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.

## [2.2.7](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [2.2.6](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-chevron-link
Expand Down
4 changes: 2 additions & 2 deletions packages/ChevronLink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-chevron-link",
"version": "2.2.6",
"version": "2.2.7",
"description": "A call to action link",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/shared-typography": "^1.3.5",
"@tds/util-helpers": "^1.6.0",
"@tds/util-prop-types": "^1.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/DecorativeIcon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.8.0](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)


### Features

* **core-decorative-icon:** add ambulance icon ([983047b](https://github.com/telusdigital/tds/commit/983047b052c401ae4c4bbb747a98f467cb7900d4))





## [2.7.1](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-decorative-icon
Expand Down
2 changes: 1 addition & 1 deletion packages/DecorativeIcon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-decorative-icon",
"version": "2.7.1",
"version": "2.8.0",
"description": "An icon used for visual aesthetics only",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ExpandCollapse/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.

## [2.3.1](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





# [2.3.0](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/ExpandCollapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-expand-collapse",
"version": "2.3.0",
"version": "2.3.1",
"description": "A connected series of expandable content areas",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-dimple-divider": "^2.0.17",
"@tds/core-hairline-divider": "^2.0.18",
"@tds/core-responsive": "^1.3.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/Select/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.2.30](https://github.com/telus/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [3.2.29](https://github.com/telus/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-03-18)

**Note:** Version bump only for package @tds/core-select
Expand Down
4 changes: 2 additions & 2 deletions packages/Select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-select",
"version": "3.2.29",
"version": "3.2.30",
"main": "index.cjs.js",
"module": "index.es.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-input": "^3.0.50",
"@tds/core-input-feedback": "^2.0.24",
"@tds/core-paragraph": "^2.0.18",
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.43](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [4.0.42](https://github.com/telusdigital/tds/compare/@tds/[email protected]...@tds/[email protected]) (2021-01-15)

**Note:** Version bump only for package @tds/core-step-tracker
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.42",
"version": "4.0.43",
"description": "Show the current position in a sequence of steps",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-flex-grid": "^4.0.2",
"@tds/core-responsive": "^1.3.4",
"@tds/core-text": "^3.1.5",
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.15](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [1.3.14](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-02-02)

**Note:** Version bump only for package @tds/core-video
Expand Down
6 changes: 3 additions & 3 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.14",
"version": "1.3.15",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-colours": "^2.2.1",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-flex-grid": "^4.0.2",
"@tds/core-paragraph": "^2.0.18",
"@tds/core-responsive": "^1.3.4",
Expand All @@ -38,6 +38,6 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@tds/shared-video-splash": "^1.1.41"
"@tds/shared-video-splash": "^1.1.42"
}
}
8 changes: 8 additions & 0 deletions packages/WebVideo/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.1.22](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [1.1.21](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-03-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/WebVideo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/core-web-video",
"version": "1.1.21",
"version": "1.1.22",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand All @@ -27,14 +27,14 @@
},
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-paragraph": "^2.0.18",
"@tds/core-responsive": "^1.3.4",
"@tds/util-helpers": "^1.6.0",
"prop-types": "^15.5.10",
"react-youtube": "^7.9.0"
},
"devDependencies": {
"@tds/shared-video-splash": "^1.1.41"
"@tds/shared-video-splash": "^1.1.42"
}
}
8 changes: 8 additions & 0 deletions shared/components/VideoSplash/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.1.42](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-05-07)

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





## [1.1.41](https://github.com/telus/tds-core/compare/@tds/[email protected]...@tds/[email protected]) (2021-02-02)


Expand Down
4 changes: 2 additions & 2 deletions shared/components/VideoSplash/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tds/shared-video-splash",
"version": "1.1.41",
"version": "1.1.42",
"private": true,
"main": "",
"module": "",
"dependencies": {
"@tds/core-box": "^2.3.4",
"@tds/core-decorative-icon": "^2.7.1",
"@tds/core-decorative-icon": "^2.8.0",
"@tds/core-paragraph": "^2.0.18",
"@tds/core-responsive": "^1.3.4",
"@tds/util-helpers": "^1.6.0",
Expand Down

0 comments on commit 4baf14c

Please sign in to comment.