From daf51ed90252c9138acc90dcb778509b9bee6aaf Mon Sep 17 00:00:00 2001 From: Zaid Arshad Date: Tue, 28 May 2024 23:59:40 -0400 Subject: [PATCH] chore: publish --- packages/api/package.json | 2 +- packages/create-guilded-app/package.json | 2 +- packages/gil/package.json | 2 +- packages/guilded.js/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index a7efa832..fa855041 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/api", - "version": "0.3.3", + "version": "0.4.0", "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/create-guilded-app/package.json b/packages/create-guilded-app/package.json index 284ce354..3a35a3f8 100644 --- a/packages/create-guilded-app/package.json +++ b/packages/create-guilded-app/package.json @@ -1,6 +1,6 @@ { "name": "create-guilded-app", - "version": "1.0.0", + "version": "1.1.0", "description": "Create a guilded.js bot with ease", "author": "Zaid \"Nico\" ", "license": "MIT", diff --git a/packages/gil/package.json b/packages/gil/package.json index 0d07fc00..022916bc 100644 --- a/packages/gil/package.json +++ b/packages/gil/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/gil", - "version": "0.5.2", + "version": "0.6.0", "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 ac1a70f8..1f2d8296 100644 --- a/packages/guilded.js/package.json +++ b/packages/guilded.js/package.json @@ -1,6 +1,6 @@ { "name": "guilded.js", - "version": "0.24.2", + "version": "0.25.0", "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",