Skip to content

Commit 89a3931

Browse files
author
tractr-bot
committed
chore(release): bump version [skip ci]
- directus-extension-sync@0.3.1 - directus-sync@0.3.1
1 parent e41e76f commit 89a3931

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1 (2024-01-16)
7+
8+
**Note:** Version bump only for package directus-extension-sync
9+
610
# 0.3.0 (2023-11-30)
711

812
### 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.3.0",
5+
"version": "0.3.1",
66
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
77
"repository": {
88
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1 (2024-01-16)
7+
8+
**Note:** Version bump only for package directus-sync
9+
610
# 0.3.0 (2023-11-30)
711

812
### 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.3.0",
3+
"version": "0.3.1",
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)