Skip to content

Commit 9506747

Browse files
authored
Merge pull request #572 from fuf-stack/release-please--branches--main--components--veto
chore(main): release veto 0.7.1
2 parents 64f6ce9 + 7f68fc0 commit 9506747

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/pixel-utils":"0.4.1","packages/pixels":"0.29.1","packages/veto":"0.7.0","packages/uniform":"0.12.1","packages/pixel-motion":"1.0.4"}
1+
{"packages/pixel-utils":"0.4.1","packages/pixels":"0.29.1","packages/veto":"0.7.1","packages/uniform":"0.12.1","packages/pixel-motion":"1.0.4"}

packages/veto/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/fuf-stack/pixels/compare/veto-v0.7.0...veto-v0.7.1) (2024-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **veto:** add custom to refineString ([da969ac](https://github.com/fuf-stack/pixels/commit/da969acf9583f5040e31e8c810067bde38867fba))
9+
310
## [0.7.0](https://github.com/fuf-stack/pixels/compare/veto-v0.6.2...veto-v0.7.0) (2024-12-05)
411

512

packages/veto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuf-stack/veto",
33
"description": "fuf schema validation library",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)