Skip to content

Commit

Permalink
chore(release): [juno-icon] release 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile-rc committed Jan 9, 2024
1 parent c198d84 commit 0e90522
Show file tree
Hide file tree
Showing 12 changed files with 984 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .nx/cache/nx-console-project-graph/project-graph.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nx Workspace Project Graph</title>


<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<script id="environment" src="static/environment.js"></script>

<!-- Theming -->
<script>
// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if (
localStorage.getItem('nx-dep-graph-theme') === 'dark' ||
(localStorage.getItem('nx-dep-graph-theme') === null &&
window.matchMedia('(prefers-color-scheme: dark)').matches)
) {
document.documentElement.classList.add('dark');
} else {
document.documentElement.classList.remove('dark');
}
</script>
<link rel="stylesheet" href="static/styles.css"></head>

<body class="bg-white text-slate-500 dark:bg-slate-900 dark:text-slate-400">
<div id="app"></div>
<script src="static/runtime.esm.js" ></script><script src="static/polyfills.esm.js" ></script><script src="static/main.esm.js" ></script></body>
</html>
858 changes: 858 additions & 0 deletions .nx/cache/nx-console-project-graph/static/3rdpartylicenses.txt

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions .nx/cache/nx-console-project-graph/static/environment.js

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 2 additions & 0 deletions .nx/cache/nx-console-project-graph/static/main.esm.js

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions .nx/cache/nx-console-project-graph/static/main.esm.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
Licensed under The MIT License (http://opensource.org/licenses/MIT)
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/**
* @license React
* use-sync-external-store-shim.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React vundefined
* use-subscription.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/polyfills.esm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nx/cache/nx-console-project-graph/static/runtime.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .nx/cache/nx-console-project-graph/static/styles.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/juno-icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## [1.61.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.60.0...juno-icon-v1.61.0) (2024-01-09)


### Features

* **Icon:** add new icon AdditionalNumbers ([c198d84](https://github.com/ringcentral/juno/commit/c198d84e38b553c46a1f05190f65376a1e272214))

## [1.60.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.59.0...juno-icon-v1.60.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/juno-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ringcentral/juno-icon",
"version": "1.60.1",
"version": "1.61.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


## [1.61.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.60.0...juno-icon-v1.61.0) (2024-01-09)


### Features

* **Icon:** add new icon AdditionalNumbers ([c198d84](https://github.com/ringcentral/juno/commit/c198d84e38b553c46a1f05190f65376a1e272214))

## [1.60.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.59.0...juno-icon-v1.60.0) (2023-12-28)


Expand Down

0 comments on commit 0e90522

Please sign in to comment.