Skip to content

Commit 4fe12e3

Browse files
committed
chore: update version
1 parent 1386ea6 commit 4fe12e3

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "typo3-cms-extension",
44
"description": "The headless component library for TYPO3 Fluid",
55
"license": "GPL-2.0-or-later",
6-
"version": "0.17.2",
6+
"version": "0.18.0",
77
"authors": [
88
{
99
"name": "Joost Ramke",

ext_emconf.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
$EM_CONF[$_EXTKEY] = [
44
'title' => 'Fluid Primitives',
55
'description' => 'The headless component library for TYPO3 Fluid',
6-
'version' => '0.17.2',
6+
'version' => '0.18.0',
77
'state' => 'beta',
88
'author' => 'Joost Ramke',
99
'author_email' => 'hey@joostramke.com',
1010
'constraints' => [
1111
'depends' => [
12-
'php' => '8.2.0-8.3.99',
13-
'typo3' => '13.4.0-13.99.99',
12+
'typo3' => '13.4.0-14.3.99',
1413
],
1514
],
1615
'autoload' => [

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluid-primitives",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"description": "Client-side library for Fluid Primitives.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)