Skip to content

Commit

Permalink
chore: release main (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jun 15, 2024
1 parent 055844a commit dc7ba10
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,4 +1,4 @@
{
"packages/auth-provider": "1.0.0",
"packages/auth-common": "0.0.0"
"packages/auth-common": "1.0.0"
}
8 changes: 8 additions & 0 deletions packages/auth-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-06-15)


### Features

* adding auth-common to monorepo ([#6](https://github.com/aversini/auth-client/issues/6)) ([055844a](https://github.com/aversini/auth-client/commit/055844a27f8cac8cb88bb9fd6901c38acdbda5ec))
6 changes: 4 additions & 2 deletions packages/auth-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@versini/auth-common",
"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 dc7ba10

Please sign in to comment.