Skip to content

Commit

Permalink
update strategy for @warp-drive/{ember|experiments}
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jan 29, 2025
1 parent f5b853e commit 2bf0b68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@warp-drive/ember",
"description": "Data bindings and utilities for Ember applications using WarpDrive",
"version": "0.0.0-alpha.94",
"version": "5.4.0-alpha.132",
"license": "MIT",
"author": "Chris Thoburn <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/experiments/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@warp-drive/experiments",
"description": "Experimental features for EmberData/WarpDrive",
"version": "0.0.1-alpha.132",
"version": "0.1.0-alpha.132",
"license": "MIT",
"author": "Chris Thoburn <[email protected]>",
"repository": {
Expand Down
8 changes: 7 additions & 1 deletion release/strategy.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"mirrorPublish": false
},
"@warp-drive/ember": {
"stage": "alpha",
"stage": "stable",
"types": "alpha",
"typesPublish": false,
"mirrorPublish": true
Expand All @@ -89,6 +89,12 @@
"typesPublish": false,
"mirrorPublish": false
},
"@warp-drive/experiments": {
"stage": "beta",
"types": "private",
"typesPublish": false,
"mirrorPublish": true
},
"@warp-drive/schema-record": {
"stage": "stable",
"types": "alpha",
Expand Down

0 comments on commit 2bf0b68

Please sign in to comment.