Skip to content

Commit

Permalink
Merge pull request #344 from BoostV/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
langdal authored Feb 7, 2025
2 parents bd25586 + 9ba9d6a commit a83d65d
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilled-dolphins-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @process-optimizer-frontend/core

## 2.10.4

### Patch Changes

- bd25586: Loosen peer dependency version ranges

## 2.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostv/process-optimizer-frontend-core",
"description": "Core library for process optimizer frontend",
"version": "2.10.3",
"version": "2.10.4",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"bugs": "https://github.com/BoostV/process-optimizer-frontend/issues",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @boostv/eslint-config

## 2.0.3

### Patch Changes

- bd25586: Loosen peer dependency version ranges

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostv/eslint-config",
"description": "Common eslint rules for process optimizer frontend",
"version": "2.0.2",
"version": "2.0.3",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"bugs": "https://github.com/BoostV/process-optimizer-frontend/issues",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plots/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @process-optimizer-frontend/plots

## 1.0.7

### Patch Changes

- bd25586: Loosen peer dependency version ranges

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostv/process-optimizer-frontend-plots",
"description": "Plot components for for process optimizer frontend",
"version": "1.0.6",
"version": "1.0.7",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"bugs": "https://github.com/BoostV/process-optimizer-frontend/issues",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @boostv/process-optimizer-frontend-ui

## 2.10.5

### Patch Changes

- bd25586: Loosen peer dependency version ranges
- Updated dependencies [bd25586]
- @boostv/process-optimizer-frontend-core@2.10.4
- @boostv/process-optimizer-frontend-plots@1.0.7

## 2.10.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@boostv/process-optimizer-frontend-ui",
"description": "UI library for process optimizer frontend",
"version": "2.10.4",
"version": "2.10.5",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"bugs": "https://github.com/BoostV/process-optimizer-frontend/issues",
"dependencies": {
"@boostv/process-optimizer-frontend-core": "2.10.3",
"@boostv/process-optimizer-frontend-plots": "1.0.6",
"@boostv/process-optimizer-frontend-core": "2.10.4",
"@boostv/process-optimizer-frontend-plots": "1.0.7",
"lodash.debounce": "^4.0.8",
"react-hook-form": "^7.54.2",
"remeda": "^2.20.1",
Expand Down
9 changes: 9 additions & 0 deletions sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @process-optimizer-frontend/sample-app

## 2.0.5

### Patch Changes

- Updated dependencies [bd25586]
- @boostv/process-optimizer-frontend-core@2.10.4
- @boostv/process-optimizer-frontend-plots@1.0.7
- @boostv/process-optimizer-frontend-ui@2.10.5

## 2.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions sample-app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@boostv/process-optimizer-frontend-sample-app",
"version": "2.0.4",
"version": "2.0.5",
"dependencies": {
"@boostv/process-optimizer-frontend-core": "2.10.3",
"@boostv/process-optimizer-frontend-plots": "1.0.6",
"@boostv/process-optimizer-frontend-ui": "2.10.4",
"@boostv/process-optimizer-frontend-core": "2.10.4",
"@boostv/process-optimizer-frontend-plots": "1.0.7",
"@boostv/process-optimizer-frontend-ui": "2.10.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": ">=6.4.3",
Expand Down

0 comments on commit a83d65d

Please sign in to comment.