Skip to content

Commit 710cf56

Browse files
chore: update versions.json for 1.2.0 (#1297)
1 parent f5f8928 commit 710cf56

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/concepts/updating.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ For the most part these pieces can be updated independently. Certain versions of
1818
Fresh may require a minimum version of a given dependency. This is documented
1919
below.
2020

21-
| Fresh version | Preact | preact-render-to-string | Deno |
22-
| ------------- | ---------------- | ----------------------- | --------- |
23-
| 1.0.0-1.0.2 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.23.0 |
24-
| 1.1.0-1.1.5 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
21+
| Fresh version | Preact | preact-render-to-string | Deno |
22+
| ------------- | ----------------- | ----------------------- | --------- |
23+
| 1.0.0-1.0.2 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.23.0 |
24+
| 1.1.0-1.1.5 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
25+
| 1.2.0 | >=10.15.0 <11.0.0 | >=6.1.0 | >= 1.25.0 |
2526

2627
## Updating dependencies
2728

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"1.2.0",
23
"1.1.6",
34
"1.1.5",
45
"1.1.4",

0 commit comments

Comments
 (0)