Skip to content

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturwojnar committed Mar 25, 2024
1 parent b6c8ac0 commit 16ef289
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
}
"version": "1.0.0-alpha.0"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hermes-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arturwojnar/hermes-mongodb",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"description": "Production-Ready TypeScript Outbox Pattern for MongoDB",
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion packages/hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arturwojnar/hermes",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"description": "Production-Ready TypeScript Outbox Pattern",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 16ef289

Please sign in to comment.