Skip to content

Commit 6d7029d

Browse files
chore: release (#4091)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 24d75bf commit 6d7029d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+284
-155
lines changed

.changeset/chubby-places-ring.md

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

components/accordion/CHANGELOG.md

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

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
📝 [#4088](https://github.com/adobe/spectrum-css/pull/4088) [`24d75bf`](https://github.com/adobe/spectrum-css/commit/24d75bfe4d8e627f9d8e019ae379bdd4787712dd) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Minor linting fix of replacing `rgba` to the `rgb` shorthand syntax.
10+
311
## 7.1.0
412

513
### Minor Changes

components/accordion/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/accordion",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actionbutton/CHANGELOG.md

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

3+
## 7.1.4
4+
5+
### Patch Changes
6+
7+
📝 [#4088](https://github.com/adobe/spectrum-css/pull/4088) [`24d75bf`](https://github.com/adobe/spectrum-css/commit/24d75bfe4d8e627f9d8e019ae379bdd4787712dd) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Minor linting fix of replacing `rgba` to the `rgb` shorthand syntax.
10+
311
## 7.1.3
412

513
### Patch Changes

components/actionbutton/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/actionbutton",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actiongroup/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/actionbutton": "7.1.3",
40+
"@spectrum-css/actionbutton": "7.1.4",
4141
"@spectrum-css/tokens": "16.0.2"
4242
},
4343
"keywords": [

components/actionmenu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/actionbutton": "7.1.3",
52+
"@spectrum-css/actionbutton": "7.1.4",
5353
"@spectrum-css/icon": "9.1.0",
54-
"@spectrum-css/menu": "9.2.0",
54+
"@spectrum-css/menu": "9.2.1",
5555
"@spectrum-css/popover": "8.2.0",
5656
"@spectrum-css/tokens": "16.0.2"
5757
},

components/alertbanner/CHANGELOG.md

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

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
📝 [#4088](https://github.com/adobe/spectrum-css/pull/4088) [`24d75bf`](https://github.com/adobe/spectrum-css/commit/24d75bfe4d8e627f9d8e019ae379bdd4787712dd) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Minor linting fix of replacing `rgba` to the `rgb` shorthand syntax.
10+
311
## 3.1.1
412

513
### Patch Changes

components/alertbanner/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/alertbanner",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@spectrum-css/icon": "9.1.0",
5959
"@spectrum-css/modal": "7.1.0",
6060
"@spectrum-css/tokens": "16.0.2",
61-
"@spectrum-css/underlay": "6.1.0"
61+
"@spectrum-css/underlay": "6.1.1"
6262
},
6363
"keywords": [
6464
"design-system",

0 commit comments

Comments
 (0)