File tree Expand file tree Collapse file tree 6 files changed +40
-5
lines changed
packages/react-isomorphic-data Expand file tree Collapse file tree 6 files changed +40
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.10] ( https://github.com/jackyef/react-isomorphic-data/compare/client@0.3.9...client@0.3.10 ) (2019-10-16)
7
+
8
+ ** Note:** Version bump only for package client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.9] ( https://github.com/jackyef/react-isomorphic-data/compare/client@0.3.8...client@0.3.9 ) (2019-10-14)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " client" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@types/jest" : " 24.0.16" ,
9
9
"@types/react-dom" : " 16.8.5" ,
10
10
"react" : " ^16.8.0" ,
11
11
"react-dom" : " ^16.8.0" ,
12
- "react-isomorphic-data" : " ^0.5.1 " ,
12
+ "react-isomorphic-data" : " ^0.6.0 " ,
13
13
"react-scripts" : " 3.0.1" ,
14
14
"reactstrap" : " ^8.0.0" ,
15
15
"subscriptions-transport-ws" : " ^0.9.16" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.5.0] ( https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.4.1...ssr@0.5.0 ) (2019-10-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** examples/ssr:** updated example to include POST example ([ c885b93] ( https://github.com/jackyef/react-isomorphic-data/commit/c885b93 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.4.1] ( https://github.com/jackyef/react-isomorphic-data/compare/ssr@0.4.0...ssr@0.4.1 ) (2019-10-06)
7
18
8
19
** Note:** Version bump only for package ssr
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ssr" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"private" : true ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
25
25
"razzle-plugin-typescript" : " ^3.0.0" ,
26
26
"react" : " ^16.10.1" ,
27
27
"react-dom" : " ^16.10.1" ,
28
- "react-isomorphic-data" : " ^0.5.1 " ,
28
+ "react-isomorphic-data" : " ^0.6.0 " ,
29
29
"react-router-dom" : " ^5.1.2" ,
30
30
"tslint" : " ^5.20.0" ,
31
31
"tslint-react" : " ^4.1.0"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.6.0] ( https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.5.1...react-isomorphic-data@0.6.0 ) (2019-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** react-isomorphic-data:** fix the typings for ` error ` ([ 468d9df] ( https://github.com/jackyef/react-isomorphic-data/commit/468d9df ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** react-isomorphic-data:** support non-GET requests lazily ([ 1e42d59] ( https://github.com/jackyef/react-isomorphic-data/commit/1e42d59 ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 0.5.1] ( https://github.com/jackyef/react-isomorphic-data/compare/react-isomorphic-data@0.5.0...react-isomorphic-data@0.5.1 ) (2019-10-06)
7
23
8
24
** Note:** Version bump only for package react-isomorphic-data
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-isomorphic-data" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Work in progress" ,
5
5
"sideEffects" : false ,
6
6
"main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments