Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jun 27, 2022
1 parent 58664bc commit 5cc79dd
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/smooth-suns-drive.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/gil/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export * from "./structures/Inhibitor";
export * from "./structures/Monitor";
export * from "./structures/Task";
export * from "./utils/walk";
export * from "guilded.js";
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.2.12",
"version": "0.2.13",
"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-api-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/guilded-api-typings",
"version": "2.8.0",
"version": "2.8.1",
"description": "Typings for the guilded API",
"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.13.1",
"version": "0.13.2",
"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
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/rest",
"version": "2.8.1",
"version": "2.8.2",
"description": "Rest structure for guilded.js",
"author": "Zaid \"Nico\" <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/webhook-client",
"version": "0.3.6",
"version": "0.3.7",
"description": "Structures and clients for webhooks in Guilded.",
"author": "Zaid \"Nico\" <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guildedjs/ws",
"version": "1.4.2",
"version": "1.4.3",
"description": "Module of guilded.js that handles WS connections",
"author": "Zaid \"Nico\" <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5cc79dd

Please sign in to comment.