Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.3.31'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Oct 26, 2024
2 parents 0542d24 + e65b849 commit 3648651
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [2.3.31](https://github.com/roadiz/core-bundle-dev-app/compare/v2.3.30...v2.3.31) - 2024-10-26

### Bug Fixes

- **(DtsGenerator)** Fixed `.d.ts` file header generation with latest @roadiz/types package - ([49aca37](https://github.com/roadiz/core-bundle-dev-app/commit/49aca375f0e51ec81bfa4a044c8924740067218a))

## [2.3.30](https://github.com/roadiz/core-bundle-dev-app/compare/v2.3.29...v2.3.30) - 2024-10-25

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions lib/DtsGenerator/src/Generators/DeclarationGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ private function getHeader(): string
/*
* This is an automated Roadiz interface declaration file.
* RoadizNodesSources, RoadizDocument and other mentioned types are part of
* roadiz/abstract-api-client package which must be installed in your project.
* @roadiz/types package which must be installed in your project.
*
* @see https://github.com/roadiz/abstract-api-client
* @see https://github.com/roadiz/types
*
* Roadiz CMS node-types interfaces
*
* @see https://docs.roadiz.io/en/latest/developer/nodes-system/intro.html#what-is-a-node-type
*/
import { RoadizNodesSources, RoadizDocument } from '@roadiz/abstract-api-client/dist/types/roadiz'
import type { RoadizNodesSources, RoadizDocument } from '@roadiz/types'
EOT;
}
}
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
parameters:
roadiz_core.cms_version: '2.3.30'
roadiz_core.cms_version: '2.3.31'
roadiz_core.cms_version_prefix: 'main'
env(APP_NAMESPACE): "roadiz"
env(APP_VERSION): "0.1.0"
Expand Down

0 comments on commit 3648651

Please sign in to comment.