Skip to content

Commit

Permalink
chore(main): release 2.0.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent 077f380 commit 1fa177e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## [2.0.0-2](https://github.com/jellydn/next-validations/compare/v1.0.0-2...v2.0.0-2) (2024-07-10)


### ⚠ BREAKING CHANGES

* migrate to biome with biome-interactive cli

### Features

* **example:** add [@typeschema](https://github.com/typeschema) adapters ([6955fdc](https://github.com/jellydn/next-validations/commit/6955fdc925bb99c7bdaec711c6fbb625f04b60a8))


### Bug Fixes

* **deps:** pin dependencies ([#836](https://github.com/jellydn/next-validations/issues/836)) ([55ae961](https://github.com/jellydn/next-validations/commit/55ae961218289b0a32698a438a1d4e1bcdabd7a0))
* **deps:** pin dependency @typeschema/fastest-validator to 0.1.0 ([#838](https://github.com/jellydn/next-validations/issues/838)) ([5c5251f](https://github.com/jellydn/next-validations/commit/5c5251f548176fdd4e917d963eeb4396c1605e73))
* **deps:** update all non-major dependencies ([e635f7b](https://github.com/jellydn/next-validations/commit/e635f7b8d4daca089307de0bbb88b1cffcc2d6ff))
* **deps:** update all non-major dependencies ([254adaa](https://github.com/jellydn/next-validations/commit/254adaa656488d22cf407e575eb65024c8862d25))
* **deps:** update all non-major dependencies ([7a6d80a](https://github.com/jellydn/next-validations/commit/7a6d80aabea8d33789445ab0fdadb4c357a69646))
* **deps:** update dependency caniuse-lite to v1.0.30001598 ([16b8452](https://github.com/jellydn/next-validations/commit/16b845244e94907a15a8b41bb2c1880181a16256))
* **deps:** update dependency caniuse-lite to v1.0.30001614 ([4b90fd6](https://github.com/jellydn/next-validations/commit/4b90fd6afee97665c51450defa9e5bf295321027))
* **deps:** update dependency caniuse-lite to v1.0.30001617 ([12cbd6a](https://github.com/jellydn/next-validations/commit/12cbd6a32577486f1285b642bb06366300ac80fb))
* **deps:** update dependency caniuse-lite to v1.0.30001618 ([5a7c530](https://github.com/jellydn/next-validations/commit/5a7c53074a2afc9c4cc8f3768cee8a7d3a07a8ee))
* **deps:** update dependency swagger-ui-react to v5.12.3 ([7c8d3dd](https://github.com/jellydn/next-validations/commit/7c8d3ddd1653a283b516b92c4efcea87ebb5973d))
* **deps:** update dependency swagger-ui-react to v5.17.10 ([c836f01](https://github.com/jellydn/next-validations/commit/c836f01e9da5221c7d385741dbb6938e446ba4ee))
* **deps:** update dependency swagger-ui-react to v5.17.5 ([60d7e4c](https://github.com/jellydn/next-validations/commit/60d7e4c4d3fb328256eae06c3b0a4585024b04a9))
* **deps:** update dependency swagger-ui-react to v5.17.7 ([ba53d54](https://github.com/jellydn/next-validations/commit/ba53d54924634c703d7b902dff9ce93fc91afe19))
* **deps:** update dependency swagger-ui-react to v5.17.9 ([62f0675](https://github.com/jellydn/next-validations/commit/62f0675c04cfe54218e2e057dd24093e93073bcf))


### Code Refactoring

* migrate to biome with biome-interactive cli ([d0f4167](https://github.com/jellydn/next-validations/commit/d0f4167f0ec96c774cd12917012b35653dee47df))

## [1.0.0](https://github.com/jellydn/next-validations/compare/v0.4.2...v1.0.0) (2024-03-13)


Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-validations",
"version": "1.0.0-1",
"version": "2.0.0-2",
"keywords": [
"nextjs",
"validation",
Expand All @@ -26,7 +26,10 @@
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"analyze": "size-limit --why",
"build": "tsup",
Expand Down Expand Up @@ -99,14 +102,19 @@
}
],
"tsup": {
"entry": ["src/index.ts"],
"entry": [
"src/index.ts"
],
"splitting": false,
"sourcemap": true,
"minify": true,
"clean": true,
"dts": true,
"metafile": true,
"format": ["esm", "cjs"],
"format": [
"esm",
"cjs"
],
"legacyOutput": true
}
}

0 comments on commit 1fa177e

Please sign in to comment.