Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
chore: update package versions (Neutrino, styled-jsx...)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchainer committed Oct 29, 2017
1 parent 53f1843 commit c4b5ebe
Show file tree
Hide file tree
Showing 5 changed files with 1,358 additions and 700 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "7"
- "6.9"
- "6.10"
cache: yarn
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Change Log

All notable changes to `neutrino-preset-styled-jsx` will be documented in this
file.

Expand All @@ -7,22 +8,38 @@ to structure this file.

## [Unreleased]

## [2.0.0] - 2017-10-29

### Changed

- Update to Neutrino v7
- Update to `styled-jsx` v2
- Update TravisCI configuration
- Update `README.md`, to show the new requirements

## [1.1.0] - 2017-06-17

### Added

- Add CI with TravisCI.
- Add basic tests with Jest.
- Add dependency on `neutrino-preset-react`.

### Changed

- Update to Neutrino v6.
- Edit `index.js` to use the `neutrino-preset-react` directly. Mainly because
was mandatory to get the tests working, but also because it makes sense.

## [1.0.0] - 2017-05-28

### Changed

- Update the `gitignore` to exclude `.vscode` folder.
- Update `package.json` accordingly to use the new stable `styled-jsx`.

## [0.0.1] - 2017-04-16

### Added

- Initial release.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@

## Requirements

- Node.js v6.9+
- Node.js v6.10+
- Yarn or npm client
- Neutrino v6, Neutrino build preset
- Neutrino v7, Neutrino build preset

## Installation

`neutrino-preset-styled-jsx` can be installed via the Yarn or npm clients.

#### Yarn
### Yarn

```bash
❯ yarn add neutrino-preset-styled-jsx
```

#### npm
### npm

```bash
❯ npm install --save neutrino-preset-styled-jsx
Expand All @@ -46,7 +46,6 @@
And that's all. For `styled-jsx` specific usage, see their [docs][styled-url].
For Neutrino usage, refer to their [documentation][neutrino-docs].


[npm-image]: https://img.shields.io/npm/v/neutrino-preset-styled-jsx.svg
[downloads-image]: https://img.shields.io/npm/dt/neutrino-preset-styled-jsx.svg
[npm-url]: https://npmjs.org/package/neutrino-preset-styled-jsx
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-styled-jsx",
"version": "1.1.0",
"version": "2.0.0",
"description": "Neutrino preset for adding styled-jsx support",
"author": "Juan Riquelme González <juanriqgon@protonmail.com>",
"scripts": {
Expand All @@ -24,21 +24,21 @@
"styled-jsx"
],
"dependencies": {
"neutrino-middleware-loader-merge": "^6.0.0",
"neutrino-preset-react": "^6.0.0"
"neutrino-middleware-loader-merge": "^7.0.0",
"neutrino-preset-react": "^7.0.0"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-env": "^1.5.2",
"babel-jest": "^21.0.0",
"babel-preset-env": "^1.6.1",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"jest": "^20.0.4",
"neutrino": "^6.0.0",
"webpack": "^2.6.1"
"jest": "^21.0.0",
"neutrino": "^7.0.0",
"webpack": "^3.0.0"
},
"peerDependencies": {
"styled-jsx": "^1.0.0",
"neutrino": "^6.0.0"
"neutrino": "^7.0.0",
"styled-jsx": "^2.0.0"
},
"license": "GPL-3.0",
"config": {
Expand Down
Loading

0 comments on commit c4b5ebe

Please sign in to comment.