Skip to content

Commit 70647ac

Browse files
committed
added migration_group_id meta prop
1 parent ac61fce commit 70647ac

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @code.store/arcxp-sdk-ts
22

3+
## 4.42.2
4+
5+
### Patch Changes
6+
7+
- add group_id to meta props
8+
39
## 4.42.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code.store/arcxp-sdk-ts",
3-
"version": "4.42.1",
3+
"version": "4.42.2",
44
"description": "A strongly typed set of ArcXP API's and utilities reduce the amount of work required to develop with ArcXP, starting with reducing the boilerplate code you have to write.",
55
"type": "commonjs",
66
"main": "./dist/index.js",

src/mapper/story.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export abstract class Story<ANS extends ANSContent = Types.Story.AStory> extends
101101
migration_source_type: await this.sourceType(),
102102
// used in dashboard to show the original url
103103
migration_url: await this.legacyUrl(),
104+
migration_group_id: await this.groupId(),
104105
};
105106
}
106107
}

0 commit comments

Comments
 (0)