Skip to content

Commit

Permalink
melange v4 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored May 22, 2024
1 parent 578334d commit c081890
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/how-to-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ subcommand:
opam list --installed melange
# Packages matching: name-match(melange) & installed
# Name # Installed # Synopsis
melange 3.0.0 Toolchain to produce JS from Reason/OCaml
melange 4.0.0 Toolchain to produce JS from Reason/OCaml
```

Before building, we have to update some parts of the configuration to make it
Expand Down
4 changes: 2 additions & 2 deletions documentation-site.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ depends: [
]
dev-repo: "git+https://github.com/melange-re/melange-re.github.io.git"
pin-depends: [
[ "melange.dev" "git+https://github.com/melange-re/melange.git#766b65d21dbe60fbcab74d458395606c2676d2bd" ]
[ "melange-playground.dev" "git+https://github.com/melange-re/melange.git#766b65d21dbe60fbcab74d458395606c2676d2bd" ]
[ "melange.dev" "git+https://github.com/melange-re/melange.git#3a953fa32ed26449e5e8304c12d6ba18a4f08438" ]
[ "melange-playground.dev" "git+https://github.com/melange-re/melange.git#3a953fa32ed26449e5e8304c12d6ba18a4f08438" ]
[ "reason-react.dev" "git+https://github.com/reasonml/reason-react.git#4ee2eda353628090eda95e0b8dabe4e2be50f954" ]
[ "reason-react-ppx.dev" "git+https://github.com/reasonml/reason-react.git#4ee2eda353628090eda95e0b8dabe4e2be50f954" ]
[ "cmarkit.dev" "git+https://github.com/dbuenzli/cmarkit.git#f37c8ea86fd0be8dba7a8babcee3682e0e047d91" ]
Expand Down
2 changes: 1 addition & 1 deletion playground/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Sidebar({ onExampleClick }) {
<div className="Versions">
<span className="Version">
<span className="Text-xs">{"Melange"}</span>
<span className="Text-xs Number">{"3.0.0-51"}</span>
<span className="Text-xs Number">{"4.0.0-51"}</span>
</span>
<span className="Version">
<span className="Text-xs">{"OCaml"}</span>
Expand Down

0 comments on commit c081890

Please sign in to comment.