Skip to content

Commit 64f6ce9

Browse files
committed
Merge branch 'main' of https://github.com/fuf-stack/pixels
2 parents da969ac + e1546eb commit 64f6ce9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.6.2","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.0","packages/uniform":"0.12.1","packages/pixel-motion":"1.0.4"}

packages/veto/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/fuf-stack/pixels/compare/veto-v0.6.2...veto-v0.7.0) (2024-12-05)
4+
5+
6+
### Features
7+
8+
* **veto:** add refineString with backlist and noConsecutiveCharacters ([23c3946](https://github.com/fuf-stack/pixels/commit/23c394689e744782c74a1e1864c4ccc5266b83aa))
9+
10+
11+
### Bug Fixes
12+
13+
* **veto:** improve noConsecutiveCharacters implementation ([6a1e214](https://github.com/fuf-stack/pixels/commit/6a1e21430f52614d67291da703001779a42040e1))
14+
315
## [0.6.2](https://github.com/fuf-stack/pixels/compare/veto-v0.6.1...veto-v0.6.2) (2024-12-05)
416

517

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.6.2",
4+
"version": "0.7.0",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)