Skip to content

Commit

Permalink
web-racehorse-1.5.0
Browse files Browse the repository at this point in the history
web-react-1.2.0
android-racehorse-1.5.0
  • Loading branch information
smikhalevski committed Dec 25, 2023
1 parent 306334c commit c9af1f6
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.4.3"
version = "1.5.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 @@ -24,8 +24,8 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@racehorse/react": "^1.1.2",
"racehorse": "^1.4.3",
"@racehorse/react": "^1.2.0",
"racehorse": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
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.4.3",
"version": "1.5.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.1.2",
"version": "1.2.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.1.0",
"racehorse": "^1.5.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down

0 comments on commit c9af1f6

Please sign in to comment.