File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-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.4.0 from 1.3.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.3";
14+ + ihp.url = "github:digitallyinduced/ihp/v1.4";
15+ ```
16+
17+ - **IHP Pro & IHP Business**
18+
19+ Visit https://ihp.digitallyinduced.com/Builds and copy the latest v1.4 URL into your `flake.nix`.
20+
21+ 2. **Remake Env**
22+
23+ Run the following commands:
24+
25+ ```bash
26+ nix flake update ihp
27+ direnv reload
28+ ```
29+
30+ Now you can start your project as usual with `devenv up`.
31+
532# Upgrade to 1.3.0 from 1.2.0
6331. **Switch IHP version**
734
You can’t perform that action at this time.
0 commit comments