From a5ccee2fb0802119d2958e013e40800446b21352 Mon Sep 17 00:00:00 2001 From: eran Date: Thu, 24 Feb 2022 08:26:45 +0100 Subject: [PATCH 1/2] Release 1.1.0 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a0deeca..2639a00 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "coderan/laravel-data-migrations", "description": "An extension to allow you to separate data migrations from structure migrations", + "version": "1.1.0", "license": "MIT", "authors": [{ "name": "Jose Lorente", From 879295967a3072075194f83dcce50ad2a604478e Mon Sep 17 00:00:00 2001 From: eran Date: Thu, 16 Feb 2023 09:37:13 +0100 Subject: [PATCH 2/2] Removed version tags --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 024d22f..6d21542 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "coderan/laravel-data-migrations", "description": "An extension to allow you to separate data migrations from structure migrations", - "version": "1.1.0", "license": "MIT", "authors": [{ "name": "Jose Lorente",