Skip to content

Commit

Permalink
v0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Feb 26, 2024
1 parent 3fa7402 commit d6771ed
Show file tree
Hide file tree
Showing 20 changed files with 102 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

**Note:** Version bump only for package bulmil





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)


Expand Down
8 changes: 8 additions & 0 deletions examples/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/angular-example
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bulmil/angular-example",
"private": true,
"version": "0.53.0",
"version": "0.53.1",
"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.53.0",
"@bulmil/core": "0.53.0",
"@bulmil/angular": "0.53.1",
"@bulmil/core": "0.53.1",
"rxjs": "7.8.0",
"tslib": "2.5.0",
"zone.js": "0.12.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/next/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/next-example
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@bulmil/next-example",
"version": "0.53.0",
"version": "0.53.1",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@bulmil/core": "0.53.0",
"@bulmil/react": "0.53.0",
"@bulmil/core": "0.53.1",
"@bulmil/react": "0.53.1",
"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
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/nuxt-example
Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulmil/nuxt-example",
"version": "0.53.0",
"version": "0.53.1",
"description": "My terrific Nuxt.js project",
"author": "Gomah",
"private": true,
Expand All @@ -12,7 +12,7 @@
"test": "jest"
},
"dependencies": {
"@bulmil/core": "0.53.0",
"@bulmil/core": "0.53.1",
"nuxt": "2.16.1",
"nuxt-stencil": "0.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/react-example
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@bulmil/react-example",
"version": "0.53.0",
"version": "0.53.1",
"private": true,
"dependencies": {
"@bulmil/core": "0.53.0",
"@bulmil/react": "0.53.0",
"@bulmil/core": "0.53.1",
"@bulmil/react": "0.53.1",
"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
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/vue-example
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@bulmil/vue-example",
"version": "0.53.0",
"version": "0.53.1",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service serve"
},
"dependencies": {
"@bulmil/core": "0.53.0",
"@bulmil/vue": "0.53.0",
"@bulmil/core": "0.53.1",
"@bulmil/vue": "0.53.1",
"sirv-cli": "2.0.2",
"tslib": "2.5.0",
"vue": "3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.53.0",
"version": "0.53.1",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/angular
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulmil/angular",
"version": "0.53.0",
"version": "0.53.1",
"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.53.0",
"@bulmil/core": "0.53.1",
"tslib": "2.5.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulmil/core",
"version": "0.53.0",
"version": "0.53.1",
"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
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bulmil/react",
"sideEffects": false,
"version": "0.53.0",
"version": "0.53.1",
"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.53.0"
"@bulmil/core": "0.53.1"
},
"peerDependencies": {
"react": "16.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
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.53.1](/~https://github.com/gomah/bulmil/compare/v0.53.0...v0.53.1) (2024-02-26)

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





# [0.53.0](/~https://github.com/gomah/bulmil/compare/v0.52.0...v0.53.0) (2024-02-20)

**Note:** Version bump only for package @bulmil/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bulmil/vue",
"sideEffects": false,
"version": "0.53.0",
"version": "0.53.1",
"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.53.0"
"@bulmil/core": "0.53.1"
},
"peerDependencies": {
"vue": "2.6.12"
Expand Down

0 comments on commit d6771ed

Please sign in to comment.