From b19152344888db9a0da250910f1b0a4339126e74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:24:47 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG | 0 CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 CHANGELOG create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index e69de29..0000000 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c7c7cd6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v0.0.1...v1.0.0) (2024-06-26) + + +### ✨ New Features + +* Add functionality from existing node actions into repo ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212)) +* Add more deatils comments ([454739b](https://github.com/ZebraDevs/flutter-code-quality/commit/454739b677d0b1744534f7a73a47f927fe0b9212)) +* Push changes back onto branch ([4c2274e](https://github.com/ZebraDevs/flutter-code-quality/commit/4c2274eac539a17d8ef93f3d5cfd2fec2c016700)) + + +### 🪲 Bug Fixes + +* Add basic support for checking if branch is behind ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* add in behind_by ([bebb2bc](https://github.com/ZebraDevs/flutter-code-quality/commit/bebb2bcd7c1238cc718c654e9ad263f6d42aec0f)) + + +### 📈 Documentation + +* Add information to readme ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* Add more information to readme ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Adding step documentation ([2ee2be1](https://github.com/ZebraDevs/flutter-code-quality/commit/2ee2be1544bf864f860f85398e12825aa4db7328)) + + +### 🧪 Tests + +* Add flutter repos for testing good and bad state ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Add tests for analyze, coverage and test ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Initialize Jest ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) +* Setup jest tests ([#4](https://github.com/ZebraDevs/flutter-code-quality/issues/4)) ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) + + +### 🧹 Miscellaneous Chores + +* Add required files contributing, code of conduct etc. ([7057abf](https://github.com/ZebraDevs/flutter-code-quality/commit/7057abf4f1093d4ebafeab0c436b179492b2db26)) +* release 1.0.0 ([baba357](https://github.com/ZebraDevs/flutter-code-quality/commit/baba3575b342dfe32c3cc98d1b78577f1aba3b52)) +* Tidy directory structure ([a4840b1](https://github.com/ZebraDevs/flutter-code-quality/commit/a4840b1c2fff861349877b95f2ace7f0a2f0bdef)) diff --git a/package-lock.json b/package-lock.json index 56b6ac0..7ae19af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 8b6a4d8..a26777d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "0.0.1", + "version": "1.0.0", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",