Skip to content

Commit

Permalink
Version Packages (#270)
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 Oct 28, 2024
1 parent 3e8cace commit 48e2466
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-paws-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-lemons-argue.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/nervous-hounds-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-oranges-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-avocados-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-birds-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-years-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-pillows-think.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @mirohq/cloud-data-import

## 0.12.0

### Minor Changes

- 8888163: - Separated tags scanning from main resource discovery pipeline
- Exposed new `getTagsScanner` function from the module
- 0643917: - Decoupled service names to support future feature development
- Added new AWS scanning capabilities to the module:
- `getAwsScanner` for single/multiple service scanning
- `getAllAwsScanners` to retrieve all available scanners
- Enhanced type safety for scanner implementations
- Reorganized ECS-related components (clusters, tasks, services) into separate files
- Added AWS prefix to core types and operations for better clarity

### Patch Changes

- 3e8cace: Fixed the small typing error in boilerplate file
- 47f2108: chore(deps): bump @aws-sdk/client-cloudwatch from 3.654.0 to 3.679.0
- 61ebb32: chore(deps): bump @aws-sdk/client-route-53 from 3.654.0 to 3.679.0
- 45111f5: chore(deps): bump @aws-sdk/client-elasticache from 3.654.0 to 3.679.0
- 9e2e0e9: chore(deps): bump @aws-sdk/client-elastic-load-balancing-v2 from 3.654.0 to 3.679.0
- cf5e43d: chore(deps): bump @aws-sdk/client-eks from 3.654.0 to 3.679.0

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mirohq/cloud-data-import",
"version": "0.11.1",
"version": "0.12.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 48e2466

Please sign in to comment.