Skip to content

Commit

Permalink
Prepare for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Apr 21, 2022
1 parent 26a9435 commit 6014d21
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.8.0

### Added

- base html tag in index.html
- dynamic configuration script in index.html

### Changed

- now micro-lc can be exposed on a different path then /

### BREAKING CHANGES

- config file API now is able to return something that is not a JSON


## 0.7.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/be-config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:gallium-alpine
LABEL name="mia-microlc-config-manager" \
description="The Mia-Platform micro fontend solution configuration manager" \
eu.mia-platform.url="https://www.mia-platform.eu" \
eu.mia-platform.version="0.6.1"
eu.mia-platform.version="0.8.0"

ENV LOG_LEVEL=info
ENV SERVICE_PREFIX=/
Expand Down
2 changes: 1 addition & 1 deletion packages/be-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/be-config",
"version": "0.4.0",
"version": "0.8.0",
"private": true,
"scripts": {
"coverage": "yarn test --coverage --watchAll=false --collectCoverageFrom=src/**/*.{ts,tsx}",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/core",
"version": "0.4.0",
"version": "0.8.0",
"description": "Shared core elements of mia-microlc",
"module": "dist/core.esm.js",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fe-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nginx:1.21.6-alpine as build
LABEL name="mia-microlc-website" \
description="The Mia-Platform micro fontend solution" \
eu.mia-platform.url="https://www.mia-platform.eu" \
eu.mia-platform.version="0.6.1"
eu.mia-platform.version="0.8.0"

COPY nginx /etc/nginx

Expand Down
4 changes: 2 additions & 2 deletions packages/fe-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/fe-website",
"version": "0.4.0",
"version": "0.8.0",
"description": "Launcher of microlc",
"homepage": "./",
"private": true,
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@babel/register": "^7.16.0",
"@mia-platform/core": "0.4.0",
"@mia-platform/core": "0.8.0",
"@mia-platform/microlc-ui-components": "0.1.0",
"@staticdeploy/mock-server": "^2.0.0",
"@testing-library/jest-dom": "^5.15.1",
Expand Down

0 comments on commit 6014d21

Please sign in to comment.