Skip to content

Commit

Permalink
web-racehorse-1.7.0
Browse files Browse the repository at this point in the history
web-react-1.2.1
android-racehorse-1.7.0
  • Loading branch information
smikhalevski committed Jun 12, 2024
1 parent d2bb400 commit c98686c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.6.5"
version = "1.7.0"

afterEvaluate {
from(components["release"])
Expand Down
8 changes: 4 additions & 4 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 @@ -16,9 +16,9 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@racehorse/react": "^1.2.0",
"@racehorse/react": "^1.2.1",
"abortcontroller-polyfill": "^1.7.5",
"racehorse": "^1.6.3",
"racehorse": "^1.7.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.6.3",
"version": "1.7.0",
"description": "JS bindings for Racehorse.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion web/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@racehorse/react",
"version": "1.2.0",
"version": "1.2.1",
"description": "React hooks for Racehorse.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit c98686c

Please sign in to comment.