Skip to content

Commit

Permalink
web-racehorse-1.8.0
Browse files Browse the repository at this point in the history
web-react-1.8.0
android-racehorse-1.8.0
  • Loading branch information
smikhalevski committed Oct 10, 2024
1 parent 340925b commit 3167343
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android/racehorse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "org.racehorse"
artifactId = "racehorse"
version = "1.7.1"
version = "1.8.0"

afterEvaluate {
from(components["release"])
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"vite": "^5.4.8"
},
"dependencies": {
"@racehorse/react": "^1.2.1",
"@racehorse/react": "^1.8.0",
"abortcontroller-polyfill": "^1.7.5",
"racehorse": "^1.7.0",
"racehorse": "^1.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion web/racehorse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "racehorse",
"version": "1.7.0",
"version": "1.8.0",
"description": "JS bindings for Racehorse.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions web/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@racehorse/react",
"version": "1.2.1",
"version": "1.8.0",
"description": "React hooks for Racehorse.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/smikhalevski/racehorse#readme",
"peerDependencies": {
"racehorse": "^1.5.0",
"racehorse": "^1.8.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
Expand Down

0 comments on commit 3167343

Please sign in to comment.