Skip to content

Commit 685deab

Browse files
committed
build: update repo reference to Measured Co
1 parent 865ea75 commit 685deab

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
<a name="0.7.1"></a>
2-
## [0.7.1](https://github.com/chrisvxd/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)
2+
## [0.7.1](https://github.com/measuredco/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)
33

44

55

66
<a name="0.7.0"></a>
7-
# [0.7.0](https://github.com/chrisvxd/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
7+
# [0.7.0](https://github.com/measuredco/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
88

99

1010
### Bug Fixes
1111

12-
* retain component keys on render ([d384dc9](https://github.com/chrisvxd/react-from-json/commit/d384dc9))
12+
* retain component keys on render ([d384dc9](https://github.com/measuredco/react-from-json/commit/d384dc9))
1313

1414

1515
### Features
1616

17-
* pass propKey to mapped components ([1f13968](https://github.com/chrisvxd/react-from-json/commit/1f13968))
17+
* pass propKey to mapped components ([1f13968](https://github.com/measuredco/react-from-json/commit/1f13968))
1818

1919

2020

2121
<a name="0.6.0"></a>
22-
# [0.6.0](https://github.com/chrisvxd/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04)
22+
# [0.6.0](https://github.com/measuredco/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04)
2323

2424

2525
### Features
2626

27-
* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/chrisvxd/react-from-json/commit/8d818a9))
28-
* pass _type to mapped components ([fc0a56b](https://github.com/chrisvxd/react-from-json/commit/fc0a56b))
27+
* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/measuredco/react-from-json/commit/8d818a9))
28+
* pass _type to mapped components ([fc0a56b](https://github.com/measuredco/react-from-json/commit/fc0a56b))
2929

3030

3131

3232
<a name="0.5.0"></a>
33-
# [0.5.0](https://github.com/chrisvxd/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)
33+
# [0.5.0](https://github.com/measuredco/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)
3434

3535

3636
### Features
3737

38-
* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/chrisvxd/react-from-json/commit/0b601db))
39-
* throw a useful error if component missing from components ([f873219](https://github.com/chrisvxd/react-from-json/commit/f873219))
38+
* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/measuredco/react-from-json/commit/0b601db))
39+
* throw a useful error if component missing from components ([f873219](https://github.com/measuredco/react-from-json/commit/f873219))
4040

4141

4242

4343
<a name="0.4.0"></a>
44-
# [0.4.0](https://github.com/chrisvxd/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
44+
# [0.4.0](https://github.com/measuredco/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
4545

4646

4747
### Features
4848

49-
* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/chrisvxd/react-from-json/commit/c5df9d4))
49+
* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/measuredco/react-from-json/commit/c5df9d4))
5050

5151

5252

5353
<a name="0.3.0"></a>
54-
# [0.3.0](https://github.com/chrisvxd/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
54+
# [0.3.0](https://github.com/measuredco/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
5555

5656

5757
### Bug Fixes
5858

59-
* resolve null props as expected ([5186b07](https://github.com/chrisvxd/react-from-json/commit/5186b07))
59+
* resolve null props as expected ([5186b07](https://github.com/measuredco/react-from-json/commit/5186b07))
6060

6161

6262
### Features
6363

64-
* resolve id prop from component JSON root ([214c256](https://github.com/chrisvxd/react-from-json/commit/214c256))
64+
* resolve id prop from component JSON root ([214c256](https://github.com/measuredco/react-from-json/commit/214c256))
6565

6666

6767

6868
<a name="0.2.0"></a>
69-
# [0.2.0](https://github.com/chrisvxd/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
69+
# [0.2.0](https://github.com/measuredco/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
7070

7171

7272
### Features
7373

74-
* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/chrisvxd/react-from-json/commit/d77e080))
74+
* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/measuredco/react-from-json/commit/d77e080))
7575

7676

7777

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![NPM](https://img.shields.io/npm/v/react-from-json.svg)](https://www.npmjs.com/package/react-from-json) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
66

7-
[Example](http://hydrateio.github.io/react-from-json/)
7+
[Example](http://measuredco.github.io/react-from-json/)
88

99
## Intro
1010

@@ -248,4 +248,4 @@ const Example = () => {
248248

249249
## License
250250

251-
MIT © [hydrateio](https://github.com/hydrateio)
251+
MIT © [Measured Co.](https://github.com/measuredco)

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-json-example",
3-
"homepage": "https://chrisvxd.github.io/react-from-json",
3+
"homepage": "https://measuredco.github.io/react-from-json",
44
"version": "0.0.0",
55
"license": "MIT",
66
"private": true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "react-from-json",
33
"version": "0.7.1",
44
"description": "Declare your React component tree in JSON",
5-
"author": "hydrateio",
5+
"author": "Measured Co. <hello@measured.co>",
66
"license": "MIT",
7-
"repository": "chrisvxd/react-from-json",
7+
"repository": "measuredco/react-from-json",
88
"main": "dist/index.js",
99
"module": "dist/index.es.js",
1010
"jsnext:main": "dist/index.es.js",

0 commit comments

Comments
 (0)