Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
    @momentum-ui/core@19.2.2
    @momentum-ui/react@23.1.2
    @momentum-ui/angular@10.4.2
    @momentum-ui/angularjs@13.0.61
    @momentum-ui/vue@1.0.0-beta.63
  • Loading branch information
collab-ui-bot committed Jan 25, 2020
1 parent 125da63 commit 71a79e0
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 12 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": "115.0.0",
"version": "116.0.0",
"scripts": {
"build": "run-s build:lib build:schematics",
"build:docs": "ng build --project=docs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@momentum-ui/core": "^19.2.1",
"@momentum-ui/core": "^19.2.2",
"@momentum-ui/utils": "^6.0.4",
"@percy/cypress": "^0.2.3",
"@types/jest": "^24.0.9",
Expand Down
8 changes: 8 additions & 0 deletions angular/src/lib/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.

## [10.4.2](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@10.4.1...@momentum-ui/angular@10.4.2) (2020-01-25)

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





## [10.4.1](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@10.4.0...@momentum-ui/angular@10.4.1) (2020-01-25)

**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": "10.4.1",
"version": "10.4.2",
"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": "^19.2.1",
"@momentum-ui/core": "^19.2.2",
"@momentum-ui/icons": "^7.21.0",
"@momentum-ui/utils": "6.0.4"
},
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.

## [13.0.61](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@13.0.60...@momentum-ui/angularjs@13.0.61) (2020-01-25)

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





## [13.0.60](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@13.0.59...@momentum-ui/angularjs@13.0.60) (2020-01-25)

**Note:** Version bump only for package @momentum-ui/angularjs
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": "13.0.60",
"version": "13.0.61",
"main": "bundles/momentum-ui-angularjs.umd.js",
"typings": "types/momentum-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
Expand Down Expand Up @@ -70,7 +70,7 @@
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@momentum-ui/core": "^19.2.1",
"@momentum-ui/core": "^19.2.2",
"@momentum-ui/icons": "^7.21.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions core/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.

## [19.2.2](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@19.2.1...@momentum-ui/core@19.2.2) (2020-01-25)


### Bug Fixes

* **top-bar:** make avatar topbar styling more specific ([125da63](https://github.com/momentum-design/momentum-ui/commit/125da63))





## [19.2.1](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@19.2.0...@momentum-ui/core@19.2.1) (2020-01-25)


Expand Down
4 changes: 2 additions & 2 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": "19.2.1",
"version": "19.2.2",
"author": "Cisco Systems, Inc.",
"contributors": [
"Paul Jeter <pauljeter@gmail.com>"
Expand Down Expand Up @@ -74,7 +74,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "~16.8.0",
"@momentum-ui/react": "^23.1.1",
"@momentum-ui/react": "^23.1.2",
"@momentum-ui/utils": "^6.0.4",
"@percy/cypress": "^0.2.3",
"autoprefixer": "^7.2.4",
Expand Down
8 changes: 8 additions & 0 deletions react/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.

## [23.1.2](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/react@23.1.1...@momentum-ui/react@23.1.2) (2020-01-25)

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





## [23.1.1](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/react@23.1.0...@momentum-ui/react@23.1.1) (2020-01-25)


Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/react",
"version": "23.1.1",
"version": "23.1.2",
"description": "Cisco Momentum UI framework for ReactJs applications",
"author": "Cisco Systems, Inc.",
"contributors": [
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@momentum-ui/core": "^19.2.1",
"@momentum-ui/core": "^19.2.2",
"@momentum-ui/icons": "^7.21.0",
"@momentum-ui/utils": "6.0.4",
"@restart/context": "^2.1.4",
Expand Down
8 changes: 8 additions & 0 deletions vue/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.0-beta.63](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/vue@1.0.0-beta.62...@momentum-ui/vue@1.0.0-beta.63) (2020-01-25)

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





# [1.0.0-beta.62](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/vue@1.0.0-beta.61...@momentum-ui/vue@1.0.0-beta.62) (2020-01-25)

**Note:** Version bump only for package @momentum-ui/vue
Expand Down
4 changes: 2 additions & 2 deletions vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/vue",
"version": "1.0.0-beta.62",
"version": "1.0.0-beta.63",
"description": "Cisco Momentum UI framework for Vue.js applications",
"author": "Cisco Systems, Inc.",
"main": "lib/index.common.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.5.4",
"@momentum-ui/core": "^19.2.1",
"@momentum-ui/core": "^19.2.2",
"@momentum-ui/utils": "^6.0.4",
"babel-preset-vue": "^2.0.2",
"dom-helpers": "^3.4.0",
Expand Down

0 comments on commit 71a79e0

Please sign in to comment.