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

Commit

Permalink
Version bump to 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Mar 17, 2014
1 parent 504080d commit 0363218
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,10 @@ var browsers = [{
createNuGetPackage.call(this, 'nuget/RxJS-Async/RxJS-Async.nuspec');
});

grunt.registerTask('nuget-backpressure', 'Register NuGet-BackPressure', function () {
createNuGetPackage.call(this, 'nuget/RxJS-BackPressure/RxJS-BackPressure.nuspec');
});

grunt.registerTask('nuget-binding', 'Register NuGet-Binding', function () {
createNuGetPackage.call(this, 'nuget/RxJS-Binding/RxJS-Binding.nuspec');
});
Expand Down Expand Up @@ -1050,6 +1054,7 @@ var browsers = [{
'nuget-aggregates',
'nuget-all',
'nuget-async',
'nuget-backpressure',
'nuget-binding',
'nuget-coincidence',
'nuget-experimental',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs",
"version": "2.2.13",
"version": "2.2.14",
"main": [
"rx.js",
"rx.compat.js",
Expand Down
26 changes: 26 additions & 0 deletions nuget/RxJS-BackPressure/RxJS-BackPressure.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>RxJS-Async</id>
<title>Reactive Extensions for JavaScript - BackPressure-Based Operations</title>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<version>2.2.7</version>
<authors>Microsoft Corporation</authors>
<description>Reactive Extensions for JavaScript library with async-based event processing query operations.</description>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=265024</licenseUrl>
<language>en-US</language>
<tags>Rx RxJS Reactive Extensions Observable</tags>
<dependencies>
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
<dependency id="RxJS-Main" version="2.2" />
<dependency id="RxJS-Lite" version="2.2" />
</dependencies>
</metadata>
<files>
<file src="..\..\rx.backpressure.js" target="content\Scripts\rx.backpressure.js" />
<file src="..\..\rx.backpressure.min.js" target="content\Scripts\rx.backpressure.min.js" />
</files>
</package>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx",
"title": "Reactive Extensions for JavaScript (RxJS)",
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"version": "2.2.13",
"version": "2.2.14",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down

0 comments on commit 0363218

Please sign in to comment.