Skip to content

Commit

Permalink
update: changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele.cina committed Dec 3, 2024
1 parent db020de commit 1a3054d
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-tomatoes-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-carrots-knock.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/console-sdk-microfrontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mia-platform/console-sdk-microfrontend

## 0.2.42

### Patch Changes

- Updated dependencies [4e4a9a6]
- Updated dependencies [bddedd6]
- @mia-platform/console-types@0.26.0

## 0.2.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console-sdk-microfrontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mia-platform/console-sdk-microfrontend",
"license": "Apache-2.0",
"version": "0.2.41",
"version": "0.2.42",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"module": "./build/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/console-sdk-vite-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mia-platform/console-sdk-vite-helpers

## 0.0.82

### Patch Changes

- @mia-platform/console-sdk-microfrontend@0.2.42

## 0.0.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console-sdk-vite-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/console-sdk-vite-helpers",
"version": "0.0.81",
"version": "0.0.82",
"license": "Apache-2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/console-sdk-webpack-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mia-platform/console-sdk-webpack-helpers

## 0.0.82

### Patch Changes

- @mia-platform/console-sdk-microfrontend@0.2.42

## 0.0.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console-sdk-webpack-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/console-sdk-webpack-helpers",
"version": "0.0.81",
"version": "0.0.82",
"license": "Apache-2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/console-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.26.0

### Minor Changes

- 4e4a9a6: added environment `type` property

### Patch Changes

- bddedd6: added environment cluster namespace validation pattern

## 0.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/console-types",
"version": "0.25.1",
"version": "0.26.0",
"description": "",
"main": "build/index.js",
"types": "build/index",
Expand Down

0 comments on commit 1a3054d

Please sign in to comment.