Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ae191a

Browse filesBrowse files
committed
4.0.0-rc.8
1 parent 73dbeac commit 9ae191a
Copy full SHA for 9ae191a

File tree

3 files changed

+122
-122
lines changed
Filter options

3 files changed

+122
-122
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable",
3-
"version": "4.0.0-rc.7",
3+
"version": "4.0.0-rc.8",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

‎pages/lib/runkit-embed.js

Copy file name to clipboardExpand all lines: pages/lib/runkit-embed.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global.runIt = function runIt(button) {
1717
preamble:
1818
'const assert = (' +
1919
makeAssert +
20-
')(require("immutable@4.0.0-rc.7"));' +
20+
')(require("immutable@4.0.0-rc.8"));' +
2121
(options.preamble || ''),
2222
source: codeElement.textContent.replace(/\n(>[^\n]*\n?)+$/g, ''),
2323
minHeight: '52px',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.