Skip to content

Commit

Permalink
Roll repc to 0.14.0, bump replicache-sdk-js to 2.0.1 (#187)
Browse files Browse the repository at this point in the history
* Roll repc to 0.14.0

* Bump version to 2.0.1.
  • Loading branch information
aboodman authored Nov 6, 2020
1 parent 51a60d5 commit abb1756
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion licenses/BSL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parameters

Licensor: Rocicorp, LLC

Licensed Work: replicache-sdk-js 2.0.0
Licensed Work: replicache-sdk-js 2.0.1
The Licensed Work is (c) 2020 Rocicorp, LLC.

Additional Use Grant: You may use the Licensed Work when your application uses
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "replicache",
"description": "Offline-First for Every Application",
"version": "2.0.0",
"version": "2.0.1",
"repository": "github:rocicorp/replicache-sdk-js",
"scripts": {
"test": "web-test-runner src/replicache.test.ts --playwright --browsers chromium firefox",
Expand Down
2 changes: 1 addition & 1 deletion tool/get-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ORIG=`pwd`
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
ROOT=$DIR/../
REPC_VERSION='v0.13.0'
REPC_VERSION='v0.14.0'

(
cd $ROOT
Expand Down

3 comments on commit abb1756

@vercel
Copy link

@vercel vercel bot commented on abb1756 Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on abb1756 Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on abb1756 Nov 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

replicache-sdk-js-perf – ./dev/bench

replicache-sdk-js-perf.vercel.app
replicache-sdk-js-perf.rocicorp.vercel.app
replicache-sdk-js-perf-git-master.rocicorp.vercel.app

Please sign in to comment.