@capillarytech/creatives-library 8.0.53 → 8.0.54

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/routes.js +6 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.53",
4
+ "version": "8.0.54",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
package/routes.js CHANGED
@@ -192,6 +192,12 @@ const routes = [
192
192
  name: 'templatesV2',
193
193
  component: withReactRouterV3Compatibility(TemplatesV2),
194
194
  },
195
+ {
196
+ exact: true,
197
+ path: '/v2/loyalty',
198
+ name: 'loyalty',
199
+ component: withReactRouterV3Compatibility(TemplatesV2),
200
+ },
195
201
  {
196
202
  path: '*',
197
203
  name: 'notfound',