Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed May 28, 2023
1 parent 192cc73 commit 4493890
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/geotrev/bulba/compare/v0.14.3...v0.14.4) (2023-05-28)

**Note:** Version bump only for package bulba-web-components

## [0.14.3](https://github.com/geotrev/bulba/compare/v0.14.2...v0.14.3) (2023-05-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.14.3",
"version": "0.14.4",
"command": {
"version": {
"allowBranch": "main",
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/geotrev/bulba/compare/v0.14.3...v0.14.4) (2023-05-28)

**Note:** Version bump only for package @bulba/element

## [0.14.3](https://github.com/geotrev/bulba/compare/v0.14.2...v0.14.3) (2023-05-27)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ You can specify the JSX or Template flavors using CDN. BulbaElement, the rendere
```html
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/utils@0.14.2/dist/bulba-template.js"
src="https://cdn.jsdelivr.net/npm/@bulba/utils@0.14.3/dist/bulba-template.js"
integrity="sha256-AmDcP/sdpRYuEzpOqxrrMUe+j2N4rXBDmuOtzhsngok="
crossorigin="anonymous"
></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/utils@0.14.2/dist/bulba-template.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/utils@0.14.3/dist/bulba-template.min.js"
integrity="sha256-rVw3SxOyQLMP8YGPSMmajj09cZ7Jw6y2Wol6XcE6PLo="
crossorigin="anonymous"
></script>
Expand All @@ -89,13 +89,13 @@ You can specify the JSX or Template flavors using CDN. BulbaElement, the rendere
```html
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.2/dist/bulba-jsx.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-jsx.js"
integrity="sha256-zsOCH9e2LQhReCMqnK9bsp4EliqVbp2EkXm+vsZcN/c="
crossorigin="anonymous"
></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.2/dist/bulba-jsx.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-jsx.min.js"
integrity="sha256-ygwZLJhcHsbSyVfO+0gcgJqCWEYvcI+dNDdg+OL56Is="
crossorigin="anonymous"
></script>
Expand Down
8 changes: 4 additions & 4 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulba/element",
"version": "0.14.3",
"version": "0.14.4",
"description": "An intuitive, deterministic, and extendable web component base class",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -9,9 +9,9 @@
"build": "rollup -c"
},
"dependencies": {
"@bulba/jsx": "^0.14.3",
"@bulba/template": "^0.14.3",
"@bulba/utils": "^0.14.3"
"@bulba/jsx": "^0.14.4",
"@bulba/template": "^0.14.4",
"@bulba/utils": "^0.14.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/geotrev/bulba/compare/v0.14.3...v0.14.4) (2023-05-28)

**Note:** Version bump only for package @bulba/jsx

## [0.14.3](https://github.com/geotrev/bulba/compare/v0.14.2...v0.14.3) (2023-05-27)

**Note:** Version bump only for package @bulba/jsx
Expand Down
4 changes: 2 additions & 2 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulba/jsx",
"version": "0.14.3",
"version": "0.14.4",
"description": "A JSX-based renderer used by @bulba/element",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -9,7 +9,7 @@
"build": "rollup -c"
},
"dependencies": {
"@bulba/utils": "^0.14.3",
"@bulba/utils": "^0.14.4",
"snabbdom": "^3.5.1",
"snabbdom-signature": "^0.0.3",
"snabbdom-transform-jsx-props": "^0.2.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/geotrev/bulba/compare/v0.14.3...v0.14.4) (2023-05-28)

**Note:** Version bump only for package @bulba/template

## [0.14.3](https://github.com/geotrev/bulba/compare/v0.14.2...v0.14.3) (2023-05-27)

**Note:** Version bump only for package @bulba/template
Expand Down
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulba/template",
"version": "0.14.3",
"version": "0.14.4",
"description": "A string-based renderer used by @bulba/element",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand All @@ -9,7 +9,7 @@
"build": "rollup -c"
},
"dependencies": {
"@bulba/utils": "^0.14.3",
"@bulba/utils": "^0.14.4",
"omdomdom": "^0.3.1"
},
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/geotrev/bulba/compare/v0.14.3...v0.14.4) (2023-05-28)

**Note:** Version bump only for package @bulba/utils

## [0.14.3](https://github.com/geotrev/bulba/compare/v0.14.2...v0.14.3) (2023-05-27)

**Note:** Version bump only for package @bulba/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulba/utils",
"version": "0.14.3",
"version": "0.14.4",
"description": "Utility helpers for @bulba/* packages.",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down
4 changes: 2 additions & 2 deletions preview/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.14.2/dist/bulba-jsx.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-jsx.js"
integrity="sha256-zsOCH9e2LQhReCMqnK9bsp4EliqVbp2EkXm+vsZcN/c="
crossorigin="anonymous"
></script> -->
<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.2/dist/bulba-jsx.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-jsx.min.js"
integrity="sha256-ygwZLJhcHsbSyVfO+0gcgJqCWEYvcI+dNDdg+OL56Is="
crossorigin="anonymous"
></script> -->
Expand Down
4 changes: 2 additions & 2 deletions preview/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.14.2/dist/bulba-template.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-template.js"
integrity="sha256-AmDcP/sdpRYuEzpOqxrrMUe+j2N4rXBDmuOtzhsngok="
crossorigin="anonymous"
></script> -->
<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.2/dist/bulba-template.min.js"
src="https://cdn.jsdelivr.net/npm/@bulba/element@0.14.3/dist/bulba-template.min.js"
integrity="sha256-rVw3SxOyQLMP8YGPSMmajj09cZ7Jw6y2Wol6XcE6PLo="
crossorigin="anonymous"
></script> -->
Expand Down

0 comments on commit 4493890

Please sign in to comment.