Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed May 29, 2024
1 parent 94292d3 commit daf51ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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\" <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-guilded-app/package.json
Original file line number Diff line number Diff line change
@@ -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\" <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gil/package.json
Original file line number Diff line number Diff line change
@@ -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\" <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/guilded.js/package.json
Original file line number Diff line number Diff line change
@@ -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\" <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit daf51ed

Please sign in to comment.