Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski committed Nov 26, 2024
1 parent 1129bd6 commit 754ad7b
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-paws-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-baboons-rest.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/console-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mia-platform/console-client

## 0.3.6

### Patch Changes

- 89a7395: expose proxy information in GET extension APIs

## 0.3.5

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

## 0.2.41

### Patch Changes

- Updated dependencies [1129bd6]
- @mia-platform/console-types@0.25.1

## 0.2.40

### 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.40",
"version": "0.2.41",
"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.81

### Patch Changes

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

## 0.0.80

### 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.80",
"version": "0.0.81",
"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.81

### Patch Changes

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

## 0.0.80

### 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.80",
"version": "0.0.81",
"license": "Apache-2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand Down
8 changes: 7 additions & 1 deletion packages/console-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.25.1

### Patch Changes

- 1129bd6: hotfix: `rateLimit` property in routes not required

## 0.25.0

### Minor Changes
Expand All @@ -10,7 +16,7 @@

### Patch Changes

- e489192: hotfix: `rateLimit` property in routes not required
- e489192: backporting hotfix: `rateLimit` property in routes not required

## 0.24.6

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.0",
"version": "0.25.1",
"description": "",
"main": "build/index.js",
"types": "build/index",
Expand Down

0 comments on commit 754ad7b

Please sign in to comment.