Skip to content

Commit

Permalink
0.0.98 (#238)
Browse files Browse the repository at this point in the history
🏠 Internals
- add `isEqual` `memoize`, and `debounce` utils
- remove underscore dependancy #178
  • Loading branch information
Brantron authored Sep 4, 2018
1 parent e97b9a6 commit 88c54c1
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dist/snacks.js

Large diffs are not rendered by default.

83 changes: 60 additions & 23 deletions docs/build/bundle.14f27a5e.js → docs/build/bundle.83cd4e07.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -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.14f27a5e.js"></script></body></html>
<!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.83cd4e07.js"></script></body></html>
2 changes: 1 addition & 1 deletion 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": "ic-snacks",
"version": "0.0.97",
"version": "0.0.98",
"description": "The Instacart Component Library for Web",
"main": "dist/snacks.js",
"scripts": {
Expand Down

0 comments on commit 88c54c1

Please sign in to comment.