From e80b4388d87e820bf8fcaa7f6e3d20da5c814ed6 Mon Sep 17 00:00:00 2001 From: Logan Murdock <32278764+loganmurdock@users.noreply.github.com> Date: Fri, 18 Oct 2019 11:09:04 -0700 Subject: [PATCH] 0.0.138 (#378) * creating new docs for 0.0.138 release * 0.0.138 --- docs/build/{bundle.6af93263.js => bundle.06838e6d.js} | 0 docs/index.html | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/build/{bundle.6af93263.js => bundle.06838e6d.js} (100%) diff --git a/docs/build/bundle.6af93263.js b/docs/build/bundle.06838e6d.js similarity index 100% rename from docs/build/bundle.6af93263.js rename to docs/build/bundle.06838e6d.js diff --git a/docs/index.html b/docs/index.html index 9e259c52..329d8394 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -Snacks
\ No newline at end of file +Snacks
\ No newline at end of file diff --git a/package.json b/package.json index d4ed2c7f..585fdfe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ic-snacks", - "version": "0.0.137", + "version": "0.0.138", "description": "The Instacart Component Library for Web", "main": "dist/snacks.js", "module": "dist/esm/index.js",