Skip to content

Commit

Permalink
chore: release (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 28, 2024
1 parent 4240ef8 commit de6845b
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 23 deletions.
11 changes: 0 additions & 11 deletions .changeset/perfect-planes-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-owls-love.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/stream-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# stream-api

## 1.0.5

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

- Updated dependencies [[`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c)]:
- @nss/ess-concerns@1.0.2
- @nss/utils@0.1.1

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/stream-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-api",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions apps/stream-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# stream-auth

## 1.0.5

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

- Updated dependencies [[`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c)]:
- @nss/utils@0.1.1

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/stream-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-auth",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
11 changes: 11 additions & 0 deletions apps/stream-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# stream-collector

## 5.0.2

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

- Updated dependencies [[`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c)]:
- @nss/ess-concerns@1.0.2
- @nss/rabbitmq@1.0.1
- @nss/utils@0.1.1

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/stream-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-collector",
"version": "5.0.1",
"version": "5.0.2",
"private": true,
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
13 changes: 13 additions & 0 deletions apps/stream-manifold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# stream-manifold

## 3.1.2

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Fixed format of subscription message

- Updated dependencies [[`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c)]:
- @nss/ess-concerns@1.0.2
- @nss/rabbitmq@1.0.1
- @nss/utils@0.1.1

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/stream-manifold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-manifold",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"license": "Apache-2.0",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions shared/ess-concerns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nss/ess-concerns

## 1.0.2

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/ess-concerns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nss/ess-concerns",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions shared/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nss/rabbitmq

## 1.0.1

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nss/rabbitmq",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions shared/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nss/utils

## 0.1.1

### Patch Changes

- [#35](https://github.com/nanite-systems/stream/pull/35) [`4240ef8fff9d6bb5921e78ee68d173c5d71b245c`](https://github.com/nanite-systems/stream/commit/4240ef8fff9d6bb5921e78ee68d173c5d71b245c) Thanks [@microwavekonijn](https://github.com/microwavekonijn)! - Bumped dependencies

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nss/utils",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit de6845b

Please sign in to comment.