@cpro-js/publish-test
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.0.1](https://github.com/cpro-js/workspace-test/compare/v2.0.0...v2.0.1) (2021-10-05) | ||
### Bug Fixes | ||
- test commit ([71cf0b3](https://github.com/cpro-js/workspace-test/commit/71cf0b373177ef215ff40b826357dbd8838ec301)) | ||
# [2.0.0](https://github.com/cpro-js/workspace-test/compare/v0.3.0...v2.0.0) (2021-09-10) | ||
@@ -8,0 +14,0 @@ |
@@ -5,3 +5,3 @@ var jsxRuntime = require('react/jsx-runtime'); | ||
return jsxRuntime.jsx("div", { | ||
children: "Test" | ||
children: "Test2" | ||
}, void 0); | ||
@@ -8,0 +8,0 @@ }; |
@@ -5,3 +5,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
return jsx("div", { | ||
children: "Test" | ||
children: "Test2" | ||
}, void 0); | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "@cpro-js/publish-test", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"publishConfig": { | ||
@@ -31,3 +31,3 @@ "access": "public" | ||
"source": "src/index.ts", | ||
"gitHead": "692487c66596ef27c221240a5422dc450bfe7a7d" | ||
"gitHead": "24f6ff5e4491452ee58ff3ea5d4219a88c3ed17a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15139