Skip to content

Commit 0869db4

Browse files
author
tractr-bot
committed
chore(release): bump version [skip ci]
- directus-extension-sync@0.4.0 - directus-sync@0.5.0
1 parent cad3398 commit 0869db4

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2024-01-24)
7+
8+
### Features
9+
10+
- handle more config file paths ([#24](https://github.com/tractr/directus-sync/issues/24)) ([cad3398](https://github.com/tractr/directus-sync/commit/cad3398486c93d99fc49057920d0a42da6dc2d9f))
11+
612
## 0.3.1 (2024-01-16)
713

814
**Note:** Version bump only for package directus-extension-sync

packages/api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "directus-extension-sync",
33
"description": "This extension exposes routes to manage id mapping for Directus sync.",
44
"icon": "extension",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
77
"repository": {
88
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.5.0 (2024-01-24)
7+
8+
### Features
9+
10+
- handle more config file paths ([#24](https://github.com/tractr/directus-sync/issues/24)) ([cad3398](https://github.com/tractr/directus-sync/commit/cad3398486c93d99fc49057920d0a42da6dc2d9f))
11+
612
# [0.4.0](https://github.com/tractr/directus-sync/compare/directus-sync@0.3.1...directus-sync@0.4.0) (2024-01-23)
713

814
### Features

packages/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "directus-sync",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "This is a CLI tool to sync schema and configuration from one Directus instance to another.",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)