Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 1, 2023
1 parent bd6969a commit 9121577
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './BehaviorMap.js';
export * from './BehaviorRegistry.js';
export * from './HasAttribute.js';
export declare const version = "3.1.0";
export declare const version = "4.0.0";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "element-behaviors",
"description": "An entity-component system for HTML elements.",
"version": "3.1.0",
"version": "4.0.0",
"license": "LGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '3.1.0'
export const version = '4.0.0'

0 comments on commit 9121577

Please sign in to comment.