Skip to content

Commit

Permalink
Fix importer prop sorting causes parents to be parsed after their chi…
Browse files Browse the repository at this point in the history
…ld properties #980
  • Loading branch information
Polleps committed Oct 9, 2024
1 parent c4a6db0 commit 5e2445f
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 164 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [STATUS.md](server/STATUS.md) to learn more about which features will remain

## [v0.40.2]

- fix property sort order + add tests #980
- fix property sort order when importing + add tests #980

## [v0.40.0] - 2024-10-07

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion browser/create-template/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type BaseTemplate = {
const baseTemplates = {
website: {
name: 'website',
ontologyID: '01j6zqa7qgamwh5960dzy99j70',
ontologyID: 'website',
generateEnv: ({ serverUrl }) => {
const siteSubject = new URL(
'01j5zrevq917dp0wm4p2vnd7nr',
Expand Down
Loading

0 comments on commit 5e2445f

Please sign in to comment.