Skip to content

Commit

Permalink
v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Jan 15, 2024
1 parent 0f2ee67 commit 2b5c93b
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)


### Features

* **core:** bump @stencil/core to 4.10.0 ([0f2ee67](https://github.com/gomah/bulmil/commit/0f2ee679558eae1f8cc567b8045bc09144823ade))





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package bulmil
Expand Down
8 changes: 8 additions & 0 deletions examples/angular/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/angular-example





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/angular-example
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/package.json
@@ -1,7 +1,7 @@
{
"name": "@bulmil/angular-example",
"private": true,
"version": "0.50.1",
"version": "0.51.0",
"scripts": {
"ng": "ng",
"build": "ng build",
Expand All @@ -16,8 +16,8 @@
"@angular/platform-browser": "15.2.0",
"@angular/platform-browser-dynamic": "15.2.0",
"@angular/router": "15.2.0",
"@bulmil/angular": "0.50.1",
"@bulmil/core": "0.50.1",
"@bulmil/angular": "0.51.0",
"@bulmil/core": "0.51.0",
"rxjs": "7.8.0",
"tslib": "2.5.0",
"zone.js": "0.12.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/html/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/html-example





# [0.50.0](https://github.com/gomah/bulmil/compare/v0.49.0...v0.50.0) (2023-12-18)

**Note:** Version bump only for package @bulmil/html-example
Expand Down
2 changes: 1 addition & 1 deletion examples/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@bulmil/html-example",
"version": "0.50.0",
"version": "0.51.0",
"private": true,
"scripts": {
"serve": "sirv --dev --port 4444"
Expand Down
8 changes: 8 additions & 0 deletions examples/next/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/next-example





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/next-example
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
@@ -1,15 +1,15 @@
{
"name": "@bulmil/next-example",
"version": "0.50.1",
"version": "0.51.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@bulmil/core": "0.50.1",
"@bulmil/react": "0.50.1",
"@bulmil/core": "0.51.0",
"@bulmil/react": "0.51.0",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/nuxt/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/nuxt-example





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/nuxt-example
Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@bulmil/nuxt-example",
"version": "0.50.1",
"version": "0.51.0",
"description": "My terrific Nuxt.js project",
"author": "Gomah",
"private": true,
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@bulmil/core": "0.50.1",
"@bulmil/core": "0.51.0",
"nuxt": "2.16.1",
"nuxt-stencil": "0.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/react-example





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/react-example
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
@@ -1,10 +1,10 @@
{
"name": "@bulmil/react-example",
"version": "0.50.1",
"version": "0.51.0",
"private": true,
"dependencies": {
"@bulmil/core": "0.50.1",
"@bulmil/react": "0.50.1",
"@bulmil/core": "0.51.0",
"@bulmil/react": "0.51.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
Expand Down
8 changes: 8 additions & 0 deletions examples/vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/vue-example





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/vue-example
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
@@ -1,14 +1,14 @@
{
"name": "@bulmil/vue-example",
"version": "0.50.1",
"version": "0.51.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"@bulmil/core": "0.50.1",
"@bulmil/vue": "0.50.1",
"@bulmil/core": "0.51.0",
"@bulmil/vue": "0.51.0",
"sirv-cli": "2.0.2",
"tslib": "2.5.0",
"vue": "3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.50.1",
"version": "0.51.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/angular





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/angular
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@bulmil/angular",
"version": "0.50.1",
"version": "0.51.0",
"author": "Gomah",
"license": "MIT",
"description": "Angular specific wrapper for bulmil",
Expand All @@ -19,7 +19,7 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@bulmil/core": "0.50.1",
"@bulmil/core": "0.51.0",
"tslib": "2.5.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)


### Features

* **core:** bump @stencil/core to 4.10.0 ([0f2ee67](https://github.com/gomah/bulmil/commit/0f2ee679558eae1f8cc567b8045bc09144823ade))





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@bulmil/core",
"version": "0.50.1",
"version": "0.51.0",
"repository": "git@github.com:gomah/bulmil.git",
"author": "Gomah <hi@gomah.fr>",
"homepage": "https://bulmil.vercel.app/",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/react





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@bulmil/react",
"sideEffects": false,
"version": "0.50.1",
"version": "0.51.0",
"author": "Gomah",
"license": "MIT",
"description": "React specific wrapper for bulmil",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@bulmil/core": "0.50.1"
"@bulmil/core": "0.51.0"
},
"peerDependencies": {
"react": "16.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/gomah/bulmil/compare/v0.50.1...v0.51.0) (2024-01-15)

**Note:** Version bump only for package @bulmil/vue





## [0.50.1](https://github.com/gomah/bulmil/compare/v0.50.0...v0.50.1) (2024-01-08)

**Note:** Version bump only for package @bulmil/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
@@ -1,7 +1,7 @@
{
"name": "@bulmil/vue",
"sideEffects": false,
"version": "0.50.1",
"version": "0.51.0",
"author": "Gomah",
"license": "MIT",
"description": "Vue specific wrapper for bulmil",
Expand Down Expand Up @@ -43,7 +43,7 @@
"vue-template-compiler": "2.7.14"
},
"dependencies": {
"@bulmil/core": "0.50.1"
"@bulmil/core": "0.51.0"
},
"peerDependencies": {
"vue": "2.6.12"
Expand Down

0 comments on commit 2b5c93b

Please sign in to comment.