diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-11 20:46:44 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-11 20:46:44 +0200 |
| commit | 356e7b9ee42e65aec2f4585725063143e363df5e (patch) | |
| tree | f5c137b23603136e34aac2248f06502451b61ec1 /components/force | |
| parent | a999674ade9edf3ae83e537fbd118cd4049cf99c (diff) | |
Update dependencies
Diffstat (limited to 'components/force')
| -rw-r--r-- | components/force/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | components/force/package.json | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/components/force/CHANGELOG.md b/components/force/CHANGELOG.md index b572c6c..8d753cd 100644 --- a/components/force/CHANGELOG.md +++ b/components/force/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. 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 ## 1.0.0 - 2020-03-09 ### Added diff --git a/components/force/package.json b/components/force/package.json index 959b57f..e40524f 100644 --- a/components/force/package.json +++ b/components/force/package.json @@ -1,12 +1,12 @@ { "name": "@serpentity/components.force", - "version": "1.0.3", + "version": "4.0.0", "description": "Force 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" |