Skip to content

Commit

Permalink
SHARED:AKR:OTR:YKI:VKT (Frontend): updated changelog and package depe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
markpilkku committed Nov 7, 2023
1 parent 25661f2 commit 40a3e97
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/akr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"akr:tslint": "yarn g:tsc --pretty --noEmit"
},
"dependencies": {
"shared": "npm:@opetushallitus/[email protected].0"
"shared": "npm:@opetushallitus/[email protected].1"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/otr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"otr:tslint": "yarn g:tsc --pretty --noEmit"
},
"dependencies": {
"shared": "npm:@opetushallitus/[email protected].0"
"shared": "npm:@opetushallitus/[email protected].1"
}
}
6 changes: 6 additions & 0 deletions frontend/packages/shared/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Released]

## [1.10.1] - 2023-11-07

### Changed

- In `PaginatedTable` "fixed objects are not valid as a react child"-bug

## [1.10.0] - 2023-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opetushallitus/kieli-ja-kaantajatutkinnot.shared",
"version": "1.10.0",
"version": "1.10.1",
"description": "Shared Frontend Package",
"exports": {
"./components": "./src/components/index.tsx",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/vkt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"dependencies": {
"reduxjs-toolkit-persist": "^7.2.1",
"shared": "npm:@opetushallitus/[email protected].0"
"shared": "npm:@opetushallitus/[email protected].1"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/yki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"yki:tslint": "yarn g:tsc --pretty --noEmit"
},
"dependencies": {
"shared": "npm:@opetushallitus/[email protected].0"
"shared": "npm:@opetushallitus/[email protected].1"
},
"devDependencies": {
"multer": "^1.4.5-lts.1"
Expand Down

0 comments on commit 40a3e97

Please sign in to comment.