aboutsummaryrefslogtreecommitdiff
path: root/components/position
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-11 20:46:44 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-11 20:46:44 +0200
commit356e7b9ee42e65aec2f4585725063143e363df5e (patch)
treef5c137b23603136e34aac2248f06502451b61ec1 /components/position
parenta999674ade9edf3ae83e537fbd118cd4049cf99c (diff)
Update dependencies
Diffstat (limited to 'components/position')
-rw-r--r--components/position/.gitignore37
-rw-r--r--components/position/CHANGELOG.md4
-rw-r--r--components/position/package.json4
3 files changed, 6 insertions, 39 deletions
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 <subscriptions@unlimited.pizza>",
"license": "Apache-2.0",
"peerDependencies": {
- "@serpentity/serpentity": "^2.0.0"
+ "@serpentity/serpentity": "^4.0.0"
},
"publishConfig": {
"access": "public"