From c1f0cc3282807b0a63339239f1ec093ad277c719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 00:32:12 +0100 Subject: [PATCH] chore(main): release git-clerk 1.0.0 (#60) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 76 +++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 80 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a22fb0..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0-alpha.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0283304 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,76 @@ +# Changelog + +## [1.0.0](https://github.com/EOX-A/git-clerk/compare/git-clerk-v1.0.0-alpha.1...git-clerk-v1.0.0) (2024-12-16) + + +### Features + +* Add file edit page with basic functionality ([958ab4b](https://github.com/EOX-A/git-clerk/commit/958ab4b801144b551d6a03097ea9e0d1dfa591ee)) +* Add type navigation ([65c6683](https://github.com/EOX-A/git-clerk/commit/65c66833968313939f914a36afc3d411e494ef01)) +* Adde json-form connect it with api ([755943c](https://github.com/EOX-A/git-clerk/commit/755943c10eb8d8e17e148472405361a7943e5800)) +* Adde new storytelling version ([78fd4fb](https://github.com/EOX-A/git-clerk/commit/78fd4fb7a408a60f02a90e7021e3efc7188f6743)) +* Added @eox/json-form with file editing ([664ddd2](https://github.com/EOX-A/git-clerk/commit/664ddd26d34dac37a9d47c926fc8227b02684291)) +* Added add file feature along with UI ([66e768b](https://github.com/EOX-A/git-clerk/commit/66e768b353217f3977fe6dac99ac521b8ee57aaa)) +* Added allow preview with basic storytelling preview and event for changes ([2ae080d](https://github.com/EOX-A/git-clerk/commit/2ae080d71af80633257437b24851e9b4b6dad846)) +* Added baasic schema with a validator ([1ac921d](https://github.com/EOX-A/git-clerk/commit/1ac921d941f9d833613e332454f069f9dcf38d59)) +* Added capability to have pending checks ([9a9e72d](https://github.com/EOX-A/git-clerk/commit/9a9e72d7d74d5caadeef01eb9ad167237a9864fd)) +* Added config to fetch github cred through config.js ([2f485e0](https://github.com/EOX-A/git-clerk/commit/2f485e0e91c8027a0f1fb6bff7fe1beb5d34e3dd)) +* Added create session feature ([5bfada1](https://github.com/EOX-A/git-clerk/commit/5bfada19a2d08e2ec8a4d267e2fb7908c72a6bda)) +* Added duplicate feature ([9ca2ccb](https://github.com/EOX-A/git-clerk/commit/9ca2ccb0344a60c9507332772fc93ab65a7b2b13)) +* Added fetch schema through URL and update it with the file content ([73dfd73](https://github.com/EOX-A/git-clerk/commit/73dfd733d725e4a539ee826fe7e345597416f858)) +* Added file list page with major UI and functionality ([d7b53ef](https://github.com/EOX-A/git-clerk/commit/d7b53ef914e883e9a2ae88c9eb51bb01f33dbe0e)) +* Added forking part of create session with laoding UI ([bde8dbb](https://github.com/EOX-A/git-clerk/commit/bde8dbbcc1aa1f6fe76fce17662ac49da92d6b54)) +* Added global toast and implemented requesr review with github graphql ([0971685](https://github.com/EOX-A/git-clerk/commit/0971685e7e6f740235b15fd943198dc3a5489f4c)) +* Added major css changes for mobile ([d2498c2](https://github.com/EOX-A/git-clerk/commit/d2498c2bd44a4eb42a8752a52f2c70b8abd458b3)) +* Added major functionality for automation ([fd9899f](https://github.com/EOX-A/git-clerk/commit/fd9899fd3270aab94e75b6db5510442eb038befc)) +* Added nav button with automation ([5f110cd](https://github.com/EOX-A/git-clerk/commit/5f110cd29a267a340180c37ef35bff10f3609153)) +* Added pagination, snackbar, delete feature and api for delete ([e6f8321](https://github.com/EOX-A/git-clerk/commit/e6f83219f3173efc41bb37d4b271174661770097)) +* Added schema through schema map ([c846e7b](https://github.com/EOX-A/git-clerk/commit/c846e7b554c94550e2b9dc406d35b9fae4d61d18)) +* Added schema through schema map ([b8bebd3](https://github.com/EOX-A/git-clerk/commit/b8bebd36a1904f11f6d30a18ce6eea844ad7ade5)) +* Added session tab, action buttons, clubbed similar code from session list and file list ([48ca360](https://github.com/EOX-A/git-clerk/commit/48ca360c3c30d6fd09d7aaf2f04ec8b04ba5df8e)) +* Added upload image and video to editor ([b8cd39b](https://github.com/EOX-A/git-clerk/commit/b8cd39b27ae4efbe0a920939680ab9beb97e9ee6)) +* Added upload multiple files ([392cc87](https://github.com/EOX-A/git-clerk/commit/392cc87e072d3a038983142320423d1fcc884f6a)) +* Added username chip ([6f3a7f1](https://github.com/EOX-A/git-clerk/commit/6f3a7f1ca9ca713df994681371a3cf9d5b17b8f7)) +* Added validation check before req, session pr status in file list page, disable file opne url and add file when pr is closed ([ebfb685](https://github.com/EOX-A/git-clerk/commit/ebfb6857a327176581ed26b0e54fe90e1f9cbfa8)) +* Added validation check status ([8595b0e](https://github.com/EOX-A/git-clerk/commit/8595b0e9e40c1adc2bd3e4dfd3ef5749eaf40f8e)) +* Added vuetify config and basic navigation ([f3878c4](https://github.com/EOX-A/git-clerk/commit/f3878c4fb2160ea0cbe269f7fa2a7b426d115d4c)) +* Automation UI based on automation steps ([f7e2f33](https://github.com/EOX-A/git-clerk/commit/f7e2f33e7e63d5fd6a9f1c3702388bce7e25ec53)) +* Delete file feature added to files list ([64ce5e5](https://github.com/EOX-A/git-clerk/commit/64ce5e51001bdd5323734ceb6eceb4d609add29d)) +* Get file structure from octokit ([b130518](https://github.com/EOX-A/git-clerk/commit/b130518cd9536879cec33343d5685f452c76d940)) +* Implemented all the feature for preview ([b1e9d12](https://github.com/EOX-A/git-clerk/commit/b1e9d12e8ae80e0c2683fb11bbea7343ae83a1f1)) +* Improved json-form validator for all the type, combiner, conditional logic, properties and items ([ffa2009](https://github.com/EOX-A/git-clerk/commit/ffa20090df7cb6911c51d17158efe70097c3c5ba)) +* Initial setup ([eb7d892](https://github.com/EOX-A/git-clerk/commit/eb7d8922ec95a10f22e5a8bb2453cbe76e0f353d)) +* Made session's list dynamic using Github URL ([b671d30](https://github.com/EOX-A/git-clerk/commit/b671d30691ebb35c84fc52a03614c70fa8c1fcbd)) +* Main window ([20e8587](https://github.com/EOX-A/git-clerk/commit/20e8587ff553a39ec58a169827bc3930bee56bac)) +* Mobile view for action ([32f0676](https://github.com/EOX-A/git-clerk/commit/32f0676d4f64a3a6203bb2cbdfdd4d051ede6b5a)) +* Navigation UI ([ca87353](https://github.com/EOX-A/git-clerk/commit/ca87353cf74436a9d95bd73a833b0cd21bdf439d)) +* Progress-bar and commit for first pr ([00cfc85](https://github.com/EOX-A/git-clerk/commit/00cfc85e6ab3aa3664b1bb87ba55d6818466bb34)) +* Request review feature added ([93e7810](https://github.com/EOX-A/git-clerk/commit/93e78102ed505737d2c19cacca396e7b57337ab0)) +* Schema update add default to all json-form schema ([98f581b](https://github.com/EOX-A/git-clerk/commit/98f581be54bc57feff447fcb73e558a23c5f6ef6)) +* Split similar code in session list and file change list, added file change diff scale ([26402db](https://github.com/EOX-A/git-clerk/commit/26402dba8c3d6d8b60cb2c2ce1d042eab5f2a4ba)) + + +### Bug Fixes + +* Added path for both /storytelling and /narattives for schemaMap ([9ca22fc](https://github.com/EOX-A/git-clerk/commit/9ca22fc0811a1b8d49433b56de9bdb1590843d70)) +* Build issue ([8293613](https://github.com/EOX-A/git-clerk/commit/829361381cc54bdac39772d27a740b6bec59489b)) +* Collapse expanded header in which content is present in json form ([d2ec432](https://github.com/EOX-A/git-clerk/commit/d2ec4327aee5ea51b0f9497dce9312ffd999c9c3)) +* Compare oldContent with newContent ([d2bf41f](https://github.com/EOX-A/git-clerk/commit/d2bf41ff5da2df51e8b5fe038c7117891b557e4d)) +* Display none property on label ([f96fa2b](https://github.com/EOX-A/git-clerk/commit/f96fa2bea4da2de0881ddd9b3555bca22c204438)) +* Error passing wrong prop ([8ff3da7](https://github.com/EOX-A/git-clerk/commit/8ff3da75ded163f20a3e64b9d635b622894db0ba)) +* Fiel url through commit sha ([e5e1a4f](https://github.com/EOX-A/git-clerk/commit/e5e1a4ffc88e70aa9231c8e82698ce38d894f550)) +* Justify center of suggestionlist ([fe5bd03](https://github.com/EOX-A/git-clerk/commit/fe5bd036db54d608b254593bbf655a8a95b2061a)) +* Logic for paste in create file input improved ([412210c](https://github.com/EOX-A/git-clerk/commit/412210c575d647b02e86a2373cf1c2254a7fd66d)) +* Make repo owner part of githubRepo config and make authToken fetch as promise from async ([f1dd211](https://github.com/EOX-A/git-clerk/commit/f1dd211b22206d37d2849bdfb2525981d94fd349)) +* Open existing file with add button ([25c8c17](https://github.com/EOX-A/git-clerk/commit/25c8c173ebd5a09fdd214d3c472b8f6dae5a2381)) +* Reduced reduntant code ([9c644ea](https://github.com/EOX-A/git-clerk/commit/9c644eab4c3e43a11fc0fa1deab25483d03bcc7b)) +* Remove async ([212043b](https://github.com/EOX-A/git-clerk/commit/212043b0a458993ca073a4e6dff8a21c71a9465e)) +* Removed modal from create file and removed textarea from create file ([4ae403b](https://github.com/EOX-A/git-clerk/commit/4ae403b7ede216fb69d823d37572811a2e1ade59)) +* Snackbar warning ([8f5b281](https://github.com/EOX-A/git-clerk/commit/8f5b28130788b3273ba29a037da043a9a4a60f82)) +* **style:** Minor adjustments ([d4ad9d9](https://github.com/EOX-A/git-clerk/commit/d4ad9d974ff1a0b5e33bf4c45c65d210b1148133)) +* **style:** Prevent unnecessary scrollbar ([d24adb0](https://github.com/EOX-A/git-clerk/commit/d24adb0332e37e47de83016c9732d8d70b9efe39)) +* Styling eox-jsonform and dialog box ([67b3521](https://github.com/EOX-A/git-clerk/commit/67b35216f460c8777a7302b9980ce52dc1849b79)) +* Ui update add button ([9a9e634](https://github.com/EOX-A/git-clerk/commit/9a9e6341223392f6fccdec2e72a252ef97ed0b6b)) +* Undefined jsonforminstance ([d037c88](https://github.com/EOX-A/git-clerk/commit/d037c88afe836db75553692bd27e001399d9d9d5)) +* Updated empty state with new items, added button to create session, preview button commented out ([2e20b1e](https://github.com/EOX-A/git-clerk/commit/2e20b1e9d86c3dd146f6060506c4c767e613395e)) +* Wrong currPath in dir structure API ([9f733f4](https://github.com/EOX-A/git-clerk/commit/9f733f40232b033b8ad354fa6a68681fdbf7e6ca)) diff --git a/package-lock.json b/package-lock.json index 0a3870b..a8635f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-clerk", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-clerk", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "dependencies": { "@eox/jsonform": "^0.9.1", "@primer/octicons": "^19.11.0", diff --git a/package.json b/package.json index 493b05a..6d13352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-clerk", - "version": "1.0.0-alpha.1", + "version": "1.0.0", "private": true, "type": "module", "scripts": {