Skip to content

Commit

Permalink
chore(packages): publish
Browse files Browse the repository at this point in the history
 - @tds/community-side-navigation@1.0.0
 - @tds/community-testimonial@1.0.3
 - @tds/community-toggle-switch@1.0.2
  • Loading branch information
theetrain committed Jan 8, 2019
1 parent ad86255 commit 6a8e950
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 24 deletions.
19 changes: 19 additions & 0 deletions packages/SideNavigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2019-01-08)

### Bug Fixes

- **community-side-navigation:** fix extra whitespace on ie ([91d1eb2](https://github.com/telus/tds-community/commit/91d1eb2))
- **community-side-navigation:** fix issue when side nav has overflow ([c1f0ff1](https://github.com/telus/tds-community/commit/c1f0ff1))
- **community-side-navigation:** fix sidenav jump to bottom ([845f1e5](https://github.com/telus/tds-community/commit/845f1e5))
- **community-side-navigation:** set explicit white background ([dc43d66](https://github.com/telus/tds-community/commit/dc43d66))

### Features

- **community-side-navigation:** active submenu is open by default ([5774e37](https://github.com/telus/tds-community/commit/5774e37))
- **community-side-navigation:** add accordion prop and remove id prop ([8983ae1](https://github.com/telus/tds-community/commit/8983ae1))
- **community-side-navigation:** add sidenavigation component ([b883652](https://github.com/telus/tds-community/commit/b883652))
2 changes: 1 addition & 1 deletion packages/SideNavigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-side-navigation",
"version": "1.0.0-preview",
"version": "1.0.0",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
28 changes: 14 additions & 14 deletions packages/Testimonial/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.2"></a>
## [1.0.2](https://github.com/telus/tds-community/compare/@tds/community-testimonial@1.0.1...@tds/community-testimonial@1.0.2) (2018-11-27)

## [1.0.3](https://github.com/telus/tds-community/compare/@tds/community-testimonial@1.0.2...@tds/community-testimonial@1.0.3) (2019-01-08)

### Bug Fixes

* **community-testimonial:** move util-prop-types to dependencies ([1e3ccf5](https://github.com/telus/tds-community/commit/1e3ccf5))
* **community-testimonial:** refactor proptypes package ([ec2efbd](https://github.com/telus/tds-community/commit/ec2efbd))

- **community-testimonial:** bump version of [@tds](https://github.com/tds)/util-prop-types ([8e934e0](https://github.com/telus/tds-community/commit/8e934e0))

<a name="1.0.2"></a>

## [1.0.2](https://github.com/telus/tds-community/compare/@tds/community-testimonial@1.0.1...@tds/community-testimonial@1.0.2) (2018-11-27)

<a name="1.0.1"></a>
## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-testimonial@1.0.0...@tds/community-testimonial@1.0.1) (2018-10-22)
### Bug Fixes

- **community-testimonial:** move util-prop-types to dependencies ([1e3ccf5](https://github.com/telus/tds-community/commit/1e3ccf5))
- **community-testimonial:** refactor proptypes package ([ec2efbd](https://github.com/telus/tds-community/commit/ec2efbd))

<a name="1.0.1"></a>

## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-testimonial@1.0.0...@tds/community-testimonial@1.0.1) (2018-10-22)

**Note:** Version bump only for package @tds/community-testimonial

<a name="1.0.0"></a>
# 1.0.0 (2018-10-10)

# 1.0.0 (2018-10-10)

### Bug Fixes

* **community-testimonial:** add defaultProps ([98a314b](https://github.com/telus/tds-community/commit/98a314b))
* **community-testimonial:** add responsive styles ([10ff101](https://github.com/telus/tds-community/commit/10ff101))

- **community-testimonial:** add defaultProps ([98a314b](https://github.com/telus/tds-community/commit/98a314b))
- **community-testimonial:** add responsive styles ([10ff101](https://github.com/telus/tds-community/commit/10ff101))

### Features

* **community-testimonial:** added testimonial component ([be4dc67](https://github.com/telus/tds-community/commit/be4dc67))
* **community-testimonial:** component refactor based on PR comments ([bc6e89c](https://github.com/telus/tds-community/commit/bc6e89c))
- **community-testimonial:** added testimonial component ([be4dc67](https://github.com/telus/tds-community/commit/be4dc67))
- **community-testimonial:** component refactor based on PR comments ([bc6e89c](https://github.com/telus/tds-community/commit/bc6e89c))
2 changes: 1 addition & 1 deletion packages/Testimonial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-testimonial",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down
15 changes: 8 additions & 7 deletions packages/ToggleSwitch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-toggle-switch@1.0.0...@tds/community-toggle-switch@1.0.1) (2018-10-22)
## [1.0.2](https://github.com/telus/tds-community/compare/@tds/community-toggle-switch@1.0.1...@tds/community-toggle-switch@1.0.2) (2019-01-08)

**Note:** Version bump only for package @tds/community-toggle-switch

<a name="1.0.1"></a>

## [1.0.1](https://github.com/telus/tds-community/compare/@tds/community-toggle-switch@1.0.0...@tds/community-toggle-switch@1.0.1) (2018-10-22)

**Note:** Version bump only for package @tds/community-toggle-switch

<a name="1.0.0"></a>
# 1.0.0 (2018-10-10)

# 1.0.0 (2018-10-10)

### Bug Fixes

* **community-toggle-switch:** added missing jest snapshot ([39d3564](https://github.com/telus/tds-community/commit/39d3564))
* **community-toggle-switch:** lerna add dependencies from [@tds](https://github.com/tds)/core-* ([4013772](https://github.com/telus/tds-community/commit/4013772))

- **community-toggle-switch:** added missing jest snapshot ([39d3564](https://github.com/telus/tds-community/commit/39d3564))
- **community-toggle-switch:** lerna add dependencies from [@tds](https://github.com/tds)/core-\* ([4013772](https://github.com/telus/tds-community/commit/4013772))

### Features

* **community-toggle-switch:** initial commit for component ([198cdbf](https://github.com/telus/tds-community/commit/198cdbf))
- **community-toggle-switch:** initial commit for component ([198cdbf](https://github.com/telus/tds-community/commit/198cdbf))
2 changes: 1 addition & 1 deletion packages/ToggleSwitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tds/community-toggle-switch",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit 6a8e950

Please sign in to comment.