Skip to content

Commit

Permalink
v0.0.1-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ciber94 committed Oct 8, 2023
1 parent 7062523 commit 869a362
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"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.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"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.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"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.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"description": "Provides an API to authenticate users with `MyAnimeList`",
"author": "Freddy L.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/animelist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@animelist/client",
"author": "Freddy L.",
"version": "0.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"description": "Provide an interface to communicate with MyAnimeList API",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/animelist-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@animelist/core",
"version": "0.0.1-alpha.11",
"version": "0.0.1-alpha.12",
"description": "Common functionality of @animelist",
"license": "MIT",
"author": "Freddy L.",
Expand Down

0 comments on commit 869a362

Please sign in to comment.