From b3d1a55874128c6e62f8fe2871a764fb07f79a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 10 Jul 2024 12:00:34 +0200 Subject: [PATCH 1/2] updating libs --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9eef0..2980456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [2.0.1] + +### Updated +- `@infinum/eightshift-libs` to version `8.0.7`. + ## [2.0.0] ### Updated @@ -157,6 +162,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.6...2.0.0 [1.3.6]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.5...1.3.6 [1.3.5]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.4...1.3.5 diff --git a/composer.json b/composer.json index b7a7b40..01dc450 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": ">=8.2", - "infinum/eightshift-libs": "^8.0.2" + "infinum/eightshift-libs": "^8.0.7" }, "suggest": { "ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.", From 750884876ef6f84622e264ea1573f7cfe2764516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 10 Jul 2024 12:02:56 +0200 Subject: [PATCH 2/2] updating libs --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 80e558f..993fbb0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f2201a3e387866a1ab3fee3c127049d5", + "content-hash": "23e396d3ecfddb9ecc2731be94550a5f", "packages": [ { "name": "infinum/eightshift-libs", - "version": "8.0.2", + "version": "8.0.7", "source": { "type": "git", "url": "https://github.com/infinum/eightshift-libs.git", - "reference": "034ed7734ea488ddae6c77f1ee726e8cd6b00e90" + "reference": "be156b507e770288e005e4f6569a499d8d92aa39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/034ed7734ea488ddae6c77f1ee726e8cd6b00e90", - "reference": "034ed7734ea488ddae6c77f1ee726e8cd6b00e90", + "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/be156b507e770288e005e4f6569a499d8d92aa39", + "reference": "be156b507e770288e005e4f6569a499d8d92aa39", "shasum": "" }, "require": { @@ -70,7 +70,7 @@ "issues": "https://github.com/infinum/eightshift-libs/issues", "source": "https://github.com/infinum/eightshift-libs" }, - "time": "2024-06-05T08:00:15+00:00" + "time": "2024-07-10T09:55:23+00:00" }, { "name": "laravel/serializable-closure",