diff --git a/package-lock.json b/package-lock.json index 5735904..b07d498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12326,7 +12326,7 @@ }, "packages/encounter-data": { "name": "@exile-watch/encounter-data", - "version": "1.0.0", + "version": "1.0.1", "workspaces": [ "packages/*" ], @@ -12338,7 +12338,7 @@ }, "packages/seo": { "name": "@exile-watch/seo", - "version": "1.0.0", + "version": "2.0.0", "workspaces": [ "packages/*" ], diff --git a/packages/encounter-data/CHANGELOG.md b/packages/encounter-data/CHANGELOG.md index 515c3c6..ff88479 100644 --- a/packages/encounter-data/CHANGELOG.md +++ b/packages/encounter-data/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/exile-watch/nucleus/compare/@exile-watch/encounter-data@0.12.3...@exile-watch/encounter-data@1.0.1) (2024-04-13) + + +### ⚙️ Internal + +* manually bump to 1.0.0 ([10b43ea](https://github.com/exile-watch/nucleus/commit/10b43ea5171a22239f4bfc97a2f32957bedb5b6e)) + + + ## [0.12.3](https://github.com/exile-watch/nucleus/compare/@exile-watch/encounter-data@0.12.2...@exile-watch/encounter-data@0.12.3) (2024-03-27) diff --git a/packages/encounter-data/package.json b/packages/encounter-data/package.json index fc1d10a..1825c70 100644 --- a/packages/encounter-data/package.json +++ b/packages/encounter-data/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/encounter-data", - "version": "1.0.0", + "version": "1.0.1", "description": "Encounter data", "homepage": "https://github.com/exile-watch/nucleus/pkgs/npm/encounter-data", "repository": { @@ -11,7 +11,9 @@ "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "_clean": "del-cli dist", "_build": "rollup -c", @@ -37,7 +39,9 @@ "registry": "https://npm.pkg.github.com/", "access": "public" }, - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "devDependencies": { "@exile-watch/rollup-config": "0.2.7", "@exile-watch/typescript-config": "^0.3.2", diff --git a/packages/seo/CHANGELOG.md b/packages/seo/CHANGELOG.md index 6477ea0..8441436 100644 --- a/packages/seo/CHANGELOG.md +++ b/packages/seo/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0](https://github.com/exile-watch/nucleus/compare/@exile-watch/seo@0.3.15...@exile-watch/seo@2.0.0) (2024-04-13) + + +### ⚠ BREAKING CHANGES + +* update package json peer deps + +### ⚙️ Internal + +* manually bump to 1.0.0 ([10b43ea](https://github.com/exile-watch/nucleus/commit/10b43ea5171a22239f4bfc97a2f32957bedb5b6e)) +* update package json peer deps ([040f69b](https://github.com/exile-watch/nucleus/commit/040f69b2f20b32cf0e6a11119e7fa3db4e9a0008)) + + + ## [0.3.15](https://github.com/exile-watch/nucleus/compare/@exile-watch/seo@0.3.14...@exile-watch/seo@0.3.15) (2024-03-27) diff --git a/packages/seo/package.json b/packages/seo/package.json index b62d09a..7837758 100644 --- a/packages/seo/package.json +++ b/packages/seo/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/seo", - "version": "1.0.0", + "version": "2.0.0", "description": "exile.watch seo", "homepage": "https://github.com/exile-watch/nucleus/pkgs/npm/seo", "repository": { @@ -11,7 +11,10 @@ "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", - "files": ["dist", "sitemap.xml"], + "files": [ + "dist", + "sitemap.xml" + ], "scripts": { "_clean": "del-cli dist", "_build": "rollup -c", @@ -27,7 +30,9 @@ "registry": "https://npm.pkg.github.com/", "access": "public" }, - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "peerDependencies": { "@exile-watch/encounter-data": ">=0", "next": ">=14"