Skip to content

Commit be97e83

Browse files
committed
1 parent 96b919a commit be97e83

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

packages/plume2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plume2",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "a lightweight of flux for mobile and web",
55
"main": "./es5/index.js",
66
"types": "./es5/typings/index.d.ts",

packages/plume2/src/__tests__/__snapshots__/debug.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`test debug window app 1`] = `
88

99
exports[`test debug window app 2`] = `
1010
Array [
11-
11+
1212
"StoreProvider(DebugApp) will mount 🚀",
1313
]
1414
`;

packages/plume2/src/__tests__/__snapshots__/relax-inject.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`could not inject value from store 1`] = `<div />`;
44

55
exports[`could not inject value from store 2`] = `
66
Array [
7-
7+
88
"StoreProvider(TestApp) will mount 🚀",
99
"🔥:tracing: QL(helloQL)",
1010
"dep:hello, cache:false, value:undefined",

packages/plume2/src/__tests__/__snapshots__/relax-ref.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`test relax proxy ref 1`] = `
88

99
exports[`test relax proxy ref 2`] = `
1010
Array [
11-
11+
1212
"StoreProvider(TestApp) will mount 🚀",
1313
"Relax(Text) willMount rx store true 🚀",
1414
"props => {

packages/plume2/src/__tests__/__snapshots__/relax-warning.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exports[`test output include warning 1`] = `
6767

6868
exports[`test output include warning 2`] = `
6969
Array [
70-
70+
7171
"StoreProvider(Home) will mount 🚀",
7272
"Relax(Test) willMount rx store false 🚀",
7373
"props => {

packages/plume2/src/__tests__/__snapshots__/relax.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports[`relax test suite initial render relax 1`] = `
1919

2020
exports[`relax test suite initial render relax 2`] = `
2121
Array [
22-
22+
2323
"StoreProvider(HelloApp) will mount 🚀",
2424
"🔥:tracing: QL(loadingQL)",
2525
"dep:loading, cache:false, value:false",
@@ -64,7 +64,7 @@ exports[`relax test suite test app relaxprops 1`] = `
6464

6565
exports[`relax test suite test app relaxprops 2`] = `
6666
Array [
67-
67+
6868
"StoreProvider(TestApp) will mount 🚀",
6969
"🔥:tracing: QL(loadingQL)",
7070
"dep:loading, cache:false, value:false",

packages/plume2/src/__tests__/__snapshots__/store-provider.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`store provider test suite debug mode 1`] = `<div />`;
44

55
exports[`store provider test suite debug mode 2`] = `
66
Array [
7-
7+
88
"StoreProvider(DebugApp) will mount 🚀",
99
]
1010
`;

packages/plume2/src/__tests__/__snapshots__/view-action.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports[`viewAction test suite test relax inject viewAction 2`] = `
2525
exports[`viewAction test suite test relax inject viewAction 3`] = `
2626
MockLog {
2727
"_logs": Array [
28-
28+
2929
"StoreProvider(HelloApp) will mount 🚀",
3030
"Relax(HelloRelax) willMount rx store true 🚀",
3131
"props => {

0 commit comments

Comments
 (0)