Skip to content

Commit

Permalink
chore: release @bulba/element v0.13.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Feb 12, 2022
1 parent 1bae5ff commit 4fcd206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulba/element",
"version": "0.13.0-alpha.0",
"version": "0.13.0-alpha.1",
"description": "An intuitive, deterministic, and extendable web component base class",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/element/smoke-test/jsx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-jsx.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.1/dist/bulba-jsx.js"
integrity="sha256-poZzCvgoK16rh1hopo+FKueY8aA85QnMSeL+j1rU0SE="
crossorigin="anonymous"
></script> -->
<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-jsx.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.1/dist/bulba-jsx.min.js"
integrity="sha256-rwkBcmzwqyE+8NeU3SC7D1CCtCHYimF9qMUIkbs17Lg="
crossorigin="anonymous"
></script> -->
Expand Down
4 changes: 2 additions & 2 deletions packages/element/smoke-test/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-template.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.1/dist/bulba-template.js"
integrity="sha256-nFvOq1VGEERQQo011iDHC2HDV5OSW07LAVY1/7M/cNc="
crossorigin="anonymous"
></script> -->
<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-template.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.1/dist/bulba-template.min.js"
integrity="sha256-pcErqej3qgSZ3W1MGwYD7B8Hb/jLm+a7a5h740JeCJ4="
crossorigin="anonymous"
></script> -->
Expand Down

0 comments on commit 4fcd206

Please sign in to comment.