Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 213df8c

Browse files
Updating modules to 4.0
1 parent 94f27b6 commit 213df8c

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

modules/rx-core-binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-core-binding",
33
"title": "Reactive Extensions for JavaScript (RxJS) Core",
44
"description": "Core binding library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-core-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-core-testing",
33
"title": "Reactive Extensions for JavaScript (RxJS) Core",
44
"description": "Core testing library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-core",
33
"title": "Reactive Extensions for JavaScript (RxJS) Core",
44
"description": "Core library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-aggregates-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-aggregates-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Aggregates",
44
"description": "Lightweight older browser compatible library with aggregate functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-aggregates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-aggregates",
33
"title": "Reactive Extensions for JavaScript (RxJS) Aggregates",
44
"description": "Lightweight library with aggregate functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-async-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-async-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Async",
44
"description": "Lightweight older browser compatible library with asynchronous functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-async",
33
"title": "Reactive Extensions for JavaScript (RxJS) Async",
44
"description": "Lightweight library with asynchronous functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-backpressure-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-backpressure-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Async",
44
"description": "Lightweight older browser compatible library with backpressure functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-backpressure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-backpressure",
33
"title": "Reactive Extensions for JavaScript (RxJS) Async",
44
"description": "Lightweight library with backpressure functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-coincidence-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-coincidence-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Async",
44
"description": "Lightweight older browser compatible library with coincidence functions for composing asynchronous and event-based operations in JavaScript",
5-
"version": "3.1.2",
5+
"version": "4.0.0",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

0 commit comments

Comments
 (0)