Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2024-02-23)

### Bug Fixes

* config monorepo ([784d508](784d508))
* release data source ([6108c8f](6108c8f))

### Features

* semantic release ([5d341fa](5d341fa))
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent 6108c8f commit dd2b86f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [3.1.0](https://github.com/buddywinangun/codeigniter-xtend/compare/v3.0.0...v3.1.0) (2024-02-23)


### Bug Fixes

* config monorepo ([784d508](https://github.com/buddywinangun/codeigniter-xtend/commit/784d5085cda1576cc02b3eed616ed1199b711c1c))
* release data source ([6108c8f](https://github.com/buddywinangun/codeigniter-xtend/commit/6108c8fdd3b95a2d9ff5c00538cde5b2466a4404))


### Features

* semantic release ([5d341fa](https://github.com/buddywinangun/codeigniter-xtend/commit/5d341fa7c431d8c8d825bca0a4f49dfd09c22d0f))
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
},
"require": {
"php": "^7.0|^8.0",
"codeigniter/framework": "~3.1",
"firebase/php-jwt": "^6.10",
"intervention/image": "^2.7",
"nette/neon": "^3.4",
"php": "^7.0|^8.0",
"twig/twig": "^3.8"
},
"require-dev": {
Expand All @@ -42,9 +42,9 @@
}
},
"replace": {
"buddywinangun/codeigniter-xtend-appstarter": "self.version",
"buddywinangun/codeigniter-xtend-auth": "self.version",
"buddywinangun/codeigniter-xtend-framework": "self.version"
"buddywinangun/codeigniter-xtend-appstarter": "3.1.0",
"buddywinangun/codeigniter-xtend-auth": "3.1.0",
"buddywinangun/codeigniter-xtend-framework": "3.1.0"
},
"config": {
"sort-packages": true
Expand Down
10 changes: 6 additions & 4 deletions packages/framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
"CodeigniterXtend\\Framework\\": "src/"
}
},
"authors": [{
"name": "buddywinangun",
"email": "buddywinangun@gmail.com"
}],
"authors": [
{
"name": "buddywinangun",
"email": "buddywinangun@gmail.com"
}
],
"require": {
"php": "^7.0|^8.0",
"twig/twig": "^3.8",
Expand Down

0 comments on commit dd2b86f

Please sign in to comment.