Skip to content

Commit 37e41a5

Browse files
author
tractr-bot
committed
chore(release): bump version [skip ci]
- directus-extension-sync@0.2.0 - directus-sync@0.2.0
1 parent bc0853a commit 37e41a5

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.2.0 (2023-11-21)
7+
8+
### Features
9+
10+
- **cli:** ignore assets & url fields from settings ([#11](https://github.com/tractr/directus-sync/issues/11)) ([bc0853a](https://github.com/tractr/directus-sync/commit/bc0853af946818e0edf789611c7fba9c5a8183fe))
11+
612
## 0.1.11 (2023-11-20)
713

814
### Bug Fixes

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.1.11",
5+
"version": "0.2.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.2.0 (2023-11-21)
7+
8+
### Features
9+
10+
- **cli:** ignore assets & url fields from settings ([#11](https://github.com/tractr/directus-sync/issues/11)) ([bc0853a](https://github.com/tractr/directus-sync/commit/bc0853af946818e0edf789611c7fba9c5a8183fe))
11+
612
## 0.1.15 (2023-11-20)
713

814
### Bug Fixes

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.1.15",
3+
"version": "0.2.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)