From 582238ec72f811fad2d9961a53fa51a88d97d3d7 Mon Sep 17 00:00:00 2001 From: TriPSs Date: Fri, 16 Aug 2024 08:43:38 +0000 Subject: [PATCH] chore(github-pages): release version 8.0.0 --- packages/github-pages/CHANGELOG.md | 14 ++++++++++++++ packages/github-pages/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/github-pages/CHANGELOG.md b/packages/github-pages/CHANGELOG.md index 7fad80a2..bed1eeaf 100644 --- a/packages/github-pages/CHANGELOG.md +++ b/packages/github-pages/CHANGELOG.md @@ -1,4 +1,18 @@ +# [8.0.0](https://github.com/TriPSs/nx-extend/compare/github-pages@7.0.3...github-pages@8.0.0) (2024-08-16) + + +### Features + +* Added `@nx/devkit` to `peerDependencies` ([2e2dd2b](https://github.com/TriPSs/nx-extend/commit/2e2dd2b997699f9d949b84cd8e96674b43725e56)) + + +### BREAKING CHANGES + +* `@nx/devkit` no longer included as dependency + + + ## [7.0.3](https://github.com/TriPSs/nx-extend/compare/github-pages@7.0.2...github-pages@7.0.3) (2024-07-18) diff --git a/packages/github-pages/package.json b/packages/github-pages/package.json index 71d594a1..fc506941 100644 --- a/packages/github-pages/package.json +++ b/packages/github-pages/package.json @@ -1,6 +1,6 @@ { "name": "@nx-extend/github-pages", - "version": "7.0.3", + "version": "8.0.0", "main": "src/index.js", "peerDependencies": { "@nx/devkit": "^19.6.0"