Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ciber94 committed Oct 11, 2023
1 parent ee9c203 commit 9445926
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/animelist-auth-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@animelist/auth-next",
"version": "0.1.0",
"version": "0.1.1",
"description": "Integration with the @animelist/auth for NextJS",
"author": "Freddy L.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/animelist-auth-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@animelist/auth-sveltekit",
"version": "0.1.0",
"version": "0.1.1",
"description": "Integration with the @animelist/auth for SvelteKit",
"author": "Freddy L.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/animelist-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@animelist/auth",
"version": "0.1.0",
"version": "0.1.1",
"description": "Provides an API to authenticate users with `MyAnimeList`",
"author": "Freddy L.",
"license": "MIT",
Expand Down

0 comments on commit 9445926

Please sign in to comment.