Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Prepare 1.9 release (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Nov 8, 2018
1 parent 580bef2 commit 07124ff
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 157 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [master](https://github.com/anmonteiro/lumo/compare/1.9.0-alpha...HEAD) (unreleased)
## [master](https://github.com/anmonteiro/lumo/compare/1.9.0...HEAD) (unreleased)

## [1.9.0](https://github.com/anmonteiro/lumo/compare/1.9.0-alpha...1.9.0) (2018-11-08)

### New features

Expand All @@ -19,10 +21,6 @@
- Honor the "accept" parameter of the socket repl options ([#431](https://github.com/anmonteiro/lumo/issues/431))
- Autocompletion should be case sensitive ([#435](https://github.com/anmonteiro/lumo/issues/435))

### Changes

- Upgrade Node.js to version 9.11.1.

## [1.9.0-alpha](https://github.com/anmonteiro/lumo/compare/1.8.0...1.9.0-alpha) (2018-05-10)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion boot.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#http://boot-clj.com
#Thu Oct 20 20:58:15 CEST 2016
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.10.0-beta3
BOOT_CLOJURE_VERSION=1.10.0-beta5
BOOT_VERSION=2.8.2
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(set-env!
:source-paths #{"src/cljs/snapshot"}
:asset-paths #{"src/js" "src/cljs/bundled"}
:dependencies (into [['org.clojure/clojure "1.10.0-beta3"]
:dependencies (into [['org.clojure/clojure "1.10.0-beta5"]
['org.clojure/clojurescript +clojurescript-version+]]
'[[org.clojure/tools.reader "1.3.2"]
[com.cognitect/transit-cljs "0.8.256"]
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumo",
"version": "1.9.0-alpha",
"version": "1.9.0",
"description": "Fast, cross-platform, standalone ClojureScript REPL",
"author": "António Nuno Monteiro <anmonteiro@gmail.com> (https://anmonteiro.com)",
"license": "EPL-1.0",
Expand Down Expand Up @@ -37,14 +37,14 @@
"postinstall": "node download/install.js || nodejs download/install.js"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.1.5",
"@babel/plugin-external-helpers": "7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-stage-2": "7.0.0",
"@babel/runtime": "^7.1.2",
"@babel/runtime": "^7.1.5",
"async-retry": "^1.2.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
Expand All @@ -67,19 +67,19 @@
"jest-cli": "23.6.0",
"jszip": "github:anmonteiro/jszip#patch-1",
"nexe": "next",
"node-fetch": "^2.2.0",
"node-fetch": "^2.2.1",
"paredit.js": "0.3.4",
"posix-getopt": "github:anmonteiro/node-getopt#master",
"prettier": "1.14.3",
"prettier": "1.15.1",
"progress": "^2.0.0",
"read-pkg": "^4.0.1",
"rollup": "0.66.6",
"rollup": "0.67.0",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-babel-minify": "6.1.1",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-replace": "2.1.0",
"webpack": "^4.24.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"which-promise": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 07124ff

Please sign in to comment.