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 8f2e531

Browse filesBrowse files
deploy: 9591b29
1 parent 3f7d2ac commit 8f2e531
Copy full SHA for 8f2e531

File tree

5 files changed

+5
-5
lines changed
Filter options

5 files changed

+5
-5
lines changed

‎bower.json

Copy file name to clipboardExpand all lines: bower.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": "5.0.0-rc.1",
3+
"version": "5.0.0-rc.2",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://immutable-js.com",

‎dist/es/package.json.js

Copy file name to clipboardExpand all lines: dist/es/package.json.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
* SOFTWARE.
2424
*/
25-
var version = "5.0.0-rc.1";
25+
var version = "5.0.0-rc.2";
2626

2727
export { version };

‎dist/immutable.js

Copy file name to clipboardExpand all lines: dist/immutable.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5928,7 +5928,7 @@
59285928
return isIndexed(v) ? v.toList() : isKeyed(v) ? v.toMap() : v.toSet();
59295929
}
59305930

5931-
var version = "5.0.0-rc.1";
5931+
var version = "5.0.0-rc.2";
59325932

59335933
// Note: Iterable is deprecated
59345934
var Iterable = Collection;

‎dist/immutable.min.js

Copy file name to clipboardExpand all lines: dist/immutable.min.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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": "5.0.0-rc.1",
3+
"version": "5.0.0-rc.2",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://immutable-js.com",

0 commit comments

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