Skip to content

Commit

Permalink
chore(main): release auth-provider 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Jun 14, 2024
1 parent 02d667e commit 78f1f19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/auth-provider": "0.0.0"
"packages/auth-provider": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/auth-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-06-14)


### Features

* AuthProvider MVP ([486702b](https://github.com/aversini/auth-client/commit/486702bd3a6963622caf0b6429746d70668ea14a))
6 changes: 4 additions & 2 deletions packages/auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-provider",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "Arno Versini",
"publishConfig": {
Expand All @@ -14,7 +14,9 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand Down

0 comments on commit 78f1f19

Please sign in to comment.