Skip to content

Commit

Permalink
chore: release @bulba/element v0.13.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Feb 12, 2022
1 parent 89e4028 commit 544533a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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-rc.0",
"version": "0.13.0-alpha.0",
"description": "An intuitive, deterministic, and extendable web component base class",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/element/smoke-test/jsx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-rc.0/dist/bulba-jsx.js"
integrity="sha256-3UdUQviMqG6LV58JjAW0tSy+eeM2ym422hxtqTvpRNs="
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/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-rc.0/dist/bulba-jsx.min.js"
integrity="sha256-sQ9n1YiZd1ml+OWlhUqW2qTh0mGBvCkxoc/5GbJJvvc="
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-jsx.min.js"
integrity="sha256-rwkBcmzwqyE+8NeU3SC7D1CCtCHYimF9qMUIkbs17Lg="
crossorigin="anonymous"
></script> -->

Expand Down
8 changes: 4 additions & 4 deletions packages/element/smoke-test/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-rc.0/dist/bulba-template.js"
integrity="sha256-NOPDTZUvhuF3LtdAf1dsBhpzqP+zL3oRJMqmgSAU7tM="
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/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-rc.0/dist/bulba-template.min.js"
integrity="sha256-JDd8b1tRpur+ISBUQXqyZgSI1wWgCZZSnD4Z2oiDjTA="
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.13.0-alpha.0/dist/bulba-template.min.js"
integrity="sha256-pcErqej3qgSZ3W1MGwYD7B8Hb/jLm+a7a5h740JeCJ4="
crossorigin="anonymous"
></script> -->

Expand Down

0 comments on commit 544533a

Please sign in to comment.