chore(release): 0.1.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
<!--- BEGIN HEADER -->
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
<!--- END HEADER -->
|
||||||
|
|
||||||
|
## [0.1.0](https://git.fromme.dev/ep/appsmith-bff/compare/790d5bc15ff570b0aae93da83fdf62b81734a9c4...v0.1.0) (2026-08-10)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* implement full bff logic ([790d5bc](https://git.fromme.dev/ep/appsmith-bff/commit/790d5bc15ff570b0aae93da83fdf62b81734a9c4))
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
+9
-4
@@ -53,13 +53,18 @@
|
|||||||
"cache:clear": "symfony-cmd",
|
"cache:clear": "symfony-cmd",
|
||||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||||
},
|
},
|
||||||
"post-install-cmd": ["@auto-scripts"],
|
"post-install-cmd": [
|
||||||
"post-update-cmd": ["@auto-scripts"]
|
"@auto-scripts"
|
||||||
|
],
|
||||||
|
"post-update-cmd": [
|
||||||
|
"@auto-scripts"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"symfony": {
|
"symfony": {
|
||||||
"allow-contrib": false,
|
"allow-contrib": false,
|
||||||
"require": "7.*"
|
"require": "7.*"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
"version": "0.1.0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user