From 356e7b9ee42e65aec2f4585725063143e363df5e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 11 Jul 2023 20:46:44 +0200 Subject: Update dependencies --- components/position/.gitignore | 37 ------------------------------------- components/position/CHANGELOG.md | 4 ++++ components/position/package.json | 4 ++-- 3 files changed, 6 insertions(+), 39 deletions(-) delete mode 100644 components/position/.gitignore (limited to 'components/position') diff --git a/components/position/.gitignore b/components/position/.gitignore deleted file mode 100644 index 5148e52..0000000 --- a/components/position/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional REPL history -.node_repl_history diff --git a/components/position/CHANGELOG.md b/components/position/CHANGELOG.md index fa7a646..2fb402e 100644 --- a/components/position/CHANGELOG.md +++ b/components/position/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.0.0 - 2023-03-11 +### Changed +- Use serpentity 4.x.x + ## 3.0.0 - 2020-03-09 ### Changed - Use module syntax instead of require diff --git a/components/position/package.json b/components/position/package.json index 1aa0c79..ca6869b 100644 --- a/components/position/package.json +++ b/components/position/package.json @@ -1,12 +1,12 @@ { "name": "@serpentity/components.position", - "version": "3.0.2", + "version": "4.0.0", "description": "Position component for serpentity", "main": "index.js", "author": "Rubén Beltrán del Río ", "license": "Apache-2.0", "peerDependencies": { - "@serpentity/serpentity": "^2.0.0" + "@serpentity/serpentity": "^4.0.0" }, "publishConfig": { "access": "public" -- cgit