Skip to content

Commit

Permalink
chore: remove alpha tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Aug 12, 2024
1 parent 5db38da commit bd2a968
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/app-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/app-runtime",
"version": "5.0.0-alpha.19",
"version": "5.0.0",
"description": "The App Runtime",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"@types/luxon": "^3.4.2"
},
"peerDependencies": {
"@nmshd/runtime": "^5.0.0-alpha.19"
"@nmshd/runtime": "^5.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/consumption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/consumption",
"version": "5.0.0-alpha.19",
"version": "5.0.0",
"description": "The consumption library extends the transport library.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/content",
"version": "5.0.0-alpha.19",
"version": "5.0.0",
"description": "The content library defines data structures that can be transmitted using the transport library.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/runtime",
"version": "5.0.0-alpha.19",
"version": "5.0.0",
"description": "The enmeshed client runtime.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down Expand Up @@ -65,10 +65,10 @@
"@js-soft/logging-abstractions": "^1.0.1",
"@js-soft/ts-serval": "2.0.10",
"@js-soft/ts-utils": "^2.3.3",
"@nmshd/consumption": "5.0.0-alpha.19",
"@nmshd/content": "5.0.0-alpha.19",
"@nmshd/consumption": "5.0.0",
"@nmshd/content": "5.0.0",
"@nmshd/crypto": "2.0.6",
"@nmshd/transport": "5.0.0-alpha.19",
"@nmshd/transport": "5.0.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/transport",
"version": "5.0.0-alpha.19",
"version": "5.0.0",
"description": "The transport library handles backbone communication and content encryption.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down

0 comments on commit bd2a968

Please sign in to comment.