Skip to content

Commit

Permalink
fix: bump all versions and force rc into website
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jun 29, 2023
1 parent c97eeca commit 5a58824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/snack-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack-content",
"version": "1.4.0",
"version": "1.4.1",
"description": "Functions and types that describe the contents of Snack projects",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/snack-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack-sdk",
"version": "4.1.0-rc.0",
"version": "4.1.0-rc.1",
"description": "The Expo Snack SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"snack-babel-standalone": "^2.2.2",
"snack-content": "*",
"snack-eslint-standalone": "^1.1.3",
"snack-sdk": "*",
"snack-sdk": "4.1.0-rc.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5a58824

Please sign in to comment.