chore(release): version packages (#12)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joakim Carlstein 2023-11-16 12:59:28 +01:00 committed by GitHub
parent 30a448b4cf
commit b61072a3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 77 additions and 83 deletions

View file

@ -0,0 +1,17 @@
# @emigrate/plugin-storage-fs
## 0.1.0
### Minor Changes
- 0c49249: Implement a first version of the File System Storage plugin for simple migration setups
### Patch Changes
- Updated dependencies [1799b6e]
- Updated dependencies [3e0ff07]
- Updated dependencies [23a323c]
- Updated dependencies [62bd5a4]
- Updated dependencies [81fde2e]
- Updated dependencies [9f5abf7]
- @emigrate/plugin-tools@0.2.0

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/plugin-storage-fs",
"version": "0.0.0",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},