Skip to content

Commit

Permalink
🏗️ Bump to somenergia-ui-0.4.2
Browse files Browse the repository at this point in the history
Co-authored-by: Marite Guerrieri <marite.guerrieri@somenergia.coop>
  • Loading branch information
javikalsan and MariteSomEnergia committed Apr 25, 2024
1 parent daeb7bb commit 95bcf75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## somenergia-ui-0.4.2 2024-04-25
- Build:
- Fix: Add missing `devDependencies`
- Fix: node version github action

- Chart
- Fix: Parameterize decimal separator establishing `,` as default value

## somenergia-ui-0.4.1 2024-04-16

- Fix: formatDecimal with 2 decimals by default
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@somenergia/somenergia-ui",
"private": false,
"version": "0.4.1",
"version": "0.4.2",
"description": "Common React components for Som Energia projects",
"license": "AGPL-3.0",
"homepage": "https://som-energia.github.io/somenergia-ui/",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@emotion/react": ">=11.11.1",
"@emotion/styled": ">=11.11.0",
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@mui/icons-material": "^5.15.15",
"@mui/icons-material": ">=5.15.9",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.7",
"@mui/styled-engine-sc": ">=6.0.0-alpha.9",
Expand Down

0 comments on commit 95bcf75

Please sign in to comment.