Skip to content

Commit

Permalink
Merge pull request #1190 from serlo/new-release
Browse files Browse the repository at this point in the history
Release v0.60.0
  • Loading branch information
kulla authored Dec 7, 2023
2 parents 7aa51f8 + ecc712c commit 140699b
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## [v0.60.0](https://github.com/serlo/api.serlo.org/compare/v0.59.2..v0.60.0) - December 7, 2023

### Breaking Changes

- Remove mutations for setting and updating the cache.

### Fixed

- Fix import of playground in docker container

- Set always a ttl for each key

### Internal

- Remove plugin invalid-current-value-error-plugin.ts

- Add type and payload to sentry logging

- refactor(time interface): remove duplicate properties

- Refactorings of tests

## [v0.59.2](https://github.com/serlo/api.serlo.org/compare/v0.59.1..v0.59.2) - December 1, 2023

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.59.2",
"version": "0.60.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/authorization",
"version": "0.59.2",
"version": "0.60.0",
"repository": "serlo/api.serlo.org",
"license": "Apache-2.0",
"author": "Serlo Education e.V.",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/api.serlo.org",
"version": "0.59.2",
"version": "0.60.0",
"private": true,
"repository": "serlo/api.serlo.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@nmshd/connector-sdk": "^2.2.4",
"@ory/client": "^1.4.3",
"@sentry/node": "^7.84.0",
"@serlo/authorization": "^0.59.2",
"@serlo/authorization": "^0.60.0",
"@types/basic-auth": "^1.1.6",
"@types/bull-arena": "^3.0.10",
"@types/jsonwebtoken": "^9.0.5",
Expand Down
17 changes: 17 additions & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,23 @@ async function exec(): Promise<void> {
'Set always a ttl for each key',
],
},
{
tagName: 'v0.60.0',
date: '2023-12-07',
breakingChanges: [
'Remove mutations for setting and updating the cache.',
],
internal: [
'Remove plugin invalid-current-value-error-plugin.ts',
'Add type and payload to sentry logging',
'refactor(time interface): remove duplicate properties',
'Refactorings of tests',
],
fixed: [
'Fix import of playground in docker container',
'Set always a ttl for each key',
],
},
],
})

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4096,7 +4096,7 @@ __metadata:
"@nmshd/connector-sdk": ^2.2.4
"@ory/client": ^1.4.3
"@sentry/node": ^7.84.0
"@serlo/authorization": ^0.59.2
"@serlo/authorization": ^0.60.0
"@types/basic-auth": ^1.1.6
"@types/bull-arena": ^3.0.10
"@types/jsonwebtoken": ^9.0.5
Expand Down Expand Up @@ -4138,7 +4138,7 @@ __metadata:
languageName: unknown
linkType: soft

"@serlo/authorization@^0.59.2, @serlo/authorization@workspace:packages/authorization":
"@serlo/authorization@^0.60.0, @serlo/authorization@workspace:packages/authorization":
version: 0.0.0-use.local
resolution: "@serlo/authorization@workspace:packages/authorization"
languageName: unknown
Expand Down

0 comments on commit 140699b

Please sign in to comment.