From 29818fbef4b06aaff84fa36e911b53d6c2dc2d1e Mon Sep 17 00:00:00 2001 From: zaida04 Date: Sun, 13 Aug 2023 23:16:50 +0000 Subject: [PATCH] chore: release Signed-off-by: zaida04 --- .changeset/thin-icons-fry.md | 5 ----- packages/api/package.json | 2 +- packages/gil/package.json | 2 +- packages/guilded.js/package.json | 2 +- services/proxy/package.json | 2 +- 5 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 .changeset/thin-icons-fry.md diff --git a/.changeset/thin-icons-fry.md b/.changeset/thin-icons-fry.md deleted file mode 100644 index 5d847eee..00000000 --- a/.changeset/thin-icons-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@guildedjs/api": patch ---- - -feat: category and channels changes diff --git a/packages/api/package.json b/packages/api/package.json index cd27f1b5..175ce587 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/api", - "version": "0.3.1", + "version": "0.3.2", "description": "Multi-use wrapper over the entire Guilded API. Utilities for making REST requests to the Guilded API with ratelimit handling. Also contains utilities for connecting to Guilded's WebSocket gateway and receiving events.", "author": "Zaid \"Nico\" ", "license": "MIT", diff --git a/packages/gil/package.json b/packages/gil/package.json index 1d486bfa..272f44f4 100644 --- a/packages/gil/package.json +++ b/packages/gil/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/gil", - "version": "0.4.12", + "version": "0.4.13", "description": "Framework for guilded.js that allows you to build bots with ease.", "author": "Zaid \"Nico\" ", "license": "MIT", diff --git a/packages/guilded.js/package.json b/packages/guilded.js/package.json index 1a3737df..ced2b82f 100644 --- a/packages/guilded.js/package.json +++ b/packages/guilded.js/package.json @@ -1,6 +1,6 @@ { "name": "guilded.js", - "version": "0.23.4", + "version": "0.23.5", "description": "A Node.js library for the Guilded.gg (https://www.guilded.gg/) API written in TypeScript, usable in either JavaScript or TypeScript projects.", "author": "Zaid \"Nico\" ", "license": "MIT", diff --git a/services/proxy/package.json b/services/proxy/package.json index 4e2748cb..abd94b77 100644 --- a/services/proxy/package.json +++ b/services/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/proxy-service", - "version": "1.1.7", + "version": "1.1.8", "description": "Service for proxying HTTP requests.", "author": "Zaid \"Nico\" ", "license": "MIT",