Skip to content

Commit 506a45f

Browse files
committed
Merge branch 'dev' into v1/dev
2 parents 966f8b2 + fe99a92 commit 506a45f

File tree

5 files changed

+8209
-11064
lines changed

5 files changed

+8209
-11064
lines changed

.github/workflows/chromatic.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ on:
1616
- 'packages/*/lib/**'
1717
- 'packages/*/assets/**'
1818
branches-ignore:
19-
- 'dependabot/*'
19+
- 'dependabot/**'
2020
- 'release/*'
2121
- 'Release/*'
2222
- 'main'
2323
- 'v*/main'
24+
- 'v*/release'
2425

2526
# Allows you to run this workflow manually from the Actions tab
2627
workflow_dispatch:
@@ -40,6 +41,9 @@ jobs:
4041
# Job steps
4142
steps:
4243
- uses: actions/checkout@v3
44+
with:
45+
# pulls all commits (needed for chromatic to find baselines)
46+
fetch-depth: '0'
4347
- name: Use Node.js 16.x
4448
uses: actions/setup-node@v3
4549
with:

SECURITY.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ------- | ------------------ |
7-
| 1.0.0-rc | :x: |
8-
| 1.0.0-alpha | :x: |
9-
| < 1.0 | :white_check_mark: (until release of 1.0.0) |
5+
| Version | Supported |
6+
| ----------- | ------------------------------------------- |
7+
| 1.0.0 | :white_check_mark: (December 2023) |
8+
| 1.0.0-rc | :x: |
9+
| 1.0.0-alpha | :x: |
10+
| < 1.0 | :white_check_mark: (until release of 1.0.0) |
1011

1112
## Reporting a Vulnerability
1213

0 commit comments

Comments
 (0)