Skip to content

Commit 6a2aa50

Browse files
committed
v0.7.1
1 parent 10f25cf commit 6a2aa50

File tree

2 files changed

+65
-61
lines changed

2 files changed

+65
-61
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `bs-blade-forms` will be documented in this file
44

5+
## 0.7.1 - 2026-02-24
6+
7+
- fix: english translations
8+
59
## 0.7.0 - 2025-09-30
610

711
- feat: Support for custom values in the autocomplete element

composer.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2-
"name": "tiknil/bs-blade-forms",
3-
"description": "Collection of blade components for building form using bootstrap",
4-
"keywords": [
5-
"tiknil",
6-
"bs-blade-forms"
7-
],
8-
"version": "0.7.0",
9-
"homepage": "https://github.com/tiknil/bs-blade-forms",
10-
"license": "MIT",
11-
"type": "library",
12-
"authors": [
13-
{
14-
"name": "Giorgio Balduzzi",
15-
"email": "balduzzi.giorgio@tiknil.com",
16-
"role": "Developer"
17-
}
18-
],
19-
"require": {
20-
"php": "^8.1|^8.2|^8.3|^8.4",
21-
"illuminate/support": "^10.0|^11.0|^12.0",
22-
"illuminate/contracts": "^10.0|^11.0|^12.0"
23-
},
24-
"require-dev": {
25-
"laravel/pint": "^1.7",
26-
"mockery/mockery": "^1.6",
27-
"orchestra/testbench": "^9.0|^10.0",
28-
"pestphp/pest": "^3.0",
29-
"pestphp/pest-plugin-laravel": "^3.0"
30-
},
31-
"autoload": {
32-
"psr-4": {
33-
"Tiknil\\BsBladeForms\\": "src"
34-
}
35-
},
36-
"autoload-dev": {
37-
"psr-4": {
38-
"Tiknil\\BsBladeForms\\Tests\\": "tests"
39-
}
40-
},
41-
"scripts": {
42-
"test": "vendor/bin/pest",
43-
"test-coverage": "vendor/bin/pest --coverage-html coverage"
44-
},
45-
"config": {
46-
"sort-packages": true,
47-
"allow-plugins": {
48-
"pestphp/pest-plugin": true
49-
}
50-
},
51-
"extra": {
52-
"laravel": {
53-
"providers": [
54-
"Tiknil\\BsBladeForms\\BsBladeFormsServiceProvider"
55-
],
56-
"aliases": {
57-
"BsBladeForms": "Tiknil\\BsBladeForms\\BsBladeFormsFacade"
58-
}
59-
}
60-
},
61-
"minimum-stability": "dev",
62-
"prefer-stable": true
2+
"name": "tiknil/bs-blade-forms",
3+
"description": "Collection of blade components for building form using bootstrap",
4+
"keywords": [
5+
"tiknil",
6+
"bs-blade-forms"
7+
],
8+
"version": "0.7.1",
9+
"homepage": "https://github.com/tiknil/bs-blade-forms",
10+
"license": "MIT",
11+
"type": "library",
12+
"authors": [
13+
{
14+
"name": "Giorgio Balduzzi",
15+
"email": "balduzzi.giorgio@tiknil.com",
16+
"role": "Developer"
17+
}
18+
],
19+
"require": {
20+
"php": "^8.1|^8.2|^8.3|^8.4",
21+
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/contracts": "^10.0|^11.0|^12.0"
23+
},
24+
"require-dev": {
25+
"laravel/pint": "^1.7",
26+
"mockery/mockery": "^1.6",
27+
"orchestra/testbench": "^9.0|^10.0",
28+
"pestphp/pest": "^3.0",
29+
"pestphp/pest-plugin-laravel": "^3.0"
30+
},
31+
"autoload": {
32+
"psr-4": {
33+
"Tiknil\\BsBladeForms\\": "src"
34+
}
35+
},
36+
"autoload-dev": {
37+
"psr-4": {
38+
"Tiknil\\BsBladeForms\\Tests\\": "tests"
39+
}
40+
},
41+
"scripts": {
42+
"test": "vendor/bin/pest",
43+
"test-coverage": "vendor/bin/pest --coverage-html coverage"
44+
},
45+
"config": {
46+
"sort-packages": true,
47+
"allow-plugins": {
48+
"pestphp/pest-plugin": true
49+
}
50+
},
51+
"extra": {
52+
"laravel": {
53+
"providers": [
54+
"Tiknil\\BsBladeForms\\BsBladeFormsServiceProvider"
55+
],
56+
"aliases": {
57+
"BsBladeForms": "Tiknil\\BsBladeForms\\BsBladeFormsFacade"
58+
}
59+
}
60+
},
61+
"minimum-stability": "dev",
62+
"prefer-stable": true
6363
}

0 commit comments

Comments
 (0)