File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 22This document describes breaking changes, as well as how to fix them, that have occured at given releases.
33After updating your project, please consult the segments from your current release until now.
44
5+ # Upgrade to 1.2.0 from 1.1.0
6+ 1 . ** Switch IHP version**
7+
8+ - ** IHP Basic**
9+
10+ Open ` flake.nix ` and change the git commit in line 3 to the following:
11+
12+ ``` diff
13+ - ihp.url = "github:digitallyinduced/ihp/v1.1";
14+ + ihp.url = "github:digitallyinduced/ihp/v1.2";
15+ ```
16+
17+ - **IHP Pro & IHP Business**
18+
19+ Visit https://ihp.digitallyinduced.com/Builds and copy the latest v1.2.0 URL into your `flake.nix`.
20+
21+ 2. **Remake Env**
22+
23+ Run the following commands:
24+
25+ ```bash
26+ direnv reload
27+ ```
28+
29+ Now you can start your project as usual with `devenv up`.
30+
531
632# Upgrade to 1.1.0 from 1.0.1
733
You can’t perform that action at this time.
0 commit comments