Skip to content

Commit 725ca12

Browse files
committed
chore: canary release
1 parent 1896c60 commit 725ca12

7 files changed

Lines changed: 33 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"mode": "exit",
33
"tag": "canary",
44
"initialVersions": {
5-
"@reshaped/headless": "3.10.0-canary.10",
6-
"reshaped": "3.10.0-canary.10",
7-
"@reshaped/utilities": "3.10.0-canary.10"
5+
"@reshaped/headless": "3.10.0-canary.11",
6+
"reshaped": "3.10.0-canary.11",
7+
"@reshaped/utilities": "3.10.0-canary.11"
88
},
99
"changesets": [
1010
"big-ants-design",
@@ -16,10 +16,12 @@
1616
"eleven-webs-check",
1717
"fast-bars-learn",
1818
"fiery-toys-cover",
19+
"four-bikes-move",
1920
"free-windows-stand",
2021
"fresh-tables-brush",
2122
"goofy-eagles-repair",
2223
"great-adults-tie",
24+
"grumpy-beers-sneeze",
2325
"heavy-baboons-walk",
2426
"hip-planets-tap",
2527
"honest-foxes-care",
@@ -28,6 +30,7 @@
2830
"metal-cobras-bathe",
2931
"perky-worms-sip",
3032
"plenty-colts-lie",
33+
"rare-eyes-return",
3134
"ready-donuts-marry",
3235
"shaky-eagles-rescue",
3336
"short-comics-wish",

packages/headless/CHANGELOG.md

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

3+
## 3.10.0-canary.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`12e2e83`](https://github.com/reshaped-ui/reshaped/commit/12e2e8379a02835e0f2cd2587f515ab5d7c76f89)]:
8+
- @reshaped/utilities@3.10.0-canary.12
9+
310
## 3.10.0-canary.11
411

512
### Patch Changes

packages/headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reshaped/headless",
33
"description": "Headless components and utilities for React",
4-
"version": "3.10.0-canary.11",
4+
"version": "3.10.0-canary.12",
55
"license": "MIT",
66
"homepage": "https://reshaped.so",
77
"repository": {

packages/reshaped/CHANGELOG.md

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

3+
## 3.10.0-canary.12
4+
5+
### Patch Changes
6+
7+
- [#584](https://github.com/reshaped-ui/reshaped/pull/584) [`6d716e4`](https://github.com/reshaped-ui/reshaped/commit/6d716e4173088aef04b9b77bc46df372d0bd923a) Thanks [@blvdmitry](https://github.com/blvdmitry)! - ButtonGroup: Fixed separator color in the disabled button group
8+
9+
- [`1896c60`](https://github.com/reshaped-ui/reshaped/commit/1896c6056b6632d86f008cd46e3d2304cd920d3d) Thanks [@blvdmitry](https://github.com/blvdmitry)! - Modal: fix incorrect max-height value for the bottom position
10+
11+
- Updated dependencies []:
12+
- @reshaped/headless@3.10.0-canary.12
13+
314
## 3.10.0-canary.11
415

516
### Patch Changes

packages/reshaped/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reshaped",
33
"description": "Professionally crafted design system in React & Figma for building products of any scale and complexity",
4-
"version": "3.10.0-canary.11",
4+
"version": "3.10.0-canary.12",
55
"license": "MIT",
66
"email": "hello@reshaped.so",
77
"homepage": "https://reshaped.so",

packages/utilities/CHANGELOG.md

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

3+
## 3.10.0-canary.12
4+
5+
### Patch Changes
6+
7+
- [`12e2e83`](https://github.com/reshaped-ui/reshaped/commit/12e2e8379a02835e0f2cd2587f515ab5d7c76f89) Thanks [@blvdmitry](https://github.com/blvdmitry)! - Flyout: Removed thrown errors for not found trigger bounds and return the passed position instead
8+
39
## 3.10.0-canary.11
410

511
## 3.10.0-canary.10

packages/utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reshaped/utilities",
33
"description": "Vanilla JS utilities for implementing common UI patterns",
4-
"version": "3.10.0-canary.11",
4+
"version": "3.10.0-canary.12",
55
"license": "MIT",
66
"homepage": "https://reshaped.so",
77
"repository": {

0 commit comments

Comments
 (0)