Skip to content

Commit 29e9a36

Browse files
author
tractr-bot
committed
chore(release): bump version [skip ci]
- directus-extension-sync@0.3.0 - directus-sync@0.3.0
1 parent 5c1ec08 commit 29e9a36

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.3.0 (2023-11-30)
7+
8+
### Features
9+
10+
- configuration improvement ([#14](https://github.com/tractr/directus-sync/issues/14)) ([5c1ec08](https://github.com/tractr/directus-sync/commit/5c1ec0824da689774463cf0b24ca40245c4e072a)), closes [#13](https://github.com/tractr/directus-sync/issues/13)
11+
612
# 0.2.0 (2023-11-21)
713

814
### Features

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.2.0",
5+
"version": "0.3.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.3.0 (2023-11-30)
7+
8+
### Features
9+
10+
- configuration improvement ([#14](https://github.com/tractr/directus-sync/issues/14)) ([5c1ec08](https://github.com/tractr/directus-sync/commit/5c1ec0824da689774463cf0b24ca40245c4e072a)), closes [#13](https://github.com/tractr/directus-sync/issues/13)
11+
612
# 0.2.0 (2023-11-21)
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.2.0",
3+
"version": "0.3.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)