Skip to content

Commit

Permalink
[shopsys] release of v16.0.0 (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Dec 30, 2024
2 parents e4597a6 + 07773e3 commit 09ce3cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopsys/framework",
"version": "16.0.0-dev.5",
"version": "16.0.0",
"description": "Shopsys Platform assets files",
"repository": "https://github.com/shopsys/shopsys",
"author": "Shopsys",
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"scheb/2fa-bundle": "^7.6.0",
"scheb/2fa-email": "^7.6.0",
"scheb/2fa-google-authenticator": "^7.6.0",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/form-types-bundle": "16.0.0",
"shopsys/jsformvalidator-bundle": "^2.0.0",
"shopsys/migrations": "16.0.x-dev",
"shopsys/plugin-interface": "16.0.x-dev",
"shopsys/migrations": "16.0.0",
"shopsys/plugin-interface": "16.0.0",
"snc/redis-bundle": "^4.8.0",
"spatie/opening-hours": "^4.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"phpstan/phpstan-symfony": "^1.4.6",
"phpunit/phpunit": "^11.2.1",
"psr/event-dispatcher": "^1.0.0",
"shopsys/coding-standards": "16.0.x-dev",
"shopsys/coding-standards": "16.0.0",
"sspooky13/yaml-standards": "^9.0",
"symfony/var-dumper": "^6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ShopsysFrameworkBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ShopsysFrameworkBundle extends Bundle
/**
* @var string
*/
public const VERSION = '16.0.0-dev';
public const VERSION = '16.0.0';

/**
* @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
Expand Down

0 comments on commit 09ce3cd

Please sign in to comment.