Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jan 31, 2022
1 parent e52f086 commit 9a27b2b
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 91 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.28",
"version": "0.17.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/build",
"version": "0.17.0-beta.26",
"version": "0.17.0",
"description": "Build tooling for Orbit packages",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down
10 changes: 5 additions & 5 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.26",
"version": "0.17.0",
"description": "A coordinator and set of coordination strategies for managing data flow and keeping @orbit/data sources in sync.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,12 +32,12 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
6 changes: 3 additions & 3 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.26",
"version": "0.17.0",
"description": "Core library for Orbit - a flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,10 +32,10 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
8 changes: 4 additions & 4 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.26",
"version": "0.17.0",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,11 +32,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
6 changes: 3 additions & 3 deletions 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.26",
"version": "0.17.0",
"description": "Orbit identity map to manage model instances.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0",
"@orbit/records": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
4 changes: 2 additions & 2 deletions 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.26",
"version": "0.17.0",
"description": "Lightweight immutable library used by Orbit.js.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
8 changes: 4 additions & 4 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.26",
"version": "0.17.0",
"description": "An IndexedDB bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,11 +31,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
14 changes: 7 additions & 7 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.27",
"version": "0.17.0",
"description": "IndexedDB support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,14 +31,14 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/record-cache": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/record-cache": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
32 changes: 16 additions & 16 deletions packages/@orbit/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orbit/integration-tests",
"private": true,
"version": "0.17.0-beta.28",
"version": "0.17.0",
"description": "Integration tests for core Orbit packages.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand All @@ -16,23 +16,23 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/coordinator": "^0.17.0-beta.26",
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/immutable": "^0.17.0-beta.26",
"@orbit/indexeddb": "^0.17.0-beta.27",
"@orbit/indexeddb-bucket": "^0.17.0-beta.26",
"@orbit/jsonapi": "^0.17.0-beta.26",
"@orbit/local-storage": "^0.17.0-beta.27",
"@orbit/local-storage-bucket": "^0.17.0-beta.26",
"@orbit/memory": "^0.17.0-beta.28",
"@orbit/record-cache": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/serializers": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/coordinator": "^0.17.0",
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/immutable": "^0.17.0",
"@orbit/indexeddb": "^0.17.0",
"@orbit/indexeddb-bucket": "^0.17.0",
"@orbit/jsonapi": "^0.17.0",
"@orbit/local-storage": "^0.17.0",
"@orbit/local-storage-bucket": "^0.17.0",
"@orbit/memory": "^0.17.0",
"@orbit/record-cache": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/serializers": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26",
"@orbit/build": "^0.17.0",
"@types/sinon": "^9.0.0",
"sinon": "^9.0.2",
"whatwg-fetch": "^3.0.0"
Expand Down
14 changes: 7 additions & 7 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.26",
"version": "0.17.0",
"description": "JSON:API support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -34,14 +34,14 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/serializers": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/serializers": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26",
"@orbit/build": "^0.17.0",
"@types/sinon": "^9.0.0",
"sinon": "^9.0.2",
"whatwg-fetch": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 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.26",
"version": "0.17.0",
"description": "A local storage bucket implementation for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,11 +31,11 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
14 changes: 7 additions & 7 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.27",
"version": "0.17.0",
"description": "Local storage support for Orbit.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -31,14 +31,14 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/record-cache": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/record-cache": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
16 changes: 8 additions & 8 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.28",
"version": "0.17.0",
"description": "Orbit source for managing in-memory records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,15 +32,15 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/immutable": "^0.17.0-beta.26",
"@orbit/record-cache": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/immutable": "^0.17.0",
"@orbit/record-cache": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
12 changes: 6 additions & 6 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.26",
"version": "0.17.0",
"description": "Orbit base classes used to access and maintain a set of records.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,13 +32,13 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/core": "^0.17.0-beta.26",
"@orbit/data": "^0.17.0-beta.26",
"@orbit/records": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26"
"@orbit/core": "^0.17.0",
"@orbit/data": "^0.17.0",
"@orbit/records": "^0.17.0",
"@orbit/utils": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
10 changes: 5 additions & 5 deletions packages/@orbit/records/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orbit/records",
"version": "0.17.0-beta.26",
"version": "0.17.0",
"description": "A flexible data access and synchronization layer.",
"contributors": [
"Dan Gebhardt <dan@cerebris.com>"
Expand Down Expand Up @@ -32,12 +32,12 @@
"test": "node ../build ci && snowpack build && testem ci"
},
"dependencies": {
"@orbit/data": "^0.17.0-beta.26",
"@orbit/utils": "^0.17.0-beta.26",
"@orbit/validators": "^0.17.0-beta.26"
"@orbit/data": "^0.17.0",
"@orbit/utils": "^0.17.0",
"@orbit/validators": "^0.17.0"
},
"devDependencies": {
"@orbit/build": "^0.17.0-beta.26"
"@orbit/build": "^0.17.0"
},
"prettier": "@orbit/prettier-config"
}
Loading

0 comments on commit 9a27b2b

Please sign in to comment.