Skip to content

Commit

Permalink
v1.1.244
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Sep 25, 2024
1 parent 58963f8 commit 67f64d0
Show file tree
Hide file tree
Showing 27 changed files with 100 additions and 105 deletions.
4 changes: 2 additions & 2 deletions examples/bare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-bare",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"babel-jest": "^29.6.3",
"react-test-renderer": "18.2.0",
"typescript": "^5.2.2",
"vxrn": "1.1.243"
"vxrn": "1.1.244"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-basic",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@tamagui/image-next": "^1.112.0",
"@tamagui/lucide-icons": "^1.112.0",
"@tamagui/vite-plugin": "^1.112.0",
"@vxrn/color-scheme": "1.1.243",
"@vxrn/color-scheme": "1.1.244",
"better-sqlite3": "^11.2.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
Expand All @@ -40,7 +40,7 @@
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.112.0",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"@faker-js/faker": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/expo-blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-blank-app",
"version": "1.1.243",
"version": "1.1.244",
"main": "expo/AppEntry.js",
"scripts": {
"start": "vxrn dev",
Expand All @@ -16,7 +16,7 @@
"expo-status-bar": "~1.12.1",
"react": "^18.3.1",
"react-native": "0.74.1",
"vxrn": "1.1.243"
"vxrn": "1.1.244"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/expo-reanimated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-reanimated-app",
"version": "1.1.243",
"version": "1.1.244",
"main": "expo/AppEntry.js",
"scripts": {
"start": "vxrn dev",
Expand All @@ -14,7 +14,7 @@
"react": "^18.3.1",
"react-native": "0.74.1",
"react-native-reanimated": "~3.10.1",
"vxrn": "1.1.243"
"vxrn": "1.1.244"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/fullstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-fullstack",
"version": "1.1.243",
"version": "1.1.244",
"type": "module",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"tamagui": "^1.112.0",
"vite": "6.0.0-beta.1",
"vite-plugin-inspect": "^0.8.7",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"@tamagui/vite-plugin": "^1.112.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-test",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@tamagui/image-next": "^1.112.0",
"@tamagui/lucide-icons": "^1.112.0",
"@tamagui/vite-plugin": "^1.112.0",
"@vxrn/color-scheme": "1.1.243",
"@vxrn/color-scheme": "1.1.244",
"better-sqlite3": "^11.2.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
Expand All @@ -36,7 +36,7 @@
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.112.0",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"@faker-js/faker": "next",
Expand Down
4 changes: 2 additions & 2 deletions examples/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vercel",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"react": "^18.3.1",
"react-native-web": "^0.19.12",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"vercel": "^37.5.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/vxs-plain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-vxs-plain",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"dependencies": {
"react-native": "0.74.1",
"react-native-reanimated": "~3.10.1",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"vite": "6.0.0-beta.1",
"vxrn": "1.1.243"
"vxrn": "1.1.244"
}
}
4 changes: 2 additions & 2 deletions examples/weird-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-weird-deps",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"react-native-webview": "^13.11.1",
"tamagui": "^1.112.0",
"uuid": "9.0.0",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"vite": "6.0.0-beta.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-zero",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@tamagui/image-next": "^1.111.6",
"@tamagui/lucide-icons": "^1.111.6",
"@tamagui/vite-plugin": "^1.111.6",
"@vxrn/color-scheme": "1.1.243",
"@vxrn/color-scheme": "1.1.244",
"better-sqlite3": "^11.2.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
Expand All @@ -42,7 +42,7 @@
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.111.6",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/color-scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/color-scheme",
"version": "1.1.243",
"version": "1.1.244",
"sideEffects": false,
"source": "src/index.ts",
"types": "./types/index.d.ts",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@tamagui/use-did-finish-ssr": "^1.112.0",
"@vxrn/universal-color-scheme": "1.1.243",
"@vxrn/use-isomorphic-layout-effect": "1.1.243"
"@vxrn/universal-color-scheme": "1.1.244",
"@vxrn/use-isomorphic-layout-effect": "1.1.244"
},
"devDependencies": {
"@tamagui/build": "^1.112.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vxrn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vxrn",
"version": "1.1.243",
"version": "1.1.244",
"bin": "run.js",
"main": "dist/cjs",
"module": "dist/esm",
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-to-zero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drizzle-to-zero",
"version": "1.1.243",
"version": "1.1.244",
"sideEffects": false,
"source": "src/index.ts",
"types": "./types/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/one-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/one-ui",
"version": "1.1.243",
"version": "1.1.244",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@tamagui/image-next": "^1.112.0",
"@tamagui/lucide-icons": "^1.112.0",
"@tamagui/vite-plugin": "^1.112.0",
"@vxrn/color-scheme": "1.1.243",
"@vxrn/color-scheme": "1.1.244",
"react": "^18.3.1",
"react-native": "0.74.1",
"react-native-reanimated": "npm:react-native-reanimated@3.13.0-rc.1",
Expand All @@ -25,7 +25,7 @@
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.112.0",
"vxs": "1.1.243"
"vxs": "1.1.244"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-prebuilt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vxrn/react-native-prebuilt",
"type": "module",
"version": "1.1.243",
"version": "1.1.244",
"types": "./types/index.d.ts",
"main": "dist/cjs",
"module": "dist/esm",
Expand Down Expand Up @@ -31,8 +31,8 @@
"./vendor/react-jsx-runtime-18.3.1": "./vendor/react-jsx-runtime-18.3.1/index.js"
},
"dependencies": {
"@vxrn/vite-flow": "1.1.243",
"@vxrn/vite-native-hmr": "1.1.243",
"@vxrn/vite-flow": "1.1.244",
"@vxrn/vite-native-hmr": "1.1.244",
"esbuild": "^0.23.1",
"fs-extra": "^11.2.0",
"import-meta-resolve": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/safe-area",
"version": "1.1.243",
"version": "1.1.244",
"source": "src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/universal-color-scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/universal-color-scheme",
"version": "1.1.243",
"version": "1.1.244",
"source": "src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"dependencies": {
"@vxrn/use-isomorphic-layout-effect": "1.1.243",
"@vxrn/use-isomorphic-layout-effect": "1.1.244",
"react": "^18.2.0 || ^19.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-isomorphic-layout-effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/use-isomorphic-layout-effect",
"version": "1.1.243",
"version": "1.1.244",
"source": "src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vendor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/vendor",
"version": "1.1.243",
"version": "1.1.244",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/vite-flow",
"version": "1.1.243",
"version": "1.1.244",
"types": "./types/index.d.ts",
"type": "module",
"main": "dist/cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-native-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/vite-native-client",
"version": "1.1.243",
"version": "1.1.244",
"types": "./types/index.d.ts",
"main": "dist/cjs",
"module": "dist/esm",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-native-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/vite-native-hmr",
"version": "1.1.243",
"version": "1.1.244",
"types": "./types/index.d.ts",
"main": "dist/cjs",
"module": "dist/esm",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-native-swc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vxrn/vite-native-swc",
"version": "1.1.243",
"version": "1.1.244",
"types": "./types/index.d.ts",
"type": "module",
"main": "dist/cjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@swc/core": "^1.7.14",
"@vxrn/vite-native-client": "1.1.243",
"@vxrn/vite-native-client": "1.1.244",
"metro-react-native-babel-preset": "^0.77.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/vxrn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxrn",
"version": "1.1.243",
"version": "1.1.244",
"source": "src/index.ts",
"types": "./types/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -47,11 +47,11 @@
"@hono/node-server": "^1.12.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vxrn/react-native-prebuilt": "1.1.243",
"@vxrn/safe-area": "1.1.243",
"@vxrn/vendor": "1.1.243",
"@vxrn/vite-flow": "1.1.243",
"@vxrn/vite-native-swc": "1.1.243",
"@vxrn/react-native-prebuilt": "1.1.244",
"@vxrn/safe-area": "1.1.244",
"@vxrn/vendor": "1.1.244",
"@vxrn/vite-flow": "1.1.244",
"@vxrn/vite-native-swc": "1.1.244",
"ansis": "^3.1.0",
"citty": "^0.1.6",
"crossws": "^0.2.4",
Expand Down
Loading

0 comments on commit 67f64d0

Please sign in to comment.