diff --git a/languages/dart/dart-client/CHANGELOG.md b/languages/dart/dart-client/CHANGELOG.md index b3dbaa7e..2dd9d5da 100644 --- a/languages/dart/dart-client/CHANGELOG.md +++ b/languages/dart/dart-client/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.72.0 + ## 0.71.1 ## 0.71.0 diff --git a/languages/dart/dart-client/pubspec.yaml b/languages/dart/dart-client/pubspec.yaml index b482b589..dd1e82f4 100644 --- a/languages/dart/dart-client/pubspec.yaml +++ b/languages/dart/dart-client/pubspec.yaml @@ -1,6 +1,6 @@ name: arri_client description: Client library needed for the code generated by the arri server library. -version: "0.71.1" +version: "0.72.0" repository: https://github.com/modiimedia/arri issue_tracker: https://github.com/modiimedia/arri/issues environment: diff --git a/languages/dart/dart-codegen-reference/pubspec.lock b/languages/dart/dart-codegen-reference/pubspec.lock index eb33f934..bfba23df 100644 --- a/languages/dart/dart-codegen-reference/pubspec.lock +++ b/languages/dart/dart-codegen-reference/pubspec.lock @@ -36,7 +36,7 @@ packages: path: "../dart-client" relative: true source: path - version: "0.71.1" + version: "0.72.0" async: dependency: transitive description: diff --git a/languages/dart/dart-codegen/package.json b/languages/dart/dart-codegen/package.json index 0e5b0117..f2dd0fd1 100644 --- a/languages/dart/dart-codegen/package.json +++ b/languages/dart/dart-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/codegen-dart", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/kotlin/kotlin-codegen/package.json b/languages/kotlin/kotlin-codegen/package.json index a1606a64..30fed3ea 100644 --- a/languages/kotlin/kotlin-codegen/package.json +++ b/languages/kotlin/kotlin-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/codegen-kotlin", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/rust/rust-client/Cargo.lock b/languages/rust/rust-client/Cargo.lock index 51e54b0b..694152e7 100644 --- a/languages/rust/rust-client/Cargo.lock +++ b/languages/rust/rust-client/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.71.1" +version = "0.72.0" dependencies = [ "chrono", "reqwest", diff --git a/languages/rust/rust-client/Cargo.toml b/languages/rust/rust-client/Cargo.toml index 29de8590..09885013 100644 --- a/languages/rust/rust-client/Cargo.toml +++ b/languages/rust/rust-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arri_client" -version = "0.71.1" +version = "0.72.0" edition = "2021" description = "Client library needed to use rust code generated by the Arri CLI" license = "MIT" diff --git a/languages/rust/rust-codegen-reference/Cargo.lock b/languages/rust/rust-codegen-reference/Cargo.lock index 4d286cd0..ad7e3482 100644 --- a/languages/rust/rust-codegen-reference/Cargo.lock +++ b/languages/rust/rust-codegen-reference/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.71.1" +version = "0.72.0" dependencies = [ "chrono", "reqwest", diff --git a/languages/rust/rust-codegen/package.json b/languages/rust/rust-codegen/package.json index 503bf48d..d971729c 100644 --- a/languages/rust/rust-codegen/package.json +++ b/languages/rust/rust-codegen/package.json @@ -17,5 +17,5 @@ "@arrirpc/codegen-utils": "workspace:*", "pathe": "^2.0.1" }, - "version": "0.71.1" + "version": "0.72.0" } diff --git a/languages/swift/swift-codegen/package.json b/languages/swift/swift-codegen/package.json index b4a5c9cf..a030a605 100644 --- a/languages/swift/swift-codegen/package.json +++ b/languages/swift/swift-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/codegen-swift", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/ts/eslint-plugin/package.json b/languages/ts/eslint-plugin/package.json index 40c0b858..8b914853 100644 --- a/languages/ts/eslint-plugin/package.json +++ b/languages/ts/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/eslint-plugin", - "version": "0.71.1", + "version": "0.72.0", "license": "MIT", "type": "module", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/ts/ts-client/package.json b/languages/ts/ts-client/package.json index f20c3a87..8d202036 100644 --- a/languages/ts/ts-client/package.json +++ b/languages/ts/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/client", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/languages/ts/ts-codegen-reference/package.json b/languages/ts/ts-codegen-reference/package.json index 40ff834a..a6a429b8 100644 --- a/languages/ts/ts-codegen-reference/package.json +++ b/languages/ts/ts-codegen-reference/package.json @@ -1,7 +1,7 @@ { "name": "ts-codegen-reference", "private": true, - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/ts/ts-codegen/package.json b/languages/ts/ts-codegen/package.json index d7051c0c..f4f463b9 100644 --- a/languages/ts/ts-codegen/package.json +++ b/languages/ts/ts-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/codegen-ts", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/ts/ts-schema-typebox-adapter/package.json b/languages/ts/ts-schema-typebox-adapter/package.json index 11c46657..28cf1fb9 100644 --- a/languages/ts/ts-schema-typebox-adapter/package.json +++ b/languages/ts/ts-schema-typebox-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/typebox-adapter", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/languages/ts/ts-schema/package.json b/languages/ts/ts-schema/package.json index ebb4de0f..2c9a6b77 100644 --- a/languages/ts/ts-schema/package.json +++ b/languages/ts/ts-schema/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/schema", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/languages/ts/ts-server/package.json b/languages/ts/ts-server/package.json index bd63abf7..e4b34aa1 100644 --- a/languages/ts/ts-server/package.json +++ b/languages/ts/ts-server/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/server", - "version": "0.71.1", + "version": "0.72.0", "type": "module", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, diff --git a/tests/clients/dart/pubspec.lock b/tests/clients/dart/pubspec.lock index 2540bf38..98d0dbe1 100644 --- a/tests/clients/dart/pubspec.lock +++ b/tests/clients/dart/pubspec.lock @@ -36,7 +36,7 @@ packages: path: "../../../languages/dart/dart-client" relative: true source: path - version: "0.71.1" + version: "0.72.0" async: dependency: transitive description: diff --git a/tests/clients/rust/Cargo.lock b/tests/clients/rust/Cargo.lock index 1a724e49..50807207 100644 --- a/tests/clients/rust/Cargo.lock +++ b/tests/clients/rust/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.71.1" +version = "0.72.0" dependencies = [ "chrono", "reqwest", diff --git a/tooling/cli/package.json b/tooling/cli/package.json index bb45d2c6..d2632f90 100644 --- a/tooling/cli/package.json +++ b/tooling/cli/package.json @@ -1,18 +1,11 @@ { "name": "arri", - "version": "0.71.1", + "version": "0.72.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", @@ -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:*", @@ -47,7 +38,5 @@ "pathe": "^2.0.1", "prettier": "^3.4.2" }, - "devDependencies": { - "@types/degit": "^2.8.6" - } + "devDependencies": { "@types/degit": "^2.8.6" } } diff --git a/tooling/codegen-utils/package.json b/tooling/codegen-utils/package.json index 90e63873..d3479841 100644 --- a/tooling/codegen-utils/package.json +++ b/tooling/codegen-utils/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/codegen-utils", - "version": "0.71.1", + "version": "0.72.0", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, diff --git a/tooling/json-schema-to-atd/package.json b/tooling/json-schema-to-atd/package.json index 3420a17c..fd7828da 100644 --- a/tooling/json-schema-to-atd/package.json +++ b/tooling/json-schema-to-atd/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-to-atd", - "version": "0.71.1", + "version": "0.72.0", "license": "MIT", "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, diff --git a/tooling/type-defs/package.json b/tooling/type-defs/package.json index a1da42a9..eafc12ad 100644 --- a/tooling/type-defs/package.json +++ b/tooling/type-defs/package.json @@ -13,6 +13,6 @@ "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": ["dist"], - "version": "0.71.1", + "version": "0.72.0", "dependencies": { "scule": "^1.3.0" } }