Skip to content

Commit 7a5b8ee

Browse files
chore(data-migration): release v4.0.0 [skip ci]
# [4.0.0](data-migration-v3.0.0...data-migration-v4.0.0) (2024-03-06) ### Features * add support for nx 18.x ([#192](#192)) ([03b9aa0](03b9aa0)), closes [#191](#191) ### BREAKING CHANGES * To use this version the nx workspace needs to be migrated to version 18.x
1 parent 9e3cecd commit 7a5b8ee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/data-migration/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/data-migration-v3.0.0...data-migration-v4.0.0) (2024-03-06)
2+
3+
### Features
4+
5+
- add support for nx 18.x ([#192](https://github.com/lucasvieirasilva/nx-plugins/issues/192)) ([03b9aa0](https://github.com/lucasvieirasilva/nx-plugins/commit/03b9aa066ec8b3c755de18db6d2a11c569b921c4)), closes [#191](https://github.com/lucasvieirasilva/nx-plugins/issues/191)
6+
7+
### BREAKING CHANGES
8+
9+
- To use this version the nx workspace needs to be migrated to version 18.x
10+
111
# [3.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/data-migration-v2.1.0...data-migration-v3.0.0) (2023-12-21)
212

313
### Features

packages/data-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxlv/data-migration",
33
"description": "Nx Data Migration Tool based on TypeScript (Supported Databases: DynamoDB)",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"main": "src/index.js",
66
"generators": "./generators.json",
77
"executors": "./executors.json",

0 commit comments

Comments
 (0)