Skip to content

Commit

Permalink
Merge pull request #44 from SolaceLabs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ricardojosegomezulmke authored Feb 27, 2023
2 parents 02bedf1 + e034c1d commit 8cfe0e8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .changeset/three-bats-mate.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ep-async-api-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solace-labs/ep-async-api-importer

## 0.52.6

### Patch Changes

- Updated dependencies [120f8bf4]
- @solace-labs/ep-sdk@0.56.0

## 0.52.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ep-async-api-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-labs/ep-async-api-importer",
"version": "0.52.5",
"version": "0.52.6",
"description": "Async API Importer for Solace Event Portal",
"bin": {
"ep-async-api-importer": "./dist/cli.js"
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@solace-labs/ep-asyncapi": "^0.53.2",
"@solace-labs/ep-sdk": "^0.55.0",
"@solace-labs/ep-sdk": "^0.56.0",
"chalk": "^4.1.2",
"clear": "^0.1.0",
"commander": "^9.3.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/ep-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solace-labs/ep-sdk

## 0.56.0

### Minor Changes

- 120f8bf4: add managing custom attributes for application domains

- **EpSdkApplicationDomainsServiceClass**
- `setCustomAttributes()`
- `unsetCustomAttributes()`
- `removeAssociatedEntityTypeFromCustomAttributeDefinitions()`
- `listAll()`
- new optional parameter: `attributesQuery?: IEpSdkAttributesQuery;`

## 0.55.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ep-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solace-labs/ep-sdk",
"version": "0.55.0",
"version": "0.56.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "Solace Event Portal SDK",
Expand Down

0 comments on commit 8cfe0e8

Please sign in to comment.