Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ehildt committed May 25, 2024
1 parent 1a6605e commit 116eee3
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 37 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-bats-buy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-fishes-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-birds-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-geckos-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-ducks-cheer.md

This file was deleted.

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

## 2.0.0

### Patch Changes

- 28eb897: chore: updated .py scripts and workspaces
13 changes: 13 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @acap/backend

## 2.0.0

### Minor Changes

- 4a099a0: feat: traversive environment resolution

### Patch Changes

- 28eb897: chore: updated .py scripts and workspaces
- 5c0a18e: chore: moved all .py and related scripts to .python dir
- 04adf08: chore: updated genpose
- 463a377: feat: updated logging on server start

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "2.0.0",
"license": "MIT",
"author": {
"email": "eugen.hildt@litlbyte.com",
Expand Down
8 changes: 8 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @acap/frontend

## 2.0.0

### Patch Changes

- 28eb897: chore: updated .py scripts and workspaces
- 5c0a18e: chore: moved all .py and related scripts to .python dir
- 04adf08: chore: updated genpose

## 1.0.1

### Patch Changes
Expand Down
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.1",
"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
@@ -1,5 +1,14 @@
# @acap/ms-bridge

## 2.0.0

### Patch Changes

- 28eb897: chore: updated .py scripts and workspaces
- 5c0a18e: chore: moved all .py and related scripts to .python dir
- 04adf08: chore: updated genpose
- 463a377: feat: updated logging on server start

## 1.0.1

### Patch Changes
Expand Down
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.1",
"version": "2.0.0",
"license": "MIT",
"author": {
"email": "eugen.hildt@litlbyte.com",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@litlbyte/acap",
"repository": "git@github.com:ehildt/acap.git",
"version": "2.0.0-beta.0",
"version": "2.0.0",
"private": true,
"engines": {
"node": ">=20",
Expand Down

0 comments on commit 116eee3

Please sign in to comment.