Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages #866

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/green-beds-dress.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/gleequore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/gleequore

## 0.1.2

### Patch Changes

- d5e7672: Importing gleequore doesn't work correctly. It imports the types but doesn't let you import the implementation so it's unusable. This is fixed in this release.
- Updated dependencies [d5e7672]
- @asyncapi/[email protected]

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gleequore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/gleequore",
"version": "0.1.1",
"version": "0.1.2",
"description": "The Quore of Glee",
"main": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/kafka-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-kafka-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-kafka-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Kafka adapter for Glee.",
"exports": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/mqtt-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-mqtt-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mqtt-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-mqtt-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "MQTT adapter for Glee.",
"exports": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/redis-cluster-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-redis-cluster-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-cluster-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-redis-cluster-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Redis Cluster adapter for Glee.",
"exports": "./dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @asyncapi/glee-shared-utils

## 0.2.1

### Patch Changes

- d5e7672: Importing gleequore doesn't work correctly. It imports the types but doesn't let you import the implementation so it's unusable. This is fixed in this release.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-shared-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shared utilities for Glee",
"main": "dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/socket.io-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-socketio-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/socket.io-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-socketio-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Socket.IO adapter for Glee.",
"exports": "./dist/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-web-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-web-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "HTTP and WebSocket client adapter for Glee.",
"exports": {
"./http": "./dist/http.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-server-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asyncapi/glee-web-server-adapter

## 0.2.1

### Patch Changes

- Updated dependencies [d5e7672]
- @asyncapi/[email protected]
- @asyncapi/[email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/glee-web-server-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "HTTP and WebSocket server adapter for Glee.",
"exports": {
"./http": "./dist/http.js",
Expand Down
Loading