Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @exile-watch/[email protected]
 - @exile-watch/[email protected]
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 550eefd commit 57f3116
Show file tree
Hide file tree
Showing 5 changed files with 40 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.1](https://github.com/exile-watch/nucleus/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (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/[email protected]...@exile-watch/[email protected]) (2024-03-27)


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.0",
"version": "1.0.1",
"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
14 changes: 14 additions & 0 deletions packages/seo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@exile-watch/[email protected]) (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/[email protected]...@exile-watch/[email protected]) (2024-03-27)


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": "1.0.0",
"version": "2.0.0",
"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 57f3116

Please sign in to comment.