Skip to content

Commit e6161fc

Browse files
authored
0.0.159 (#480)
* creating new docs for 0.0.159 release * 0.0.159
1 parent 880e1d3 commit e6161fc

File tree

5 files changed

+44
-31
lines changed

5 files changed

+44
-31
lines changed

docs/build/bundle.34493c15.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/build/bundle.e11a800a.js.LICENSE renamed to docs/build/bundle.34493c15.js.LICENSE.txt

+40-27
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
/*! https://mths.be/regenerate v1.3.3 by @mathias | MIT license */
2-
3-
/*! For license information please see snacks.js.LICENSE */
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
46

57
/*!
68
Copyright (c) 2015 Jed Watson.
79
Based on code that is Copyright 2013-2015, Facebook, Inc.
810
All rights reserved.
911
*/
1012

11-
/*
12-
object-assign
13-
(c) Sindre Sorhus
14-
@license MIT
15-
*/
13+
/*!
14+
* @overview es6-promise - a tiny implementation of Promises/A+.
15+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
16+
* @license Licensed under MIT license
17+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18+
* @version v4.2.8+1e68dce6
19+
*/
1620

1721
/*!
1822
* The buffer module from node.js, for the browser.
@@ -22,33 +26,48 @@ object-assign
2226
*/
2327

2428
/*!
25-
* @overview es6-promise - a tiny implementation of Promises/A+.
26-
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
27-
* @license Licensed under MIT license
28-
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
29-
* @version v4.2.6+9869a4bc
29+
* regjsgen 0.5.2
30+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
31+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
3032
*/
3133

32-
/** @license React v16.13.1
33-
* react-dom.production.min.js
34+
/*! For license information please see snacks.js.LICENSE.txt */
35+
36+
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
37+
38+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
39+
40+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
41+
42+
/**
43+
* Prism: Lightweight, robust, elegant syntax highlighting
44+
*
45+
* @license MIT <https://opensource.org/licenses/MIT>
46+
* @author Lea Verou <https://lea.verou.me>
47+
* @namespace
48+
* @public
49+
*/
50+
51+
/** @license React v0.19.1
52+
* scheduler.production.min.js
3453
*
3554
* Copyright (c) Facebook, Inc. and its affiliates.
3655
*
3756
* This source code is licensed under the MIT license found in the
3857
* LICENSE file in the root directory of this source tree.
3958
*/
4059

41-
/** @license React v16.13.1
42-
* react.production.min.js
60+
/** @license React v16.12.0
61+
* react-is.production.min.js
4362
*
4463
* Copyright (c) Facebook, Inc. and its affiliates.
4564
*
4665
* This source code is licensed under the MIT license found in the
4766
* LICENSE file in the root directory of this source tree.
4867
*/
4968

50-
/** @license React v0.19.1
51-
* scheduler.production.min.js
69+
/** @license React v16.13.1
70+
* react-dom.production.min.js
5271
*
5372
* Copyright (c) Facebook, Inc. and its affiliates.
5473
*
@@ -65,14 +84,8 @@ object-assign
6584
* LICENSE file in the root directory of this source tree.
6685
*/
6786

68-
/*!
69-
* regjsgen 0.5.0
70-
* Copyright 2014-2018 Benjamin Tan <https://bnjmnt4n.now.sh/>
71-
* Available under MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE>
72-
*/
73-
74-
/** @license React v16.12.0
75-
* react-is.production.min.js
87+
/** @license React v16.13.1
88+
* react.production.min.js
7689
*
7790
* Copyright (c) Facebook, Inc. and its affiliates.
7891
*

docs/build/bundle.e11a800a.js

-2
This file was deleted.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Snacks</title></head><body><div id="rsg-root"></div><script src="build/bundle.e11a800a.js"></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Snacks</title></head><body><div id="rsg-root"></div><script src="build/bundle.34493c15.js"></script></body></html>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ic-snacks",
3-
"version": "0.0.158",
3+
"version": "0.0.159",
44
"description": "The Instacart Component Library for Web",
55
"main": "dist/snacks.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)