Skip to content

Commit

Permalink
0.0.137 (#376)
Browse files Browse the repository at this point in the history
* creating new docs for 0.0.137 release

* 0.0.137
  • Loading branch information
nathanmarks authored Oct 10, 2019
1 parent 215303b commit e44e6ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.

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.59fc7cb5.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.6af93263.js"></script></body></html>
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-snacks",
"version": "0.0.136",
"version": "0.0.137",
"description": "The Instacart Component Library for Web",
"main": "dist/snacks.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -127,6 +127,8 @@
"setupFilesAfterEnv": [
"<rootDir>/scripts/test/testSetup.js"
],
"snapshotSerializers": ["enzyme-to-json/serializer"]
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}

0 comments on commit e44e6ae

Please sign in to comment.