@bunnyapp/components 1.0.60-beta.0.1 → 1.0.62

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.
package/dist/cjs/index.js CHANGED
@@ -171,7 +171,7 @@ var BrandContext = react.createContext({
171
171
  });
172
172
 
173
173
  // This will be replaced at build time by rollup-plugin-replace
174
- var PACKAGE_VERSION = '1.0.60-beta.0.1';
174
+ var PACKAGE_VERSION = '1.0.61';
175
175
  var createRequestHeaders = function (token) {
176
176
  var _a;
177
177
  var bearerToken = token ? "Bearer ".concat(token) : null;
package/dist/esm/index.js CHANGED
@@ -142,7 +142,7 @@ var BrandContext = createContext({
142
142
  });
143
143
 
144
144
  // This will be replaced at build time by rollup-plugin-replace
145
- var PACKAGE_VERSION = '1.0.60-beta.0.1';
145
+ var PACKAGE_VERSION = '1.0.61';
146
146
  var createRequestHeaders = function (token) {
147
147
  var _a;
148
148
  var bearerToken = token ? "Bearer ".concat(token) : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunnyapp/components",
3
- "version": "1.0.60-beta.0.1",
3
+ "version": "1.0.62",
4
4
  "description": "Components from the Bunny portal to embed Bunny UI functionality into your application.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",