Skip to content

Commit

Permalink
v4.9.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 4, 2022
1 parent 44af9a8 commit fe6d69d
Show file tree
Hide file tree
Showing 26 changed files with 255 additions and 255 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*", "tests/*"],
"version": "4.9.0-alpha.11"
"version": "4.9.0-alpha.12"
}
18 changes: 9 additions & 9 deletions packages/-ember-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-data",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "A data layer for your Ember applications.",
"repository": {
"type": "git",
Expand All @@ -17,14 +17,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@ember-data/adapter": "workspace:4.9.0-alpha.11",
"@ember-data/debug": "workspace:4.9.0-alpha.11",
"@ember-data/model": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/record-data": "workspace:4.9.0-alpha.11",
"@ember-data/serializer": "workspace:4.9.0-alpha.11",
"@ember-data/store": "workspace:4.9.0-alpha.11",
"@ember-data/tracking": "workspace:4.9.0-alpha.11",
"@ember-data/adapter": "workspace:4.9.0-alpha.12",
"@ember-data/debug": "workspace:4.9.0-alpha.12",
"@ember-data/model": "workspace:4.9.0-alpha.12",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember-data/record-data": "workspace:4.9.0-alpha.12",
"@ember-data/serializer": "workspace:4.9.0-alpha.12",
"@ember-data/store": "workspace:4.9.0-alpha.12",
"@ember-data/tracking": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@ember/string": "^3.0.0",
"@embroider/macros": "^1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/adapter",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "Reference Adapter Implementations for use with @ember-data/store",
"keywords": [
"ember-addon"
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/canary-features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/canary-features",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "Canary features",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/debug",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "Provides developer ergonomics and dev-mode enhancements for apps built with ember-data",
"keywords": [
"ember-addon"
Expand All @@ -23,7 +23,7 @@
}
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/model",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "A presentation layer for apps built with @ember-data/store",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -35,8 +35,8 @@
}
},
"dependencies": {
"@ember-data/canary-features": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/canary-features": "workspace:4.9.0-alpha.12",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/private-build-infra",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "The default blueprint for ember-data private packages.",
"keywords": [
"ember-addon"
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.19.6",
"@babel/plugin-transform-block-scoping": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@ember-data/canary-features": "workspace:4.9.0-alpha.11",
"@ember-data/canary-features": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"babel-import-util": "^1.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/record-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/record-data",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "Provides the default resource cache (RecordData) implementation for ember-data",
"keywords": [
"ember-addon"
Expand All @@ -24,8 +24,8 @@
}
},
"dependencies": {
"@ember-data/canary-features": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/canary-features": "workspace:4.9.0-alpha.12",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/serializer",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "Provides reference Serializer implementations for use with @ember-data/store",
"keywords": [
"ember-addon"
Expand All @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
"ember-cli-babel": "^7.26.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/store",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"description": "The core of EmberData. Provides the Store service which coordinates the cache with the network and presentation layers.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -37,8 +37,8 @@
}
},
"dependencies": {
"@ember-data/canary-features": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/canary-features": "workspace:4.9.0-alpha.12",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@embroider/macros": "^1.9.0",
"ember-auto-import": "^2.4.3",
"ember-cached-decorator-polyfill": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ember-data/tracking",
"description": "Tracking Primitives for controlling change notification of Tracked properties when working with EmberData",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"private": false,
"license": "MIT",
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/unpublished-eslint-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-ember-data",
"main": "./src/index.js",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-data/unpublished-test-infra",
"version": "4.9.0-alpha.11",
"version": "4.9.0-alpha.12",
"private": true,
"description": "The default blueprint for ember-data private packages.",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"test": "ember test"
},
"dependencies": {
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.11",
"@ember-data/private-build-infra": "workspace:4.9.0-alpha.12",
"@ember/edition-utils": "^1.2.0",
"@embroider/macros": "^1.9.0",
"broccoli-merge-trees": "^4.2.0",
Expand Down
Loading

0 comments on commit fe6d69d

Please sign in to comment.