Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
  @momentum-ui/icons@6.11.0
  @momentum-ui/core@15.3.10
  @momentum-ui/angular@6.5.0
  @momentum-ui/angularjs@11.0.21
  @momentum-ui/react@18.0.0
  • Loading branch information
collab-ui-bot committed Jun 19, 2019
1 parent 548513a commit ac2521b
Show file tree
Hide file tree
Showing 29 changed files with 14,232 additions and 14,121 deletions.
4 changes: 2 additions & 2 deletions angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "momentum-ui-angular-cli",
"version": "20.0.0",
"version": "21.0.0",
"scripts": {
"build": "run-s build:lib build:schematics",
"build:docs": "ng build --project=docs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@momentum-ui/core": "^15.3.9",
"@momentum-ui/core": "^15.3.10",
"@momentum-ui/utils": "^6.0.3",
"@percy/cypress": "^0.2.3",
"@types/jest": "^24.0.9",
Expand Down
12 changes: 12 additions & 0 deletions angular/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@6.4.9...@momentum-ui/angular@6.5.0) (2019-06-19)


### Features

* **FormLayout:** add form layout components ([a669735](https://github.com/momentum-design/momentum-ui/commit/a669735))
* **Lightbox:** add Angular Lightbox component ([a8f9e13](https://github.com/momentum-design/momentum-ui/commit/a8f9e13))





## [6.4.9](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@6.4.8...@momentum-ui/angular@6.4.9) (2019-06-18)

**Note:** Version bump only for package @momentum-ui/angular
Expand Down
4 changes: 2 additions & 2 deletions angular/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/angular",
"version": "6.4.9",
"version": "6.5.0",
"description": "The Cisco Momentum UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.",
"homepage": "http://momentum.design/components",
"keywords": [
Expand All @@ -14,7 +14,7 @@
],
"schematics": "./schematics/collection.json",
"dependencies": {
"@momentum-ui/core": "^15.3.9",
"@momentum-ui/core": "^15.3.10",
"@momentum-ui/utils": "^6.0.3"
},
"author": "Cisco Systems, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions angularjs/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.

## [11.0.21](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@11.0.20...@momentum-ui/angularjs@11.0.21) (2019-06-19)

**Note:** Version bump only for package @momentum-ui/angularjs





## [11.0.20](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@11.0.19...@momentum-ui/angularjs@11.0.20) (2019-06-18)


Expand Down
4 changes: 2 additions & 2 deletions angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@momentum-ui/angularjs",
"description": "Cisco Momentum UI AngularJS 1.X components",
"version": "11.0.20",
"version": "11.0.21",
"main": "bundles/momentum-ui-angularjs.umd.js",
"typings": "types/momentum-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@momentum-ui/core": "^15.3.9"
"@momentum-ui/core": "^15.3.10"
},
"peerDependencies": {
"angular": ">= 1.6.0",
Expand Down
12 changes: 12 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [15.3.10](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@15.3.9...@momentum-ui/core@15.3.10) (2019-06-19)


### Bug Fixes

* **sidebar:** add media query for sidebar width ([00053e0](https://github.com/momentum-design/momentum-ui/commit/00053e0))
* **sidebar:** fix position of sidebar within sidebar wrapper ([f0c61d2](https://github.com/momentum-design/momentum-ui/commit/f0c61d2))





## [15.3.9](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@15.3.8...@momentum-ui/core@15.3.9) (2019-06-18)

**Note:** Version bump only for package @momentum-ui/core
Expand Down
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@momentum-ui/core",
"description": "Cisco Momentum UI CSS Framework",
"version": "15.3.9",
"version": "15.3.10",
"author": "Cisco Systems, Inc.",
"contributors": [
"Paul Jeter <pauljeter@gmail.com>"
Expand Down Expand Up @@ -58,7 +58,7 @@
"test:percy": "run-p --race start:app test:CI:percy"
},
"dependencies": {
"@momentum-ui/icons": "^6.10.0"
"@momentum-ui/icons": "^6.11.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -72,7 +72,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@gfx/zopfli": "^1.0.8",
"@momentum-ui/react": "^17.3.9",
"@momentum-ui/react": "^18.0.0",
"@momentum-ui/utils": "^6.0.3",
"@percy/cypress": "^0.2.3",
"autoprefixer": "^7.2.4",
Expand Down
Loading

0 comments on commit ac2521b

Please sign in to comment.