Skip to content

Commit

Permalink
RELEASING: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @acap/backend@2.0.0
  @acap/frontend@2.0.0
  @acap/ms-bridge@2.0.0

[skip ci]
  • Loading branch information
github-actions[bot] authored and ehildt committed May 23, 2024
1 parent 36da5d9 commit ec0ebfa
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/grumpy-terms-push.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @acap/backend

## 2.0.0

### Major Changes

- 303f70d: # First Init

Changeset init, replacing semantic release and it's previous CHANGELOG.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acap/backend",
"description": "A simple and convenient way to distribute and provide content to your apps ;)",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"author": {
"email": "eugen.hildt@litlbyte.com",
Expand Down
9 changes: 9 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @acap/frontend

## 2.0.0

### Major Changes

- 303f70d: # First Init

Changeset init, replacing semantic release and it's previous CHANGELOG.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acap/frontend",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"license": "LICENSE",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions apps/ms-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @acap/ms-bridge

## 2.0.0

### Major Changes

- 303f70d: # First Init

Changeset init, replacing semantic release and it's previous CHANGELOG.
2 changes: 1 addition & 1 deletion apps/ms-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acap/ms-bridge",
"description": "A message bridge that abstracts brokers",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"author": {
"email": "eugen.hildt@litlbyte.com",
Expand Down

0 comments on commit ec0ebfa

Please sign in to comment.