Skip to content

Commit 016b3ea

Browse files
committed
chore: release packages
1 parent 01e3f5e commit 016b3ea

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,3 +1,3 @@
11
{
2-
"packages/variations": "1.0.0"
2+
"packages/variations": "1.1.0"
33
}

packages/variations/changelog.md

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

3+
## [1.1.0](https://github.com/wluwd/toolkit/compare/[email protected]@v1.1.0) (2025-11-07)
4+
5+
6+
### ✨ Features
7+
8+
* **variations:** add lazy and eager generator functions ([dd4f715](https://github.com/wluwd/toolkit/commit/dd4f715349755c78a5aedeec5f8246685c5ea4b7))
9+
310
## 1.0.0 (2025-11-07)
411

512

packages/variations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wluwd/variations",
33
"description": "Generate all possible variations of object properties using cartesian products",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)