Skip to content

Commit

Permalink
refactor: bump snack-content and snack-sdk by minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Nov 11, 2024
1 parent d2210a0 commit f54f0af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "3.2.0",
"version": "3.3.0",
"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-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"path": "^0.12.7",
"pubnub": "^7.2.0",
"snack-babel-standalone": "^4.0.0",
"snack-content": "~3.2.0",
"snack-content": "~3.3.0",
"snack-require-context": "^0.1.0",
"socket.io-client": "~4.5.4",
"source-map": "0.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/snack-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snack-sdk",
"version": "6.2.0",
"version": "6.3.0",
"description": "The Expo Snack SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -71,7 +71,7 @@
"nullthrows": "^1.1.1",
"pubnub": "^7.2.0",
"semver": "^7.3.4",
"snack-content": "~3.2.0",
"snack-content": "~3.3.0",
"socket.io-client": "~4.5.4",
"ua-parser-js": "^0.7.22",
"validate-npm-package-name": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions snackager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"sander": "^0.6.0",
"semver": "^5.3.0",
"semver-utils": "^1.1.4",
"snack-content": "~3.2.0",
"snack-content": "~3.3.0",
"snack-require-context": "*",
"snack-sdk": "~6.2.0",
"snack-sdk": "~6.3.0",
"source-map-support": "^0.4.15",
"targz": "^1.0.1",
"validate-npm-package-name": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"redux": "^4.0.1",
"sanitize-html": "^1.20.0",
"snack-babel-standalone": "^3.0.1",
"snack-content": "~3.2.0",
"snack-content": "~3.3.0",
"snack-eslint-standalone": "^2.0.0",
"snack-sdk": "~6.2.0",
"snack-sdk": "~6.3.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f54f0af

Please sign in to comment.