Skip to content

Commit

Permalink
v0.17.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed May 8, 2020
1 parent c35a590 commit 5c957db
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@orbit/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/coordinator",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -29,9 +29,9 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@orbit/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/core",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Core library for Orbit - a flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/data",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -29,8 +29,8 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/identity-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/identity-map",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Orbit identity map to manage model instances.",
"contributors": [
"Dan Gebhardt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/immutable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/immutable",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Lightweight immutable library used by Orbit.js.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/indexeddb-bucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/indexeddb-bucket",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "An IndexedDB bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -28,8 +28,8 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@orbit/indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/indexeddb",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -28,10 +28,10 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/record-cache": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/record-cache": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@orbit/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/jsonapi",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -31,10 +31,10 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/serializers": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/serializers": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@orbit/local-storage-bucket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/local-storage-bucket",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "A local storage bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -28,8 +28,8 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@orbit/local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/local-storage",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -28,10 +28,10 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/record-cache": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/record-cache": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@orbit/memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/memory",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -29,11 +29,11 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/immutable": "^0.17.0-beta.2",
"@orbit/record-cache": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/immutable": "^0.17.0-beta.3",
"@orbit/record-cache": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@orbit/record-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/record-cache",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down Expand Up @@ -29,9 +29,9 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.2",
"@orbit/data": "^0.17.0-beta.2",
"@orbit/utils": "^0.17.0-beta.2"
"@orbit/core": "^0.17.0-beta.3",
"@orbit/data": "^0.17.0-beta.3",
"@orbit/utils": "^0.17.0-beta.3"
},
"devDependencies": {
"@types/qunit": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/serializers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/serializers",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Serializers for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/utils",
"version": "0.17.0-beta.2",
"version": "0.17.0-beta.3",
"description": "Core utilities for Orbit.",
"contributors": [
"Dan Gebhardt <[email protected]>"
Expand Down

0 comments on commit 5c957db

Please sign in to comment.