Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski committed Jun 13, 2024
1 parent 10a75a0 commit 6fdb35f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-shoes-add.md

This file was deleted.

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.10

### Patch Changes

- Updated dependencies [10a75a0]
- @mia-platform/console-types@0.19.23

## 0.2.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.9",
"version": "0.2.10",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"module": "./build/index.js",
Expand All @@ -13,7 +13,7 @@
"unit": "jest"
},
"dependencies": {
"@mia-platform/console-types": "0.19.22",
"@mia-platform/console-types": "0.19.23",
"eslint": "^8.57.0",
"ramda": "^0.30.0",
"rxjs": "^7.8.1"
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.48

### Patch Changes

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

## 0.0.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.47",
"version": "0.0.48",
"license": "Apache-2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"unit": "jest"
},
"dependencies": {
"@mia-platform/console-sdk-microfrontend": "0.2.9",
"@mia-platform/console-sdk-microfrontend": "0.2.10",
"vite-plugin-qiankun": "1.0.15"
},
"devDependencies": {
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.48

### Patch Changes

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

## 0.0.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.47",
"version": "0.0.48",
"license": "Apache-2.0",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"unit": "jest"
},
"dependencies": {
"@mia-platform/console-sdk-microfrontend": "0.2.9",
"@mia-platform/console-sdk-microfrontend": "0.2.10",
"vite-plugin-qiankun": "1.0.15"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/console-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.19.23

### Patch Changes

- 10a75a0: fix: exported MongoDB view default routes

## 0.19.22

### 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.19.22",
"version": "0.19.23",
"description": "",
"main": "build/index.js",
"types": "build/index",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fdb35f

Please sign in to comment.