From a93a641d1bcd278052fa8dade8803c8b1f653a93 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 16 Sep 2024 15:48:26 +0200 Subject: [PATCH] chore(federation): :bookmark: [publish nightly] Release 0.1.1-rc.1 --- bun.lockb | Bin 96428 -> 96428 bytes federation/jsr.jsonc | 2 +- federation/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 8055bc41b89c495fc9ebe121fd64decdbd8cd9db..71ab6eb86aa65105c1c2acfc60d3da7e796ff345 100755 GIT binary patch delta 31 lcmZ4Uk#)^S)`l&N+U2~43_!qW^k(jL_5AGZ7Uhg3i~zdL3d#Tg delta 31 lcmZ4Uk#)^S)`l&N+U2|k3_u{|>7-q~WUbkDi*m*iMgXy|3I_lH diff --git a/federation/jsr.jsonc b/federation/jsr.jsonc index 942bba4..71852a5 100644 --- a/federation/jsr.jsonc +++ b/federation/jsr.jsonc @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@versia/federation", - "version": "0.1.1-rc.0", + "version": "0.1.1-rc.1", "exports": { ".": "./index.ts", "./types": "./types.ts", diff --git a/federation/package.json b/federation/package.json index e8ad729..b155053 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,7 +1,7 @@ { "name": "@versia/federation", "displayName": "Versia Federation", - "version": "0.1.1-rc.0", + "version": "0.1.1-rc.1", "author": { "email": "jesse.wierzbinski@lysand.org", "name": "Jesse Wierzbinski (CPlusPatch)",