Skip to content

Commit

Permalink
bugfix: [dart-codegen] ensure client version is passed down to nested…
Browse files Browse the repository at this point in the history
… services (#100)

* ensure client version is passed down to lower versions

* version bump

* 0.63.0

* version bump
  • Loading branch information
joshmossas authored Oct 7, 2024
1 parent 6660127 commit 3bc147f
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 225 deletions.
2 changes: 2 additions & 0 deletions languages/dart/dart-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.63.0

## 0.62.0

## 0.61.2
Expand Down
2 changes: 1 addition & 1 deletion languages/dart/dart-client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arri_client
description: Client library needed for the code generated by the arri server library.
version: "0.62.0"
version: "0.63.0"
repository: https://github.com/modiimedia/arri
issue_tracker: https://github.com/modiimedia/arri/issues
environment:
Expand Down
2 changes: 1 addition & 1 deletion languages/dart/dart-codegen-reference/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: "../dart-client"
relative: true
source: path
version: "0.62.0"
version: "0.63.0"
async:
dependency: transitive
description:
Expand Down
20 changes: 5 additions & 15 deletions languages/dart/dart-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "@arrirpc/codegen-dart",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -18,11 +13,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*",
"pathe": "^1.1.2"
}
"files": ["dist"],
"dependencies": { "@arrirpc/codegen-utils": "workspace:*", "pathe": "^1.1.2" }
}
19 changes: 5 additions & 14 deletions languages/kotlin/kotlin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "@arrirpc/codegen-kotlin",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -18,10 +13,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*"
}
"files": ["dist"],
"dependencies": { "@arrirpc/codegen-utils": "workspace:*" }
}
2 changes: 1 addition & 1 deletion languages/rust/rust-client/Cargo.lock

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

2 changes: 1 addition & 1 deletion languages/rust/rust-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arri_client"
version = "0.62.0"
version = "0.63.0"
edition = "2021"
description = "Client library needed to use rust code generated by the Arri CLI"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion languages/rust/rust-codegen-reference/Cargo.lock

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

15 changes: 4 additions & 11 deletions languages/rust/rust-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
"name": "@arrirpc/codegen-rust",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -17,13 +12,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*",
"pathe": "^1.1.2"
},
"devDependencies": {},
"version": "0.62.0"
"version": "0.63.0"
}
19 changes: 5 additions & 14 deletions languages/swift/swift-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "@arrirpc/codegen-swift",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -18,11 +13,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*"
},
"files": ["dist"],
"dependencies": { "@arrirpc/codegen-utils": "workspace:*" },
"devDependencies": {}
}
19 changes: 5 additions & 14 deletions languages/ts/ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"name": "@arrirpc/client",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -27,7 +20,5 @@
"event-source-plus": "^0.1.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.12"
}
"devDependencies": { "@types/ws": "^8.5.12" }
}
19 changes: 5 additions & 14 deletions languages/ts/ts-codegen-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"name": "ts-codegen-reference",
"private": true,
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -19,11 +14,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@arrirpc/client": "workspace:*"
},
"files": ["dist"],
"dependencies": { "@arrirpc/client": "workspace:*" },
"devDependencies": {}
}
15 changes: 4 additions & 11 deletions languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "@arrirpc/codegen-ts",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -18,9 +13,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@arrirpc/codegen-utils": "workspace:*",
"prettier": "^3.3.3"
Expand Down
19 changes: 5 additions & 14 deletions languages/ts/ts-server/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"name": "@arrirpc/server",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"files": ["dist"],
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -35,7 +28,5 @@
"source-map-support": "^0.5.21",
"uncrypto": "^0.1.3"
},
"devDependencies": {
"bun-types": "^1.1.29"
}
"devDependencies": { "bun-types": "^1.1.29" }
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arrirpc/source",
"version": "0.62.0",
"version": "0.63.0",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
Expand Down
2 changes: 1 addition & 1 deletion tests/clients/dart/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
path: "../../../languages/dart/dart-client"
relative: true
source: path
version: "0.62.0"
version: "0.63.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion tests/clients/rust/Cargo.lock

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

23 changes: 6 additions & 17 deletions tooling/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "arri",
"version": "0.62.0",
"version": "0.63.0",
"type": "module",
"license": "MIT",
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bin": {
"arri": "./dist/cli.mjs"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bin": { "arri": "./dist/cli.mjs" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -21,9 +14,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@arrirpc/codegen-dart": "workspace:*",
"@arrirpc/codegen-kotlin": "workspace:*",
Expand All @@ -47,7 +38,5 @@
"pathe": "^1.1.2",
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/degit": "^2.8.6"
}
"devDependencies": { "@types/degit": "^2.8.6" }
}
Loading

0 comments on commit 3bc147f

Please sign in to comment.