diff --git a/.changeset/long-pillows-flash.md b/.changeset/long-pillows-flash.md deleted file mode 100644 index 6fdf3b9..0000000 --- a/.changeset/long-pillows-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': patch ---- - -Fix current changelog styling diff --git a/.changeset/nine-bikes-refuse.md b/.changeset/nine-bikes-refuse.md deleted file mode 100644 index 134ba25..0000000 --- a/.changeset/nine-bikes-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': major ---- - -complete rewrite of the code and output diff --git a/.changeset/quick-tables-carry.md b/.changeset/quick-tables-carry.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/quick-tables-carry.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/shy-eels-pretend.md b/.changeset/shy-eels-pretend.md deleted file mode 100644 index 00c13aa..0000000 --- a/.changeset/shy-eels-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': minor ---- - -Improve changelog output diff --git a/.changeset/warm-dragons-collect.md b/.changeset/warm-dragons-collect.md deleted file mode 100644 index f938075..0000000 --- a/.changeset/warm-dragons-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/changeset-changelog': minor ---- - -Rework the output and use also the commit information diff --git a/.github/codecov.yml b/.github/codecov.yml index 8831200..4cac089 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -4,7 +4,7 @@ codecov: coverage: precision: 2 round: down - range: "80...100" + range: '80...100' status: project: @@ -23,6 +23,6 @@ parsers: macro: no comment: - layout: "reach, diff, files" + layout: 'reach, diff, files' behavior: default require_changes: true diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ddeb3ae..adff0c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" - day: "friday" - time: "00:23" + interval: 'weekly' + day: 'friday' + time: '00:23' diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5988371..00b7fef 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,8 +20,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version-file: ".nvmrc" - cache: "pnpm" + node-version-file: '.nvmrc' + cache: 'pnpm' - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9262da2..4acb74a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,9 @@ name: Release on: push: paths: - - ".changeset/**" - - "src/**" - - "package.json" + - '.changeset/**' + - 'src/**' + - 'package.json' branches: - main @@ -29,8 +29,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version-file: ".nvmrc" - cache: "pnpm" + node-version-file: '.nvmrc' + cache: 'pnpm' - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -42,8 +42,8 @@ jobs: id: changesets uses: changesets/action@v1 with: - commit: "chore(release): bump version and deploy" - title: "chore(release): bump version and deploy" + commit: 'chore(release): bump version and deploy' + title: 'chore(release): bump version and deploy' publish: pnpm run release version: pnpm run version-packages env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4d439..caa6275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # @mheob/changeset-changelog +## 2.0.0 + +### Major Changes + +- complete rewrite of the code and output --> + ([#10](https://github.com/mheob/changeset-changelog/pull/10)) by + [@mheob](https://github.com/mheob) + +### Minor Changes + +- Improve changelog output --> ([#7](https://github.com/mheob/changeset-changelog/pull/7)) by + [@mheob](https://github.com/mheob) + +- Rework the output and use also the commit information --> + ([#6](https://github.com/mheob/changeset-changelog/pull/6)) by [@mheob](https://github.com/mheob) + +### Patch Changes + +- Fix current changelog styling --> ([#9](https://github.com/mheob/changeset-changelog/pull/9)) by + [@mheob](https://github.com/mheob) + ## 1.0.0 ### Major Changes -- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) by [@mheob](https://github.com/mheob) +- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) + [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) + by [@mheob](https://github.com/mheob) diff --git a/package.json b/package.json index 15313d1..76f7660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/changeset-changelog", - "version": "1.0.0", + "version": "2.0.0", "description": "My personal changeset changelog configuration.", "keywords": [ "changelog",