Skip to content

Commit cdf0c11

Browse files
authored
1.1.2
1 parent 9ee03e0 commit cdf0c11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/concepts/updating.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ below.
2121
| Fresh version | Preact | preact-render-to-string | Deno |
2222
| ------------- | ---------------- | ----------------------- | --------- |
2323
| 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.1 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
24+
| 1.1.0-1.1.2 | >=10.8.1 <11.0.0 | >=5.2.0 <6.0.0 | >= 1.25.0 |
2525

2626
## Updating dependencies
2727

@@ -51,14 +51,14 @@ You will be prompted to confirm the changes that will be made to your project.
5151
To manually update your project's dependencies, you can edit the
5252
`import_map.json` file in the root of your projects directory. Dependency
5353
versions are encoded into the URLs in this file. For example, here is how to
54-
update a project from Fresh 1.0.2 to 1.1.1, and update Preact to the latest
54+
update a project from Fresh 1.0.2 to 1.1.2, and update Preact to the latest
5555
version:
5656

5757
```diff
5858
{
5959
"imports": {
6060
- "$fresh/": "https://deno.land/x/fresh@1.0.2/",
61-
+ "$fresh/": "https://deno.land/x/fresh@1.1.1/",
61+
+ "$fresh/": "https://deno.land/x/fresh@1.1.2/",
6262

6363
- "preact": "https://esm.sh/preact@10.8.1",
6464
- "preact/": "https://esm.sh/preact@10.8.1/",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"1.1.2",
23
"1.1.1",
34
"1.1.0",
45
"1.0.2",

0 commit comments

Comments
 (0)