Skip to content

Commit 09ce3cd

Browse files
[shopsys] release of v16.0.0 (#3699)
2 parents e4597a6 + 07773e3 commit 09ce3cd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopsys/framework",
3-
"version": "16.0.0-dev.5",
3+
"version": "16.0.0",
44
"description": "Shopsys Platform assets files",
55
"repository": "https://github.com/shopsys/shopsys",
66
"author": "Shopsys",

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"scheb/2fa-bundle": "^7.6.0",
8585
"scheb/2fa-email": "^7.6.0",
8686
"scheb/2fa-google-authenticator": "^7.6.0",
87-
"shopsys/form-types-bundle": "16.0.x-dev",
87+
"shopsys/form-types-bundle": "16.0.0",
8888
"shopsys/jsformvalidator-bundle": "^2.0.0",
89-
"shopsys/migrations": "16.0.x-dev",
90-
"shopsys/plugin-interface": "16.0.x-dev",
89+
"shopsys/migrations": "16.0.0",
90+
"shopsys/plugin-interface": "16.0.0",
9191
"snc/redis-bundle": "^4.8.0",
9292
"spatie/opening-hours": "^4.0",
9393
"stof/doctrine-extensions-bundle": "^1.3.0",
@@ -122,7 +122,7 @@
122122
"phpstan/phpstan-symfony": "^1.4.6",
123123
"phpunit/phpunit": "^11.2.1",
124124
"psr/event-dispatcher": "^1.0.0",
125-
"shopsys/coding-standards": "16.0.x-dev",
125+
"shopsys/coding-standards": "16.0.0",
126126
"sspooky13/yaml-standards": "^9.0",
127127
"symfony/var-dumper": "^6.4"
128128
},

src/ShopsysFrameworkBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ShopsysFrameworkBundle extends Bundle
2323
/**
2424
* @var string
2525
*/
26-
public const VERSION = '16.0.0-dev';
26+
public const VERSION = '16.0.0';
2727

2828
/**
2929
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container

0 commit comments

Comments
 (0)