Skip to content

Commit edd6cd6

Browse files
committed
v0.35.2
1 parent 08c1d8e commit edd6cd6

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.35.2] - 2024-07-11
810
### Changed
911
- Changed monorepo worker added `AddTagToChangelogReleaseWorker::class`, and removed `TagVersionReleaseWorker::class` and `PushTagReleaseWorker::class` to prevent insidental run tag and push to remote.
1012

@@ -31,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133
- Allowed set `Facade::$app` without initially construction, using `Facade::setFacadeBase($app)` and set `Facade::$app` to null.
3234
- Improved similarity in `Console\Karnel::class` using `jaroWinkler` algoritma.
3335

34-
35-
3636
## [0.34.1] - 2024-06-21
3737
### Changed
3838
- Changed how call static use `static` instead of `self`, purpose to make property can call only in parent class `ServiceProvider::modules().

composer.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
]
5050
},
5151
"replace": {
52-
"sonypradana/collection": "0.35.1",
53-
"sonypradana/console": "0.35.1",
54-
"sonypradana/container": "0.35.1",
55-
"sonypradana/cron": "0.35.1",
56-
"sonypradana/database": "0.35.1",
57-
"sonypradana/file": "0.35.1",
58-
"sonypradana/http": "0.35.1",
59-
"sonypradana/router": "0.35.1",
60-
"sonypradana/security": "0.35.1",
61-
"sonypradana/support": "0.35.1",
62-
"sonypradana/template": "0.35.1",
63-
"sonypradana/text": "0.35.1",
64-
"sonypradana/time": "0.35.1",
65-
"sonypradana/view": "0.35.1"
52+
"sonypradana/collection": "0.35.2",
53+
"sonypradana/console": "0.35.2",
54+
"sonypradana/container": "0.35.2",
55+
"sonypradana/cron": "0.35.2",
56+
"sonypradana/database": "0.35.2",
57+
"sonypradana/file": "0.35.2",
58+
"sonypradana/http": "0.35.2",
59+
"sonypradana/router": "0.35.2",
60+
"sonypradana/security": "0.35.2",
61+
"sonypradana/support": "0.35.2",
62+
"sonypradana/template": "0.35.2",
63+
"sonypradana/text": "0.35.2",
64+
"sonypradana/time": "0.35.2",
65+
"sonypradana/view": "0.35.2"
6666
},
6767
"extra": {
6868
"branch-alias": {

src/System/Console/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^8.0",
1212
"sonypradana/validator": "^0.8",
13-
"sonypradana/text": "^0.35.1"
13+
"sonypradana/text": "^0.35.2"
1414
},
1515
"autoload": {
1616
"psr-4": {

src/System/Database/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^8.0",
12-
"sonypradana/collection": "^0.35.1"
12+
"sonypradana/collection": "^0.35.2"
1313
},
1414
"autoload": {
1515
"psr-4": {

src/System/Http/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"require": {
1111
"php": "^8.0",
1212
"sonypradana/validator": "^0.8",
13-
"sonypradana/collection": "^0.35.1",
14-
"sonypradana/macroable": "^0.35.1",
15-
"sonypradana/text": "^0.35.1"
13+
"sonypradana/collection": "^0.35.2",
14+
"sonypradana/macroable": "^0.35.2",
15+
"sonypradana/text": "^0.35.2"
1616
},
1717
"autoload": {
1818
"psr-4": {

src/System/Router/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"require": {
1111
"php": "^8.0",
12-
"sonypradana/collection": "^0.35.1",
13-
"sonypradana/http": "^0.35.1",
14-
"sonypradana/text": "^0.35.1"
12+
"sonypradana/collection": "^0.35.2",
13+
"sonypradana/http": "^0.35.2",
14+
"sonypradana/text": "^0.35.2"
1515
},
1616
"autoload": {
1717
"psr-4": {

src/System/Support/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^8.0",
1212
"sonypradana/integrate": "^0.35",
13-
"sonypradana/macroable": "^0.35.1"
13+
"sonypradana/macroable": "^0.35.2"
1414
},
1515
"autoload": {
1616
"psr-4": {

src/System/Text/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^8.0",
1212
"ext-mbstring": "*",
13-
"sonypradana/macroable": "^0.35.1"
13+
"sonypradana/macroable": "^0.35.2"
1414
},
1515
"autoload": {
1616
"psr-4": {

src/System/Time/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"require": {
1111
"php": "^8.0",
12-
"sonypradana/collection": "^0.35.1",
13-
"sonypradana/support": "^0.35.1",
14-
"sonypradana/text": "^0.35.1"
12+
"sonypradana/collection": "^0.35.2",
13+
"sonypradana/support": "^0.35.2",
14+
"sonypradana/text": "^0.35.2"
1515
},
1616
"autoload": {
1717
"psr-4": {

src/System/View/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "^8.0",
12-
"sonypradana/http": "^0.35.1"
12+
"sonypradana/http": "^0.35.2"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)