Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Oct 30, 2022
1 parent d5a1db8 commit ba81dd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.2] - 2022-10-30

- Prepares for the registry.

## [1.5.1] - 2022-10-30

- Adds optimizations from the new `hyrule`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-ocarina",
"version": "1.5.1",
"version": "1.5.2",
"description": "Ordinary Cartesian Additive Relational Idempotent N-ary Auditives",
"scripts": {
"build": "spago build",
Expand Down
6 changes: 3 additions & 3 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ let overrides =
{ bolson =
{ dependencies = [ "prelude", "heterogeneous" ]
, repo = "https://github.com/mikesol/purescript-bolson.git"
, version = "main"
, version = "v0.3.1"
}
, deku =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/mikesol/purescript-deku.git"
, version = "main"
, version = "v0.8.1"
}
, hyrule =
{ dependencies = [ "monoid-extras", "web-uievents", "js-timers", "unsafe-reference" ]
, repo = "https://github.com/mikesol/purescript-hyrule.git"
, version = "master"
, version = "v2.3.2"
}
}

Expand Down

0 comments on commit ba81dd6

Please sign in to comment.