Skip to content

Commit

Permalink
chore(release): [skip ci]
Browse files Browse the repository at this point in the history
    @momentum-ui/icons@8.28.3
    @momentum-ui/icons-rebrand@1.31.0
    @momentum-ui/core@19.15.21
    @momentum-ui/react@23.27.2
  • Loading branch information
collab-ui-bot committed Apr 8, 2022
1 parent 32e8fa9 commit bdb8986
Show file tree
Hide file tree
Showing 35 changed files with 27,370 additions and 27,201 deletions.
8 changes: 8 additions & 0 deletions core/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.

## [19.15.21](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@19.15.20...@momentum-ui/core@19.15.21) (2022-04-08)

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





## [19.15.20](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/core@19.15.19...@momentum-ui/core@19.15.20) (2022-04-07)

**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": "19.15.20",
"version": "19.15.21",
"author": "Cisco Systems, Inc.",
"contributors": [
"Paul Jeter <pauljeter@gmail.com>"
Expand Down Expand Up @@ -62,7 +62,7 @@
"test:percy": "run-p --race start:app test:CI:percy"
},
"dependencies": {
"@momentum-ui/icons": "^8.28.2"
"@momentum-ui/icons": "^8.28.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand All @@ -75,7 +75,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "~16.8.0",
"@momentum-ui/react": "^23.27.1",
"@momentum-ui/react": "^23.27.2",
"@momentum-ui/tokens": "^1.7.1",
"@momentum-ui/utils": "^6.2.15",
"@percy/cypress": "^0.2.3",
Expand Down
6,694 changes: 3,348 additions & 3,346 deletions core/scss/ng/settings/settings.scss

Large diffs are not rendered by default.

3,347 changes: 1,674 additions & 1,673 deletions core/scss/settings/settings.scss

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions icons-rebrand/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.31.0](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/icons-rebrand@1.30.1...@momentum-ui/icons-rebrand@1.31.0) (2022-04-08)


### Features

* **icon:** add new icons ([#1201](https://github.com/momentum-design/momentum-ui/issues/1201)) ([18074dd](https://github.com/momentum-design/momentum-ui/commit/18074ddadae52e8681eebd504709bc494aa62a89))





## [1.30.1](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/icons-rebrand@1.30.0...@momentum-ui/icons-rebrand@1.30.1) (2022-04-07)

**Note:** Version bump only for package @momentum-ui/icons-rebrand
Expand Down
4,226 changes: 2,137 additions & 2,089 deletions icons-rebrand/fonts/momentum-ui-icons-rebrand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons-rebrand/fonts/momentum-ui-icons-rebrand.ttf
Binary file not shown.
Binary file modified icons-rebrand/fonts/momentum-ui-icons-rebrand.woff
Binary file not shown.
Binary file modified icons-rebrand/fonts/momentum-ui-icons-rebrand.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion icons-rebrand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/icons-rebrand",
"version": "1.30.1",
"version": "1.31.0",
"description": "The Cisco Momentum UI Icons library allows developers to easily incorporate Webex Icons and CSS into any application.",
"homepage": "http://momentum.design/icons",
"keywords": [
Expand Down
4,194 changes: 2,105 additions & 2,089 deletions icons-rebrand/scss/icons.scss

Large diffs are not rendered by default.

4,194 changes: 2,105 additions & 2,089 deletions icons-rebrand/scss/mixins.scss

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions icons-rebrand/scss/path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@font-face {
font-family: $icon-font-name;
src: url("#{$icon-font-path}/momentum-ui-icons-rebrand.woff2?9835f6380535d243208f1efa47015070") format("woff2"),
url("#{$icon-font-path}/momentum-ui-icons-rebrand.woff?5fa4ae714f72907b26e50c8a14eb95c4") format("woff");
src: url("#{$icon-font-path}/momentum-ui-icons-rebrand.woff2?99e9c2e4ec685914acd1f3d1aaabac62") format("woff2"),
url("#{$icon-font-path}/momentum-ui-icons-rebrand.woff?b9a4d58a8171c1382c6a77df472b6c29") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down
4,194 changes: 2,105 additions & 2,089 deletions icons-rebrand/scss/placeholders.scss

Large diffs are not rendered by default.

4,194 changes: 2,105 additions & 2,089 deletions icons-rebrand/scss/variables.scss

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions icons/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.

## [8.28.3](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/icons@8.28.2...@momentum-ui/icons@8.28.3) (2022-04-08)

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





## [8.28.2](https://github.com/momentum-design/momentum-ui/compare/@momentum-ui/icons@8.28.1...@momentum-ui/icons@8.28.2) (2022-04-07)

**Note:** Version bump only for package @momentum-ui/icons
Expand Down
Loading

0 comments on commit bdb8986

Please sign in to comment.