Skip to content

Commit

Permalink
chore(release): publish v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentriemer committed Jun 3, 2018
1 parent 72b766c commit 4b9d184
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 13 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/vincentriemer/react-native-dom/compare/v0.1.2...v0.2.0) (2018-06-03)


### Bug Fixes

* **flow:** Fix flow errors ([0304c11](https://github.com/vincentriemer/react-native-dom/commit/0304c11))
* **RCTBridge:** Silence bundle progress parse errors ([62ddca5](https://github.com/vincentriemer/react-native-dom/commit/62ddca5))
* **RCTPropsAnimatedNode:** Fix iteration over prop config ([cdabeb5](https://github.com/vincentriemer/react-native-dom/commit/cdabeb5))


### Features

* **AsyncLocalStorage:** Add clear method to native AsyncLocalStorage ([6e72487](https://github.com/vincentriemer/react-native-dom/commit/6e72487))
* **RCTImage:** Add Image resizeMode=repeat ([3d441ca](https://github.com/vincentriemer/react-native-dom/commit/3d441ca))
* **RCTRootView:** Begin work on decoupling the root view from the document's body ([79a02bc](https://github.com/vincentriemer/react-native-dom/commit/79a02bc))
* **RCTVibration:** Add Vibration API ([9277d56](https://github.com/vincentriemer/react-native-dom/commit/9277d56))
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"lerna": "2.4.0",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "0.1.2",
"version": "0.2.0",
"exact": true,
"command": {
"publish": {
Expand Down
22 changes: 22 additions & 0 deletions packages/react-native-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/vincentriemer/react-native-dom/compare/v0.1.2...v0.2.0) (2018-06-03)


### Bug Fixes

* **flow:** Fix flow errors ([0304c11](https://github.com/vincentriemer/react-native-dom/commit/0304c11))
* **RCTBridge:** Silence bundle progress parse errors ([62ddca5](https://github.com/vincentriemer/react-native-dom/commit/62ddca5))
* **RCTPropsAnimatedNode:** Fix iteration over prop config ([cdabeb5](https://github.com/vincentriemer/react-native-dom/commit/cdabeb5))


### Features

* **AsyncLocalStorage:** Add clear method to native AsyncLocalStorage ([6e72487](https://github.com/vincentriemer/react-native-dom/commit/6e72487))
* **RCTImage:** Add Image resizeMode=repeat ([3d441ca](https://github.com/vincentriemer/react-native-dom/commit/3d441ca))
* **RCTRootView:** Begin work on decoupling the root view from the document's body ([79a02bc](https://github.com/vincentriemer/react-native-dom/commit/79a02bc))
* **RCTVibration:** Add Vibration API ([9277d56](https://github.com/vincentriemer/react-native-dom/commit/9277d56))
30 changes: 19 additions & 11 deletions packages/react-native-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dom",
"version": "0.1.2",
"version": "0.2.0",
"homepage": "https://github.com/vincentriemer/react-native-dom",
"bugs": {
"url": "https://github.com/vincentriemer/react-native-dom/issues"
Expand All @@ -11,20 +11,22 @@
"email": "vincentriemer+rndom@gmail.com",
"url": "https://vincentriemer.com"
},
"files": ["lib", "Libraries", "local-cli", "flow-typed"],
"files": [
"lib",
"Libraries",
"local-cli",
"flow-typed"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vincentriemer/react-native-dom.git"
},
"scripts": {
"prebuild:rntester": "rimraf dist && mkdir -p dist",
"build:rntester":
"yarn run build:rntester:client && yarn run build:rntester:bundle && cp ./RNTester/js/index.html ./dist/index.html",
"build:rntester:bundle":
"react-native bundle --config $(pwd)/rn-cli.config.js --dev false --entry-file ./RNTester/js/RNTesterApp.dom.js --bundle-output ./dist/RNTesterApp.dom.bundle --platform dom --assets-dest ./dist --reset-cache",
"build:rntester:client":
"react-native bundle --config $(pwd)/rn-cli.config.js --dev false --entry-file ./RNTester/js/client.js --bundle-output ./dist/client.bundle --platform dom --reset-cache",
"build:rntester": "yarn run build:rntester:client && yarn run build:rntester:bundle && cp ./RNTester/js/index.html ./dist/index.html",
"build:rntester:bundle": "react-native bundle --config $(pwd)/rn-cli.config.js --dev false --entry-file ./RNTester/js/RNTesterApp.dom.js --bundle-output ./dist/RNTesterApp.dom.bundle --platform dom --assets-dest ./dist --reset-cache",
"build:rntester:client": "react-native bundle --config $(pwd)/rn-cli.config.js --dev false --entry-file ./RNTester/js/client.js --bundle-output ./dist/client.bundle --platform dom --reset-cache",
"precompile": "rimraf lib",
"compile": "BABEL_ENV=lib babel ReactDom --out-dir lib --source-maps",
"postcompile": "flow-copy-source ReactDom lib",
Expand All @@ -36,10 +38,16 @@
"jest": {
"haste": {
"defaultPlatform": "dom",
"providesModuleNodeModules": ["react-native-dom"],
"platforms": ["dom"]
"providesModuleNodeModules": [
"react-native-dom"
],
"platforms": [
"dom"
]
},
"roots": ["<rootDir>/Libraries/"]
"roots": [
"<rootDir>/Libraries/"
]
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.0.0",
Expand Down

0 comments on commit 4b9d184

Please sign in to comment.