Skip to content

Commit

Permalink
chore: compatibility with Directus 11.1.1 (#110)
Browse files Browse the repository at this point in the history
* chore: compatibility with Directus 11.1.1

* chore: version in lock file
  • Loading branch information
EdouardDem authored Oct 17, 2024
1 parent 471896f commit 18a2e57
Show file tree
Hide file tree
Showing 17 changed files with 2,029 additions and 1,440 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Directus Sync

![Directus 11.1.0](https://img.shields.io/badge/Directus-11.1.0-64f?style=for-the-badge&logo=directus)
![Directus 11.1.1](https://img.shields.io/badge/Directus-11.1.1-64f?style=for-the-badge&logo=directus)

> [!IMPORTANT]
> Latest version of `directus-sync` introduces breaking changes and is not compatible with Directus 10.x.x.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Directus Sync

![Directus 11.1.0](https://img.shields.io/badge/Directus-11.1.0-64f?style=for-the-badge&logo=directus)
![Directus 11.1.1](https://img.shields.io/badge/Directus-11.1.1-64f?style=for-the-badge&logo=directus)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/Directus-Sync/donate)
[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?style=for-the-badge&logo=discord)](https://discord.gg/4vGzHPQmud)

Expand Down
1 change: 1 addition & 0 deletions docker/build-and-push.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const directusVersions = [

'11.1',
// '11.1.0',
// '11.1.1',
];

const platforms = ['linux/amd64', 'linux/arm64'];
Expand Down
Loading

0 comments on commit 18a2e57

Please sign in to comment.