Skip to content

Commit 0eeb052

Browse files
committed
v0.35.1
1 parent 4905cd9 commit 0eeb052

File tree

10 files changed

+32
-28
lines changed

10 files changed

+32
-28
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.35.1] - 2024-07-09
10+
### Changed
11+
- Changed ci work flows branch to master.
12+
913
## [0.35.0] - 2024-07-08
1014
### Added
1115
- Added `Schedule::add($schedule)` and `Schedule::flush()` to add schedule time pools and flush the pool (shedule time).

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.0",
53-
"sonypradana/console": "0.35.0",
54-
"sonypradana/container": "0.35.0",
55-
"sonypradana/cron": "0.35.0",
56-
"sonypradana/database": "0.35.0",
57-
"sonypradana/file": "0.35.0",
58-
"sonypradana/http": "0.35.0",
59-
"sonypradana/router": "0.35.0",
60-
"sonypradana/security": "0.35.0",
61-
"sonypradana/support": "0.35.0",
62-
"sonypradana/template": "0.35.0",
63-
"sonypradana/text": "0.35.0",
64-
"sonypradana/time": "0.35.0",
65-
"sonypradana/view": "0.35.0"
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"
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"
13+
"sonypradana/text": "^0.35.1"
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"
12+
"sonypradana/collection": "^0.35.1"
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",
14-
"sonypradana/macroable": "^0.35",
15-
"sonypradana/text": "^0.35"
13+
"sonypradana/collection": "^0.35.1",
14+
"sonypradana/macroable": "^0.35.1",
15+
"sonypradana/text": "^0.35.1"
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",
13-
"sonypradana/http": "^0.35",
14-
"sonypradana/text": "^0.35"
12+
"sonypradana/collection": "^0.35.1",
13+
"sonypradana/http": "^0.35.1",
14+
"sonypradana/text": "^0.35.1"
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"
13+
"sonypradana/macroable": "^0.35.1"
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"
13+
"sonypradana/macroable": "^0.35.1"
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",
13-
"sonypradana/support": "^0.35",
14-
"sonypradana/text": "^0.35"
12+
"sonypradana/collection": "^0.35.1",
13+
"sonypradana/support": "^0.35.1",
14+
"sonypradana/text": "^0.35.1"
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"
12+
"sonypradana/http": "^0.35.1"
1313
},
1414
"autoload": {
1515
"psr-4": {

0 commit comments

Comments
 (0)