Skip to content

Commit 544533a

Browse files
committed
chore: release @bulba/element v0.13.0-alpha.0
1 parent 89e4028 commit 544533a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bulba/element",
3-
"version": "0.13.0-rc.0",
3+
"version": "0.13.0-alpha.0",
44
"description": "An intuitive, deterministic, and extendable web component base class",
55
"main": "lib/index.cjs.js",
66
"module": "lib/index.es.js",

packages/element/smoke-test/jsx/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ <h2>Nested components</h2>
6060

6161
<!-- <script
6262
type="text/javascript"
63-
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]rc.0/dist/bulba-jsx.js"
64-
integrity="sha256-3UdUQviMqG6LV58JjAW0tSy+eeM2ym422hxtqTvpRNs="
63+
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]alpha.0/dist/bulba-jsx.js"
64+
integrity="sha256-poZzCvgoK16rh1hopo+FKueY8aA85QnMSeL+j1rU0SE="
6565
crossorigin="anonymous"
6666
></script> -->
6767
<!-- <script
6868
type="text/javascript"
69-
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]rc.0/dist/bulba-jsx.min.js"
70-
integrity="sha256-sQ9n1YiZd1ml+OWlhUqW2qTh0mGBvCkxoc/5GbJJvvc="
69+
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]alpha.0/dist/bulba-jsx.min.js"
70+
integrity="sha256-rwkBcmzwqyE+8NeU3SC7D1CCtCHYimF9qMUIkbs17Lg="
7171
crossorigin="anonymous"
7272
></script> -->
7373

packages/element/smoke-test/template/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ <h2>Nested components</h2>
6060

6161
<!-- <script
6262
type="text/javascript"
63-
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]rc.0/dist/bulba-template.js"
64-
integrity="sha256-NOPDTZUvhuF3LtdAf1dsBhpzqP+zL3oRJMqmgSAU7tM="
63+
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]alpha.0/dist/bulba-template.js"
64+
integrity="sha256-nFvOq1VGEERQQo011iDHC2HDV5OSW07LAVY1/7M/cNc="
6565
crossorigin="anonymous"
6666
></script> -->
6767
<!-- <script
6868
type="text/javascript"
69-
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]rc.0/dist/bulba-template.min.js"
70-
integrity="sha256-JDd8b1tRpur+ISBUQXqyZgSI1wWgCZZSnD4Z2oiDjTA="
69+
src="https://cdn.jsdelivr.net/npm/@bulba/[email protected]alpha.0/dist/bulba-template.min.js"
70+
integrity="sha256-pcErqej3qgSZ3W1MGwYD7B8Hb/jLm+a7a5h740JeCJ4="
7171
crossorigin="anonymous"
7272
></script> -->
7373

0 commit comments

Comments
 (0)