From fa295f6f995eb99de08d291780c1de567bba8ef9 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 21 Nov 2023 00:47:40 -0800 Subject: [PATCH] v5.0.3 --- dist/index.d.ts | 2 +- dist/index.js | 2 +- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 24db5e1..3011b9b 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,5 +1,5 @@ export * from './BehaviorMap.js'; export * from './BehaviorRegistry.js'; export * from './HasAttribute.js'; -export declare const version = "5.0.2"; +export declare const version = "5.0.3"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 82f51b4..67c0bcc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6,5 +6,5 @@ export * from './BehaviorRegistry.js'; export * from './HasAttribute.js'; // Leave this last line alone, it gets automatically updated when publishing a // new version of this package. -export const version = '5.0.2'; +export const version = '5.0.3'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 3d879e6..af1bab1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-behaviors", "description": "An entity-component system for HTML elements.", - "version": "5.0.2", + "version": "5.0.3", "license": "LGPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index ca43cf5..9106b76 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,4 +8,4 @@ export * from './HasAttribute.js' // Leave this last line alone, it gets automatically updated when publishing a // new version of this package. -export const version = '5.0.2' +export const version = '5.0.3'