Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.2...v2.0.0) (2023-12-22)

### Bug Fixes

* Make extension work for Directus 10.x (>= 10.7) ([77ef568](77ef568))
* Respect Directus theming ([a7f677a](a7f677a))

### BREAKING CHANGES

* Migrated to @directus/extension-sdk 10.x, this limits this extension to Directus 10.x
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent a7f677a commit a125a00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/hanneskuettner/directus-extension-group-tabs-interface/compare/v1.2.2...v2.0.0) (2023-12-22)


### Bug Fixes

* Make extension work for Directus 10.x (>= 10.7) ([77ef568](https://github.com/hanneskuettner/directus-extension-group-tabs-interface/commit/77ef568ef954146dd3e494cb0047e36382561188))
* Respect Directus theming ([a7f677a](https://github.com/hanneskuettner/directus-extension-group-tabs-interface/commit/a7f677aafcf58e112c7da8aa2c3f9a62b741982f))


### BREAKING CHANGES

* Migrated to @directus/extension-sdk 10.x, this limits this extension to Directus 10.x

## [1.2.2](https://github.com/hanneskuettner/directus-extension-group-tabs-interface/compare/v1.2.1...v1.2.2) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "directus-extension-group-tabs-interface",
"icon": "extension",
"version": "1.2.2",
"version": "2.0.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit a125a00

Please sign in to comment.