Skip to content

Commit

Permalink
Merge pull request #339 from BoostV/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
langdal authored Nov 21, 2024
2 parents 7b1eacc + 453581e commit c30e6dc
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/tame-gorillas-jump.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- d5dabb9: Update dependencies

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostv/process-optimizer-frontend-api",
"private": false,
"version": "1.4.0",
"version": "1.4.1",
"description": "API for process optimizer backend",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"homepage": "https://github.com/BoostV/process-optimizer-frontend#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @process-optimizer-frontend/core

## 2.10.1

### Patch Changes

- d5dabb9: Update dependencies
- Updated dependencies [d5dabb9]
- @boostv/process-optimizer-frontend-api@1.4.1

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@boostv/process-optimizer-frontend-core",
"private": false,
"sideEffects": false,
"version": "2.10.0",
"version": "2.10.1",
"description": "Core library for process optimizer frontend",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"homepage": "https://github.com/BoostV/process-optimizer-frontend#readme",
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.1

### Patch Changes

- d5dabb9: Update dependencies

## 2.0.0

### Major 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",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "Common eslint rules for process optimizer frontend",
"keywords": [
"eslint",
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.4

### Patch Changes

- d5dabb9: Update dependencies

## 1.0.3

### 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",
"private": false,
"version": "1.0.3",
"version": "1.0.4",
"description": "Plot components for for process optimizer frontend",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"homepage": "https://github.com/BoostV/process-optimizer-frontend#readme",
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.1

### Patch Changes

- d5dabb9: Update dependencies
- Updated dependencies [d5dabb9]
- @boostv/process-optimizer-frontend-plots@1.0.4
- @boostv/process-optimizer-frontend-core@2.10.1

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@boostv/process-optimizer-frontend-ui",
"private": false,
"sideEffects": false,
"version": "2.10.0",
"version": "2.10.1",
"description": "UI library for process optimizer frontend",
"author": "Jakob Langdal <jakob.langdal@alexandra.dk>",
"homepage": "https://github.com/BoostV/process-optimizer-frontend#readme",
Expand Down
10 changes: 10 additions & 0 deletions sample-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @process-optimizer-frontend/sample-app

## 2.0.3

### Patch Changes

- d5dabb9: Update dependencies
- Updated dependencies [d5dabb9]
- @boostv/process-optimizer-frontend-plots@1.0.4
- @boostv/process-optimizer-frontend-core@2.10.1
- @boostv/process-optimizer-frontend-ui@2.10.1

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sample-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostv/process-optimizer-frontend-sample-app",
"version": "2.0.2",
"version": "2.0.3",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
Expand Down

0 comments on commit c30e6dc

Please sign in to comment.