From c620b472b610efa0cba6c4da23dbc2a69be249eb Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Tue, 26 Sep 2023 12:48:52 +0000 Subject: [PATCH] build: update package file versions to 2.0.0 --- composer.json | 7 ++++--- modularity-sections.php | 2 +- package-lock.json | 14 ++++++++++++++ package.json | 41 ++++++++++++++++++++--------------------- 4 files changed, 39 insertions(+), 25 deletions(-) create mode 100644 package-lock.json diff --git a/composer.json b/composer.json index 4726b6d..8e6cadf 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ ], "autoload": { "psr-4": { - "ModularitySections\\": "source/php/" + "ModularitySections\\": "source/php/" } - } -} + }, + "version": "2.0.0" +} \ No newline at end of file diff --git a/modularity-sections.php b/modularity-sections.php index 1185a46..3080862 100755 --- a/modularity-sections.php +++ b/modularity-sections.php @@ -4,7 +4,7 @@ * Plugin Name: Modularity sections * Plugin URI: https://github.com/helsingborg-stad/modularity-sections * Description: Provides graphical sections intended for full-width usage - * Version: 1.0.0 + * Version: 2.0.0 * Author: Sebastian Thulin, Nikolas Ramstedt * Author URI: https://github.com/helsingborg-stad * License: MIT diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..031c454 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,14 @@ +{ + "name": "modularity-sections", + "version": "2.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "modularity-sections", + "version": "2.0.0", + "devDependencies": [], + "license": "MIT" + } + } +} diff --git a/package.json b/package.json index 6ed85e1..bdd0f7a 100755 --- a/package.json +++ b/package.json @@ -1,22 +1,21 @@ { - "name": "modularity-sections", - "version": "1.0.0", - "description": "Provides graphical sections intended for full-width usage", - "main": "", - "scripts": { - "build": "", - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate.git" - }, - "author": "Sebastian Thulin", - "license": "MIT", - "bugs": { - "url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate/issues" - }, - "homepage": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate", - "devDependencies": { - } -} + "name": "modularity-sections", + "version": "2.0.0", + "description": "Provides graphical sections intended for full-width usage", + "main": "", + "scripts": { + "build": "", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate.git" + }, + "author": "Sebastian Thulin", + "license": "MIT", + "bugs": { + "url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate/issues" + }, + "homepage": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate", + "devDependencies": [] +} \ No newline at end of file