Skip to content

Commit

Permalink
chore(release): 1.26.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.4](v1.26.3...v1.26.4) (2024-07-23)

### Bug Fixes

* **tooling:** fixed the demo build ([#224](#224)) ([487b698](487b698))
* **tooling:** upgraded node version from 14 to 20 ([#222](#222)) ([6ac4733](6ac4733))
  • Loading branch information
webex-components-publisher committed Jul 23, 2024
1 parent 487b698 commit a959da8
Show file tree
Hide file tree
Showing 32 changed files with 1,806 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.26.4](https://github.com/webex/widgets/compare/v1.26.3...v1.26.4) (2024-07-23)


### Bug Fixes

* **tooling:** fixed the demo build ([#224](https://github.com/webex/widgets/issues/224)) ([487b698](https://github.com/webex/widgets/commit/487b698b3f3aea3bff80f044b21c5106a65ecc24))
* **tooling:** upgraded node version from 14 to 20 ([#222](https://github.com/webex/widgets/issues/222)) ([6ac4733](https://github.com/webex/widgets/commit/6ac4733e4716fd2cec8b114b53cb08ae24f97531))

## [1.26.3](https://github.com/webex/widgets/compare/v1.26.2...v1.26.3) (2024-07-09)


Expand Down
Binary file added docs/assets/00f88c56354f19ff6b3532228cdcc31b.woff
Binary file not shown.
Binary file added docs/assets/0586548384fe5bbbb54548d460c299e0.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/381c89e823aa8b122daf24c2ebbe474b.woff
Binary file not shown.
Binary file added docs/assets/43f68d7dec3d804ce875b68061446f13.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/9d7565dba22c828d23382c0dc2e90c9e.woff
Binary file not shown.
Binary file added docs/assets/a2f0694d1fa9dda4f238da5125af5671.woff
Binary file not shown.
Binary file added docs/assets/a6266ebd30c2de2e1da41b0e46093687.woff
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/c38006ae2238454ddb4c0fa5819848ee.woff
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/dab777042d3c08a389d524e09a152c91.woff
Binary file not shown.
Binary file added docs/assets/df8f6e645b0f85fa65e37af580020d9e.woff
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/e1743c33d9577f956a2f4546d5ff576b.woff
Binary file not shown.
Binary file added docs/assets/ea701e284b99f0cc0312877f92c6098f.woff
Binary file not shown.
1,791 changes: 1,791 additions & 0 deletions docs/demo.bundle.1c5c6eb82a702ba8209d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/demo.bundle.1c5c6eb82a702ba8209d.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

<body>
<div id="widgets-demo"></div>
<script type="text/javascript" src="demo.bundle.94f1173466ff001e7bfa.js"></script></body>
<script type="text/javascript" src="demo.bundle.1c5c6eb82a702ba8209d.js"></script></body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@webex/widgets",
"version": "1.26.3",
"engines" : {
"node" : ">=20.13.1"
"version": "1.26.4",
"engines": {
"node": ">=20.13.1"
},
"main": "dist/webexWidgets.esm.js",
"module": "dist/webexWidgets.esm.js",
Expand Down

0 comments on commit a959da8

Please sign in to comment.