Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 16, 2024
1 parent ec70802 commit f6a32a9
Show file tree
Hide file tree
Showing 23 changed files with 184 additions and 70 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.2

## 0.63.1

## 0.63.0
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.63.1"
version: "0.63.2"
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.63.1"
version: "0.63.2"
async:
dependency: transitive
description:
Expand Down
20 changes: 15 additions & 5 deletions languages/dart/dart-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-dart",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,6 +18,11 @@
"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: 14 additions & 5 deletions languages/kotlin/kotlin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-kotlin",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,6 +18,10 @@
"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.63.1"
version = "0.63.2"
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: 11 additions & 4 deletions languages/rust/rust-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"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 @@ -12,11 +17,13 @@
"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.63.1"
"version": "0.63.2"
}
19 changes: 14 additions & 5 deletions languages/swift/swift-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-swift",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,7 +18,11 @@
"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": {}
}
2 changes: 1 addition & 1 deletion languages/ts/ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arrirpc/client",
"version": "0.63.1",
"version": "0.63.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
19 changes: 14 additions & 5 deletions languages/ts/ts-codegen-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "ts-codegen-reference",
"private": true,
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -14,7 +19,11 @@
"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: 11 additions & 4 deletions languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-ts",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,7 +18,9 @@
"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
2 changes: 1 addition & 1 deletion languages/ts/ts-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arrirpc/server",
"version": "0.63.1",
"version": "0.63.2",
"type": "module",
"license": "MIT",
"author": {
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.63.1"
version: "0.63.2"
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.

2 changes: 1 addition & 1 deletion tooling/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arri",
"version": "0.63.1",
"version": "0.63.2",
"type": "module",
"license": "MIT",
"author": {
Expand Down
20 changes: 15 additions & 5 deletions tooling/codegen-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@arrirpc/codegen-utils",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,7 +18,12 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"dependencies": { "jtd-utils": "workspace:*", "scule": "^1.3.0" },
"files": [
"dist"
],
"dependencies": {
"jtd-utils": "workspace:*",
"scule": "^1.3.0"
},
"devDependencies": {}
}
28 changes: 21 additions & 7 deletions tooling/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@arrirpc/eslint-plugin",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -12,13 +17,22 @@
"main": "./dist/plugin.cjs",
"module": "./dist/plugin.mjs",
"exports": {
".": { "import": "./dist/plugin.mjs", "require": "./dist/plugin.cjs" },
".": {
"import": "./dist/plugin.mjs",
"require": "./dist/plugin.cjs"
},
"./configs": {
"import": "./dist/configs.mjs",
"require": "./dist/configs.cjs"
}
},
"files": ["dist"],
"devDependencies": { "@types/eslint": "^9.6.1" },
"peerDependencies": { "eslint": ">=8.0.0" }
"files": [
"dist"
],
"devDependencies": {
"@types/eslint": "^9.6.1"
},
"peerDependencies": {
"eslint": ">=8.0.0"
}
}
19 changes: 14 additions & 5 deletions tooling/json-schema-to-jtd/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "json-schema-to-jtd",
"version": "0.63.1",
"version": "0.63.2",
"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 @@ -13,6 +18,10 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"dependencies": { "jtd-utils": "workspace:*" }
"files": [
"dist"
],
"dependencies": {
"jtd-utils": "workspace:*"
}
}
Loading

0 comments on commit f6a32a9

Please sign in to comment.