Skip to content

Commit 97e1171

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-03-11) ### Bug Fixes * Add unit test coverage ([#6](#6)) ([16b6146](16b6146)) * Figure out asset folder name from jcr image path ([#15](#15)) ([461292c](461292c)) * **sites-29589:** [Xwalk] aem-import-helper should take zip file and image mapping as args ([#20](#20)) ([2c1c615](2c1c615)) * **sites-29590:** support user bearer token ([#22](#22)) ([4d190b1](4d190b1)) ### Features * [Import Assistant] Page transformations ([#4](#4)) ([bfacdb0](bfacdb0)) * Implement standalone upload command ([72fd15d](72fd15d)) * Import Assistant ([#7](#7)) ([05e2082](05e2082)) * Initial implementation of SharePoint upload ([00eb93a](00eb93a)) * Initial implementation of SharePoint upload ([6cfc248](6cfc248)) * Initial implementation of SharePoint upload ([927d7eb](927d7eb)) * Initial implementation of SharePoint upload ([cc5a4b1](cc5a4b1)) * Show UI URL when job was created ([#13](#13)) ([04db418](04db418)) * SITES-27041 [Import Assistant] Remove system prompts from import builder ([#9](#9)) ([978a68d](978a68d)) * **sites-29400:** integrate xwalk support into aem-import-helper ([#17](#17)) ([e4e3afd](e4e3afd)) * **sites-29416:** [Xwalk] Add support for importing non-image assets ([#19](#19)) ([3c6c87d](3c6c87d)) * SITES-29655 Remove import assistant related code from the helper ([823c56a](823c56a)) * SITES-29655 Remove import assistant related code from the helper ([c3caac0](c3caac0)) * SITES-29655 Remove import assistant related code from the helper ([7f262e1](7f262e1)) * Upload content to AEM ([#11](#11)) ([6140cf1](6140cf1)) * Use multipart formdata to start a job ([#3](#3)) ([852d96d](852d96d))
1 parent a6f21eb commit 97e1171

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 1.0.0 (2025-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Add unit test coverage ([#6](https://github.com/adobe/aem-import-helper/issues/6)) ([16b6146](https://github.com/adobe/aem-import-helper/commit/16b6146e46ab3783ddf031b2868283ca5f4912be))
7+
* Figure out asset folder name from jcr image path ([#15](https://github.com/adobe/aem-import-helper/issues/15)) ([461292c](https://github.com/adobe/aem-import-helper/commit/461292cdbc6c36dac2a2e63af6c6f2134a47c754))
8+
* **sites-29589:** [Xwalk] aem-import-helper should take zip file and image mapping as args ([#20](https://github.com/adobe/aem-import-helper/issues/20)) ([2c1c615](https://github.com/adobe/aem-import-helper/commit/2c1c6157ed773af55897599d239499df458d1ef7))
9+
* **sites-29590:** support user bearer token ([#22](https://github.com/adobe/aem-import-helper/issues/22)) ([4d190b1](https://github.com/adobe/aem-import-helper/commit/4d190b1260dc81315e6537707f075a909f17db43))
10+
11+
12+
### Features
13+
14+
* [Import Assistant] Page transformations ([#4](https://github.com/adobe/aem-import-helper/issues/4)) ([bfacdb0](https://github.com/adobe/aem-import-helper/commit/bfacdb0fe1f18c764f5b490e24dfd6245e9b13f8))
15+
* Implement standalone upload command ([72fd15d](https://github.com/adobe/aem-import-helper/commit/72fd15dad79cd8e4757cfdbf8c400ef2acf318a7))
16+
* Import Assistant ([#7](https://github.com/adobe/aem-import-helper/issues/7)) ([05e2082](https://github.com/adobe/aem-import-helper/commit/05e20828207665fd7db74299d31392fedf95ad20))
17+
* Initial implementation of SharePoint upload ([00eb93a](https://github.com/adobe/aem-import-helper/commit/00eb93afb41f061d755f91d503d4759e5aa1ee44))
18+
* Initial implementation of SharePoint upload ([6cfc248](https://github.com/adobe/aem-import-helper/commit/6cfc248da1d9648712ca305a9367477fa4020db6))
19+
* Initial implementation of SharePoint upload ([927d7eb](https://github.com/adobe/aem-import-helper/commit/927d7ebbf720c350aa3464bb6561ef5bacaecbcd))
20+
* Initial implementation of SharePoint upload ([cc5a4b1](https://github.com/adobe/aem-import-helper/commit/cc5a4b15666cde54a870bd1feb01c369bf9535ed))
21+
* Show UI URL when job was created ([#13](https://github.com/adobe/aem-import-helper/issues/13)) ([04db418](https://github.com/adobe/aem-import-helper/commit/04db41864b551ea88778882b32afcc1ba52c539b))
22+
* SITES-27041 [Import Assistant] Remove system prompts from import builder ([#9](https://github.com/adobe/aem-import-helper/issues/9)) ([978a68d](https://github.com/adobe/aem-import-helper/commit/978a68d8c314f75f4fc46a8fba1be672f43bd326))
23+
* **sites-29400:** integrate xwalk support into aem-import-helper ([#17](https://github.com/adobe/aem-import-helper/issues/17)) ([e4e3afd](https://github.com/adobe/aem-import-helper/commit/e4e3afd0fe42170c0492d4e1a099c95426b81d00))
24+
* **sites-29416:** [Xwalk] Add support for importing non-image assets ([#19](https://github.com/adobe/aem-import-helper/issues/19)) ([3c6c87d](https://github.com/adobe/aem-import-helper/commit/3c6c87d4d8bc2a750b69b5544b4efa6731b40c75))
25+
* SITES-29655 Remove import assistant related code from the helper ([823c56a](https://github.com/adobe/aem-import-helper/commit/823c56a742df981f91a46ee6849a0199eedfe83e))
26+
* SITES-29655 Remove import assistant related code from the helper ([c3caac0](https://github.com/adobe/aem-import-helper/commit/c3caac0baf548fc32e90b56e434252b706be4cad))
27+
* SITES-29655 Remove import assistant related code from the helper ([7f262e1](https://github.com/adobe/aem-import-helper/commit/7f262e1b4cb37027e8e071fa0cf4033b4a2186a4))
28+
* Upload content to AEM ([#11](https://github.com/adobe/aem-import-helper/issues/11)) ([6140cf1](https://github.com/adobe/aem-import-helper/commit/6140cf1ff51efd74f97d6225ad4c122ea5544e77))
29+
* Use multipart formdata to start a job ([#3](https://github.com/adobe/aem-import-helper/issues/3)) ([852d96d](https://github.com/adobe/aem-import-helper/commit/852d96d94f5576d5f622839718670c71730d107e))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aem-import-helper",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"description": "Helper tool for importing sites to AEM.",
55
"author": "AEM Importer Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)