From c4d786e85d35c21a41b85027944129613aa3b65f Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov Date: Thu, 15 Nov 2018 19:29:35 +0300 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 5 +++-- package.json | 18 +++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e363895..2dbff62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased][unreleased] +## [3.0.0] - 2018-11-15 - [BREAKING] Remove higher-order app `withRender` from the library due to redundancy. - Support for `className` attribute and allow to use array and object as a value. @@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial public release. -[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...HEAD +[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/kriasoft/hyperapp-render/compare/v1.2.0...v1.3.0 diff --git a/package.json b/package.json index 55d63e4..4cb1ed5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "hyperapp-render", - "version": "2.1.0", + "version": "3.0.0", "description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support", "repository": "kriasoft/hyperapp-render", "author": "Vladimir Kutepov", @@ -29,25 +29,25 @@ "@types/node": "*" }, "devDependencies": { - "@babel/core": "^7.1.5", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/preset-env": "^7.1.5", + "@babel/core": "^7.1.6", + "@babel/plugin-transform-react-jsx": "^7.1.6", + "@babel/preset-env": "^7.1.6", "@babel/register": "^7.0.0", "babel-core": "^7.0.0-0", "babel-jest": "^23.6.0", "benchr": "^4.3.0", - "eslint": "^5.8.0", + "eslint": "^5.9.0", "eslint-config-airbnb": "^17.1.0", - "eslint-config-prettier": "^3.1.0", + "eslint-config-prettier": "^3.3.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", "fs-extra": "^7.0.1", - "husky": "^1.1.3", + "husky": "^1.1.4", "hyperapp": "^1.2.9", "jest": "^23.6.0", - "prettier": "^1.15.1", - "rollup": "^0.67.0", + "prettier": "^1.15.2", + "rollup": "^0.67.1", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^3.4.0",