Skip to content

Commit 1e08212

Browse files
chore: update versions (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e3d008 commit 1e08212

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

.changeset/early-tires-change.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

engine/styleframe/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# styleframe
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/styleframe-dev/styleframe/pull/43) [`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add support for generic records in createUseVariable
8+
9+
- Updated dependencies [[`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612)]:
10+
- @styleframe/cli@1.0.5
11+
312
## 1.0.3
413

514
### Patch Changes

engine/styleframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "styleframe",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"bin": {
55
"styleframe": "./dist/cli.cjs"
66
},

theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @styleframe/theme
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/styleframe-dev/styleframe/pull/43) [`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add support for generic records in createUseVariable
8+
39
## 1.0.2
410

511
### Patch Changes

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@styleframe/theme",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"types": "./dist/theme.d.ts",
66
"module": "./dist/theme.js",

tooling/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @styleframe/cli
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/styleframe-dev/styleframe/pull/43) [`7e3d008`](https://github.com/styleframe-dev/styleframe/commit/7e3d00849067618802334d5e6823fc31f3aa2612) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add support for generic records in createUseVariable
8+
39
## 1.0.4
410

511
### Patch Changes

tooling/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@styleframe/cli",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A command-line interface for styleframe.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)