Skip to content

Commit

Permalink
Make v2022-07-15.1 release (#287)
Browse files Browse the repository at this point in the history
* Update and install pkgs from latest package set

* Prep changelog for release

* Update stack yaml lock file
  • Loading branch information
JordanMartinez authored Jul 15, 2022
1 parent 5c7c1f0 commit 318b1b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ New features:

Bugfixes:

Other improvements:

## [v2022-07-15.1](https://github.com/purescript/trypurescript/releases/tag/v2022-07-15.1)

Other improvements:
- Drop requirement that module name be `Main` (#285 by @JordanMartinez)
- Fixes compiler warnings in examples (#286 by @JordanMartinez)
- Support cookbook repo UI recipes by adding element to `frame.html` (#286 by @JordanMartinez)
- Update to latest package set (#287 by @JordanMartinez)

## [v2022-07-12.1](https://github.com/purescript/trypurescript/releases/tag/v2022-07-12.1)

Expand Down
2 changes: 1 addition & 1 deletion client/src/Try/SharedConfig.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pursReleaseUrl :: String
pursReleaseUrl = "https://github.com/purescript/purescript/releases/tag/" <> pursVersion

packageSetVersion :: String
packageSetVersion = "0.15.2-20220624"
packageSetVersion = "0.15.3-20220712"

packageSetPackageJsonUrl :: String
packageSetPackageJsonUrl = "https://github.com/purescript/package-sets/blob/psc-" <> packageSetVersion <> "/packages.json"
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: purescript-0.15.3@sha256:c996f177092867d4f88327a641611535b58fd042f2d3fed16d994440587515dc,20642
hackage: purescript-0.15.4@sha256:29fcb37f227a475a4357de52962f3564da6c881c146a679a514086d9883b1599,20642
pantry-tree:
size: 151267
sha256: 20847b2aa168b38d34b562576f40df2821f55f512f2585d42cfe8e6c4cbe8695
size: 151335
sha256: 6432cafb3d7b3334654d3e5c584eeada632e4c767403ede43953f2d3f33aa8ee
original:
hackage: purescript-0.15.3
hackage: purescript-0.15.4
- completed:
hackage: language-javascript-0.7.0.0@sha256:3eab0262b8ac5621936a4beab6a0f97d0e00a63455a8b0e3ac1547b4088dae7d,3898
pantry-tree:
Expand Down
4 changes: 2 additions & 2 deletions staging/packages.dhall
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220624/packages.dhall
sha256:08989ed9f53e381f879f1b7012ad7684b1ed64d7164c4ad75e306d3210a46c92
https://github.com/purescript/package-sets/releases/download/psc-0.15.3-20220712/packages.dhall
sha256:ffc496e19c93f211b990f52e63e8c16f31273d4369dbae37c7cf6ea852d4442f

in upstream
3 changes: 3 additions & 0 deletions staging/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
, "formatters"
, "free"
, "freeap"
, "freer-free"
, "freet"
, "functions"
, "functors"
Expand Down Expand Up @@ -150,6 +151,7 @@
, "media-types"
, "metadata"
, "midi"
, "milkis"
, "minibench"
, "mmorph"
, "monad-control"
Expand Down Expand Up @@ -229,6 +231,7 @@
, "react-basic-dom"
, "react-basic-hooks"
, "react-dom"
, "react-icons"
, "read"
, "record"
, "refined"
Expand Down

0 comments on commit 318b1b0

Please sign in to comment.