Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Jan 19, 2025
1 parent 117e83a commit bf2e92e
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 38 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.72.0

## 0.71.1

## 0.71.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.71.1"
version: "0.72.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 @@ -36,7 +36,7 @@ packages:
path: "../dart-client"
relative: true
source: path
version: "0.71.1"
version: "0.72.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion languages/dart/dart-codegen/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion languages/kotlin/kotlin-codegen/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
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.71.1"
version = "0.72.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.

2 changes: 1 addition & 1 deletion languages/rust/rust-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"@arrirpc/codegen-utils": "workspace:*",
"pathe": "^2.0.1"
},
"version": "0.71.1"
"version": "0.72.0"
}
2 changes: 1 addition & 1 deletion languages/swift/swift-codegen/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
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.71.1",
"version": "0.72.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/ts-codegen-reference/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/ts-schema-typebox-adapter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion languages/ts/ts-schema/package.json
Original file line number Diff line number Diff line change
@@ -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" },
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.71.1",
"version": "0.72.0",
"type": "module",
"license": "MIT",
"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.71.1"
version: "0.72.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.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",
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": "^2.0.1",
"prettier": "^3.4.2"
},
"devDependencies": {
"@types/degit": "^2.8.6"
}
"devDependencies": { "@types/degit": "^2.8.6" }
}
2 changes: 1 addition & 1 deletion tooling/codegen-utils/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion tooling/json-schema-to-atd/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion tooling/type-defs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}

0 comments on commit bf2e92e

Please sign in to comment.