Skip to content

Commit

Permalink
🟣 Release 4.13.4
Browse files Browse the repository at this point in the history
Merge pull request #5659 from WRadoslaw/release/4.13.4
  • Loading branch information
WRadoslaw committed Dec 14, 2023
2 parents 5a4011c + bd4219e commit 896a057
Show file tree
Hide file tree
Showing 20 changed files with 54,239 additions and 299,035 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.14.3] - 2023-12-08

### Fixed

- Fixed atlas meta server query
- Fiex basic channel query performance

## [4.14.3] - 2023-12-08

### Changed

- Changed Atlas TnC
Expand Down
3,743 changes: 3,526 additions & 217 deletions packages/atlas-meta-server/src/api/__generated__/sdk.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/atlas-meta-server/src/api/queries.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
fragment DataObjectFields on StorageDataObject {
id
resolvedUrls
storageBag{
id
}
}

fragment BasicChannelFields on Channel {
Expand Down

0 comments on commit 896a057

Please sign in to comment.