Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
  @momentum-ui/utils@6.0.0
  @momentum-ui/icons@5.0.0
  @momentum-ui/core@14.0.0
  @momentum-ui/react@16.0.0
  @momentum-ui/angular@6.0.0
  • Loading branch information
pauljeter committed Apr 22, 2019
1 parent 586eb7c commit f259b09
Show file tree
Hide file tree
Showing 28 changed files with 110 additions and 331 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ react/lib/
react/yarn.lock
utils/yarn.lock
www/yarn.lock
/angular/CHANGELOG.md
/www/CHANGELOG.md
214 changes: 0 additions & 214 deletions angular/CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "momentum-ui-angular-cli",
"version": "0.7.0",
"version": "1.0.0",
"scripts": {
"build": "run-s build:lib build:schematics",
"build:docs": "ng build --project=docs",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@momentum-ui/core": "^13.1.1",
"@momentum-ui/utils": "^5.1.0",
"@momentum-ui/core": "^14.0.0",
"@momentum-ui/utils": "^6.0.0",
"@percy/cypress": "^0.2.3",
"@types/jest": "^24.0.9",
"@types/lodash-es": "^4.17.3",
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.0.0 (2019-04-22)


### BREAKING CHANGES

* **name change:** All references to “@collab-ui” have changed to “@momentum-ui”. Any import references will need to be updated
* **name change:** All references to “cui” have changed to “md”. Any classNames or variable references will need to be updated.





## [5.2.1](https://github.com/collab-ui/collab-ui/compare/@collab-ui/angular@5.2.0...@collab-ui/angular@5.2.1) (2019-04-19)


Expand Down
9 changes: 6 additions & 3 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": "5.2.1",
"version": "6.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 All @@ -14,8 +14,8 @@
],
"schematics": "./schematics/collection.json",
"dependencies": {
"@momentum-ui/core": "^13.1.1",
"@momentum-ui/utils": "^5.1.0"
"@momentum-ui/core": "^14.0.0",
"@momentum-ui/utils": "^6.0.0"
},
"author": "Cisco Systems, Inc.",
"contributors": [
Expand All @@ -40,5 +40,8 @@
},
"scripts": {
"ci:postpublish": "node ../../../tools/postpublish.js"
},
"publishConfig": {
"access": "public"
}
}
12 changes: 12 additions & 0 deletions angularjs/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.

# 11.0.0 (2019-04-22)


### BREAKING CHANGES

* **name change:** All references to “@collab-ui” have changed to “@momentum-ui”. Any import references will need to be updated
* **name change:** All references to “cui” have changed to “md”. Any classNames or variable references will need to be updated.





## 10.0.7 (2019-04-19)


Expand Down
4 changes: 2 additions & 2 deletions angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@momentum-ui/angularjs",
"description": "Cisco Momentum UI AngularJS 1.X components",
"version": "10.0.7",
"version": "11.0.0",
"main": "bundles/momentum-ui-angularjs.umd.min.js",
"typings": "types/momentum-ui-angularjs.d.ts",
"author": "Cisco Systems, Inc.",
Expand Down Expand Up @@ -57,7 +57,7 @@
"coverageDirectory": "test/coverage"
},
"dependencies": {
"@momentum-ui/core": "^13.1.1"
"@momentum-ui/core": "^14.0.0"
},
"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.

# 14.0.0 (2019-04-22)

### BREAKING CHANGES

* **name change:**
* All references to “@collab-ui” have changed to “@momentum-ui”. Any import references will need to be updated
* All references to “cui” have changed to “md”. Any classNames or variable references will need to be updated.





## [13.1.1](https://github.com/collab-ui/collab-ui/compare/@collab-ui/core@13.1.0...@collab-ui/core@13.1.1) (2019-04-19)


Expand Down
8 changes: 4 additions & 4 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": "13.1.1",
"version": "14.0.0",
"author": "Cisco Systems, Inc.",
"contributors": [
"Paul Jeter <pauljeter@gmail.com>"
Expand Down Expand Up @@ -56,7 +56,7 @@
"test:percy": "run-p --race start:app test:CI:percy"
},
"dependencies": {
"@momentum-ui/icons": "^4.20.0"
"@momentum-ui/icons": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -69,9 +69,9 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@momentum-ui/react": "^15.1.1",
"@momentum-ui/utils": "^5.1.0",
"@gfx/zopfli": "^1.0.8",
"@momentum-ui/react": "^16.0.0",
"@momentum-ui/utils": "^6.0.0",
"@percy/cypress": "^0.2.3",
"autoprefixer": "^7.2.4",
"babel-core": "^7.0.0-bridge.0",
Expand Down
4 changes: 2 additions & 2 deletions core/scss/settings/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $brand-shadow: rgba(0, 0, 0, 0.2);
$brand-shadow-dark: rgba(0, 0, 0, 0.45);

// Icons Variables
$icon-font-path: '~@momentum-ui/icons/fonts' !default;
$icon-font-path: 'icons/fonts' !default;
$icon-font-name: 'momentum-ui-icons' !default;

// define default font weights
Expand All @@ -124,7 +124,7 @@ $cursor-disabled: not-allowed;

$brand-default: $md-gray-90; // legacy bootstrap - used in Atlas

$images-path: '~@momentum-ui/core/images' !default;
$images-path: 'images' !default;

// Dropdown Max Height for Select/Menu/SubMenu
$dropdown-height: rem-calc(308);
Expand Down
2 changes: 1 addition & 1 deletion core/scss/typography/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @import '../components/forms/settings';

// We use these to define default font stacks
$brand-font-folder: '~@momentum-ui/core/fonts' !default;
$brand-font-folder: 'fonts' !default;
$font-family-sans-serif: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, Cambria, 'Times New Roman', Times, serif;
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;
Expand Down
Loading

0 comments on commit f259b09

Please sign in to comment.