mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
26 lines
640 B
Markdown
26 lines
640 B
Markdown
---
|
|
'@openstapps/projectmanagement': patch
|
|
'@openstapps/prettier-config': patch
|
|
'@openstapps/es-mapping-generator': patch
|
|
'@openstapps/eslint-config': patch
|
|
'@openstapps/minimal-connector': patch
|
|
'@openstapps/minimal-plugin': patch
|
|
'@openstapps/core-tools': patch
|
|
'@openstapps/gitlab-api': patch
|
|
'@openstapps/backend': patch
|
|
'@openstapps/logger': patch
|
|
'@openstapps/proxy': patch
|
|
'@openstapps/core': patch
|
|
'@openstapps/api': patch
|
|
---
|
|
|
|
Migrated changelogs to changeset format
|
|
|
|
```js
|
|
import fs from 'fs';
|
|
|
|
const path = 'packages/logger/CHANGELOG.md';
|
|
|
|
fs.writeFileSync(path, fs.readFileSync(path, 'utf8').replace(/^#+\s+\[/gm, '## ['));
|
|
```
|