Skip to content

Commit

Permalink
Merge pull request #10 from environment-agency-austria/feature/prepar…
Browse files Browse the repository at this point in the history
…e-2.0.0-release

Feature/prepare 2.0.0 release
  • Loading branch information
maschino authored Nov 19, 2018
2 parents f8d133c + d7a97f6 commit b02a19e
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 104 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.0.0] - 2018-11-19
### Breaking changes
- IntlForm is now a named export. Use `import { IntlForm } from 'react-ocean-forms-react-intl';` now
- Updated to react-ocean-forms 2.0.0
- Updated to react-ocean-forms 2.0.0 - [migration guide](https://github.com/environment-agency-austria/react-ocean-forms#upgrading-from-react-ocean-forms-1xx-to-200)

## [1.3.0] - 2018-08-20
- Updated to react-ocean-forms 1.4.0
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ocean-forms-react-intl",
"version": "2.0.0-rc2",
"version": "2.0.0",
"description": "Library that adds react-intl support to react-ocean-forms.",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"test:coverage": "jest --coverage",
"start": "webpack --watch --mode development",
"build": "webpack -p",
"lint": "tslint --project ."
"lint": "tslint -t stylish --project ."
},
"jest": {
"setupFiles": [
Expand Down Expand Up @@ -51,31 +51,31 @@
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-intl": "^2.7.2",
"react-ocean-forms": "^2.0.0-rc3"
"react-ocean-forms": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.9",
"@types/react": "^16.4.18",
"@types/react-intl": "^2.3.11",
"@types/react": "^16.6.6",
"@types/react-intl": "^2.3.12",
"babel-loader": "^8.0.4",
"babel-preset-react-app": "^6.1.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"clean-webpack-plugin": "^1.0.0",
"coveralls": "^3.0.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-adapter-react-16": "^1.7.0",
"jest": "^23.6.0",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-intl": "^2.7.2",
"react-ocean-forms": "^2.0.0-rc3",
"react-ocean-forms": "^2.0.0",
"ts-jest": "^23.10.4",
"ts-loader": "^5.3.0",
"tslint": "^5.11.0",
Expand All @@ -84,7 +84,7 @@
"tslint-microsoft-contrib": "^5.2.1",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
Expand Down
Loading

0 comments on commit b02a19e

Please sign in to comment.