Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
  @momentum-ui/angular@9.0.0
  @momentum-ui/angularjs@13.0.0
  @momentum-ui/charts@1.0.0-beta.1
  @momentum-ui/icons@6.33.0
  @momentum-ui/react@22.0.0
  @momentum-ui/vue@1.0.0-beta.4
  @momentum-ui/core@18.0.0
  • Loading branch information
collab-ui-bot committed Sep 18, 2019
1 parent 776e845 commit 3e6efcd
Show file tree
Hide file tree
Showing 33 changed files with 8,135 additions and 7,646 deletions.
2 changes: 1 addition & 1 deletion angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "momentum-ui-angular-cli",
"version": "51.0.0",
"version": "52.0.0",
"scripts": {
"build": "run-s build:lib build:schematics",
"build:docs": "ng build --project=docs",
Expand Down
33 changes: 33 additions & 0 deletions angular/src/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@8.3.3...@momentum-ui/angular@9.0.0) (2019-09-18)


### Bug Fixes

* **angular:** static injection error for cdk Overlay ([bd41839](https://github.com/momentum-design/momentum-ui/commit/bd41839))
* **radio:** support reactive form disabled state ([d8c419a](https://github.com/momentum-design/momentum-ui/commit/d8c419a))
* **select:** update select component to include new features and improvements ([6dd0afd](https://github.com/momentum-design/momentum-ui/commit/6dd0afd))


### Features

* **input:** add mdInput directive and create md-input-group ([8322db5](https://github.com/momentum-design/momentum-ui/commit/8322db5))
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e))
* **select:** add mdInput to filter search ([b9057e3](https://github.com/momentum-design/momentum-ui/commit/b9057e3))


### BREAKING CHANGES

* **input:** * remove search-input from angular library
* create input directive with new props(see documentation)
* create input-group component(see documentation)
* change input-error to input-message(remove error prop)
* update editable-textfield, combo-box
* add input kitchen sink example
* add input-section component
* remove message prop from input-message
* **select:** Select is restructured with added new features, props including Filter and new correct emitters





## [8.3.3](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angular@8.3.2...@momentum-ui/angular@8.3.3) (2019-09-14)


Expand Down
2 changes: 1 addition & 1 deletion angular/src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/angular",
"version": "8.3.3",
"version": "9.0.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 Down
20 changes: 20 additions & 0 deletions angularjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@12.2.17...@momentum-ui/angularjs@13.0.0) (2019-09-18)


### Features

* **form elements:** update new structure and remove deprecated components ([065260e](https://github.com/momentum-design/momentum-ui/commit/065260e))
* **input:** update class names and structure ([718fcc6](https://github.com/momentum-design/momentum-ui/commit/718fcc6))
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e))


### BREAKING CHANGES

* **form elements:** - remove deprecated md-radio & md-radio-list components
- remove deprecated md-checkbox component
- rename md-input-group to md-input-container





## [12.2.17](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/angularjs@12.2.16...@momentum-ui/angularjs@12.2.17) (2019-09-14)

**Note:** Version bump only for package @momentum-ui/angularjs
Expand Down
2 changes: 1 addition & 1 deletion 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": "12.2.17",
"version": "13.0.0",
"main": "bundles/momentum-ui-angularjs.umd.js",
"typings": "types/momentum-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
Expand Down
11 changes: 11 additions & 0 deletions charts/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.

# 1.0.0-beta.1 (2019-09-18)


### Bug Fixes

* **charts:** fix main and module entry points ([98d74dc](https://github.com/momentum-design/momentum-ui/commit/98d74dc))





# 1.0.0-beta.0 (2019-09-10)

### Publish public BETA
2 changes: 1 addition & 1 deletion charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/charts",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "momentum style chart library",
"main": "bundles/momentum-ui-chart-min.js",
"module": "es/index.js",
Expand Down
31 changes: 31 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@16.5.12...@momentum-ui/core@18.0.0) (2019-09-18)


### Bug Fixes

* **breadcrumbs:** add cursor: pointer to breadcrumbs ([0f9335f](https://github.com/momentum-design/momentum-ui/commit/0f9335f))
* **color.json:** add white and black colors ([deecc8d](https://github.com/momentum-design/momentum-ui/commit/deecc8d))
* **input:** add different parameter for message color vs help color ([6fa9030](https://github.com/momentum-design/momentum-ui/commit/6fa9030))
* **input:** change icon padding to 44px ([b5c5bef](https://github.com/momentum-design/momentum-ui/commit/b5c5bef))
* **select:** select filter search width to 100% ([fd2cefc](https://github.com/momentum-design/momentum-ui/commit/fd2cefc))
* **select:** update select component to include new features and improvements ([6dd0afd](https://github.com/momentum-design/momentum-ui/commit/6dd0afd))
* **settings:** run build to output input placeholder color change ([d351ef8](https://github.com/momentum-design/momentum-ui/commit/d351ef8))


### Features

* **input:** rework input architecture ([aadc3b3](https://github.com/momentum-design/momentum-ui/commit/aadc3b3))
* **input-container:** rename input-group to input-container ([c1f654e](https://github.com/momentum-design/momentum-ui/commit/c1f654e))


### BREAKING CHANGES

* **select:** Select is restructured with added new features, props including Filter and new correct emitters
* **input:** * input html structure completely redone
* input-search module removed
* input settings repeated in forms removed





## 17.0.0

**Note:** Version intentionally skipped
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": "17.0.0",
"version": "18.0.0",
"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.31.0"
"@momentum-ui/icons": "^6.33.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
Loading

0 comments on commit 3e6efcd

Please sign in to comment.