Skip to content

Commit bc52f28

Browse files
chore: release (next) (#3674)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71ae67a commit bc52f28

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"friendly-dolls-raise",
113113
"giant-windows-smoke",
114114
"healthy-chicken-clap",
115+
"honest-animals-stop",
115116
"hot-books-fail",
116117
"itchy-kids-travel",
117118
"itchy-shrimps-help",

components/actionbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/actiongroup": "7.0.0-next.1",
5353
"@spectrum-css/closebutton": "7.0.0-next.1",
54-
"@spectrum-css/fieldlabel": "11.0.0-next.1",
54+
"@spectrum-css/fieldlabel": "11.0.0-next.2",
5555
"@spectrum-css/popover": "9.0.0-next.2",
5656
"@spectrum-css/tokens": "16.1.0-next.1"
5757
},

components/fieldlabel/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log
22

3+
## 11.0.0-next.2
4+
5+
### Patch Changes
6+
7+
📝 [#3652](https://github.com/adobe/spectrum-css/pull/3652) [`8b4511e`](https://github.com/adobe/spectrum-css/commit/8b4511eb14a8dc586c34719db2efd6f5c542e7b1) Thanks [@cdransf](https://github.com/cdransf)!
8+
9+
#### Fix field label required icon wrapping
10+
11+
Addresses case where fieldlabel required icon could appear on its own line when wrapping by applying text-wrap: pretty; to the parent label class and adding a non-breaking space character between the label content and required marker.
12+
313
## 11.0.0-next.1
414

515
### Patch Changes

components/fieldlabel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/fieldlabel",
3-
"version": "11.0.0-next.1",
3+
"version": "11.0.0-next.2",
44
"description": "The Spectrum CSS fieldlabel component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/progressbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/fieldlabel": "11.0.0-next.1",
40+
"@spectrum-css/fieldlabel": "11.0.0-next.2",
4141
"@spectrum-css/tokens": "16.1.0-next.1"
4242
},
4343
"keywords": [

tools/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@spectrum-css/dropindicator": "8.0.0-next.1",
6868
"@spectrum-css/dropzone": "9.0.0-next.3",
6969
"@spectrum-css/fieldgroup": "8.0.0-next.1",
70-
"@spectrum-css/fieldlabel": "11.0.0-next.1",
70+
"@spectrum-css/fieldlabel": "11.0.0-next.2",
7171
"@spectrum-css/floatingactionbutton": "5.0.0-next.0",
7272
"@spectrum-css/form": "2.0.0-next.0",
7373
"@spectrum-css/helptext": "8.0.0-next.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@ __metadata:
38013801
dependencies:
38023802
"@spectrum-css/actiongroup": "npm:7.0.0-next.1"
38033803
"@spectrum-css/closebutton": "npm:7.0.0-next.1"
3804-
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
3804+
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
38053805
"@spectrum-css/popover": "npm:9.0.0-next.2"
38063806
"@spectrum-css/tokens": "npm:16.1.0-next.1"
38073807
peerDependencies:
@@ -4093,7 +4093,7 @@ __metadata:
40934093
"@spectrum-css/dropindicator": "npm:8.0.0-next.1"
40944094
"@spectrum-css/dropzone": "npm:9.0.0-next.3"
40954095
"@spectrum-css/fieldgroup": "npm:8.0.0-next.1"
4096-
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
4096+
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
40974097
"@spectrum-css/floatingactionbutton": "npm:5.0.0-next.0"
40984098
"@spectrum-css/form": "npm:2.0.0-next.0"
40994099
"@spectrum-css/helptext": "npm:8.0.0-next.1"
@@ -4666,7 +4666,7 @@ __metadata:
46664666
languageName: unknown
46674667
linkType: soft
46684668

4669-
"@spectrum-css/fieldlabel@npm:11.0.0-next.1, @spectrum-css/fieldlabel@workspace:components/fieldlabel":
4669+
"@spectrum-css/fieldlabel@npm:11.0.0-next.2, @spectrum-css/fieldlabel@workspace:components/fieldlabel":
46704670
version: 0.0.0-use.local
46714671
resolution: "@spectrum-css/fieldlabel@workspace:components/fieldlabel"
46724672
dependencies:
@@ -5124,7 +5124,7 @@ __metadata:
51245124
version: 0.0.0-use.local
51255125
resolution: "@spectrum-css/progressbar@workspace:components/progressbar"
51265126
dependencies:
5127-
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
5127+
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
51285128
"@spectrum-css/tokens": "npm:16.1.0-next.1"
51295129
peerDependencies:
51305130
"@spectrum-css/fieldlabel": ">=11.0.0-next.0"

0 commit comments

Comments
 (0)