@capillarytech/creatives-library 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -750,6 +750,9 @@ export class Email extends React.Component { // eslint-disable-line react/prefer
750
750
 
751
751
  componentWillReceiveProps(nextProps) {
752
752
  console.log('setting new language Next Props email', nextProps, this.state);
753
+ if (this.props.location.query.module === "library" && this.props.templateData) {
754
+ this.props.templatesActions.resetTemplateData();
755
+ }
753
756
  // if (this.props.location.query.type === 'embedded') {
754
757
  // this.showNext();
755
758
  // }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "0.1.3",
4
+ "version": "0.1.5",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",