Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @exile-watch/encounter-data@1.0.2
 - @exile-watch/seo@2.0.1
  • Loading branch information
sbsrnt committed Apr 15, 2024
1 parent 253d25d commit 4e42736
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/encounter-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 7 additions & 3 deletions packages/encounter-data/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/seo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
11 changes: 8 additions & 3 deletions packages/seo/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -27,7 +30,9 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"peerDependencies": {
"@exile-watch/encounter-data": ">=0",
"next": ">=14"
Expand Down

0 comments on commit 4e42736

Please sign in to comment.