Skip to content

Commit

Permalink
feat(packages): change version to all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaaagon committed Oct 5, 2024
1 parent 5d16678 commit 1d8c503
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pelican.js",
"private": true,
"version": "0.1.0",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hexaaagon/pelican.js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pelicanjs/application",
"version": "0.1.0",
"version": "0.3.0",
"description": "A NodeJS API Wrapper for Pelican Panel.",
"main": "dist/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pelicanjs/client",
"version": "0.1.0",
"version": "0.3.0",
"description": "A NodeJS API Wrapper for Pelican Panel.",
"main": "dist/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pelican.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pelican.js",
"version": "0.1.0",
"version": "0.3.0",
"description": "A NodeJS API Wrapper for Pelican Panel.",
"main": "dist/index.js",
"types": "typings/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pelicanjs/types",
"version": "0.1.0",
"version": "0.3.0",
"description": "A NodeJS API Wrapper for Pelican Panel.",
"main": "dist/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 1d8c503

Please sign in to comment.