Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
releasing v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsungHero97 committed Jun 30, 2021
1 parent 02b74af commit 0e58787
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

26 changes: 20 additions & 6 deletions build/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*!
*
* lattice-ui-kit - v0.44.1
* lattice-ui-kit - v0.45.0
* OpenLattice UI Kit for React
* https://github.com/openlattice/lattice-ui-kit
* Copyright (c) 2017-2021, OpenLattice, Inc. All rights reserved.
Expand All @@ -23,11 +23,25 @@
*
*/

/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

/*!
* repeat-string <https://github.com/jonschlinkert/repeat-string>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License.
*/

/**
* @license
* Lodash <https://lodash.com/>
Expand All @@ -45,23 +59,23 @@
* @license MIT
*/

/** @license Material-UI v4.0.0-alpha.57
/** @license Material-UI v4.0.0-alpha.58
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
/** @license React v16.14.0
* react-jsx-runtime.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 v16.14.0
* react-jsx-runtime.production.min.js
/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lattice-ui-kit",
"version": "0.44.1",
"version": "0.45.0",
"homepage": "https://github.com/openlattice/lattice-ui-kit",
"description": "OpenLattice UI Kit for React",
"author": {
Expand Down

0 comments on commit 0e58787

Please sign in to comment.