diff --git a/package-lock.json b/package-lock.json index b07d498..25701bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12326,7 +12326,7 @@ }, "packages/encounter-data": { "name": "@exile-watch/encounter-data", - "version": "1.0.1", + "version": "1.0.2", "workspaces": [ "packages/*" ], @@ -12338,7 +12338,7 @@ }, "packages/seo": { "name": "@exile-watch/seo", - "version": "2.0.0", + "version": "2.0.1", "workspaces": [ "packages/*" ], diff --git a/packages/encounter-data/CHANGELOG.md b/packages/encounter-data/CHANGELOG.md index ff88479..97e4661 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.2](https://github.com/exile-watch/nucleus/compare/@exile-watch/encounter-data@1.0.1...@exile-watch/encounter-data@1.0.2) (2024-04-15) + + +### 🐞 Bug Fixes + +* add missing special characters to certain encounter names ([253d25d](https://github.com/exile-watch/nucleus/commit/253d25deb657b3c178b74016d2fafdb3826a0f89)) + + + ## [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) diff --git a/packages/encounter-data/package.json b/packages/encounter-data/package.json index 96e4524..aed60da 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.1", + "version": "1.0.2", "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 8441436..68b7acb 100644 --- a/packages/seo/CHANGELOG.md +++ b/packages/seo/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. +## [2.0.1](https://github.com/exile-watch/nucleus/compare/@exile-watch/seo@2.0.0...@exile-watch/seo@2.0.1) (2024-04-15) + + +### 🐞 Bug Fixes + +* add missing special characters to certain encounter names ([253d25d](https://github.com/exile-watch/nucleus/commit/253d25deb657b3c178b74016d2fafdb3826a0f89)) + + + ## [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) diff --git a/packages/seo/package.json b/packages/seo/package.json index 31b097b..692ed97 100644 --- a/packages/seo/package.json +++ b/packages/seo/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/seo", - "version": "2.0.0", + "version": "2.0.1", "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"