From 190f0dfaaa30461a5f4c91b144c483264994a37a Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Tue, 15 Dec 2020 12:24:50 +0100 Subject: [PATCH] Bump version to 0.3.1 --- projects/muuri-angular/package-lock.json | 8 ++++---- projects/muuri-angular/package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/muuri-angular/package-lock.json b/projects/muuri-angular/package-lock.json index d5c52fd..ab27fe5 100644 --- a/projects/muuri-angular/package-lock.json +++ b/projects/muuri-angular/package-lock.json @@ -1,13 +1,13 @@ { "name": "muuri-angular", - "version": "0.0.5", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { "tslib": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", - "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", + "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" } } } diff --git a/projects/muuri-angular/package.json b/projects/muuri-angular/package.json index 5607386..9c96ea2 100644 --- a/projects/muuri-angular/package.json +++ b/projects/muuri-angular/package.json @@ -4,7 +4,7 @@ "author": { "name": "Dennis Ameling" }, - "version": "0.3.0", + "version": "0.3.1", "peerDependencies": { "@angular/common": ">=9.0.0", "@angular/core": ">=9.0.0", @@ -12,9 +12,9 @@ }, "repository": "dennisameling/muuri-angular", "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.0.3" }, "keywords": [ - "muuri" + "muuri" ] }