From e6d9ded726a5331cc861341d85791e64405bd6cf Mon Sep 17 00:00:00 2001 From: Oleksandr Nykytenko Date: Mon, 27 Oct 2025 14:46:31 +0200 Subject: [PATCH 1/2] Update branch naming convention in plan template --- .specify/templates/plan-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.specify/templates/plan-template.md b/.specify/templates/plan-template.md index 6a8bfc6..d931089 100644 --- a/.specify/templates/plan-template.md +++ b/.specify/templates/plan-template.md @@ -1,6 +1,6 @@ # Implementation Plan: [FEATURE] -**Branch**: `[###-feature-name]` | **Date**: [DATE] | **Spec**: [link] +**Branch**: `[feature/###-feature-name]` | **Date**: [DATE] | **Spec**: [link] **Input**: Feature specification from `/specs/[###-feature-name]/spec.md` **Note**: This template is filled in by the `/speckit.plan` command. See `.specify/templates/commands/plan.md` for the execution workflow. From 48f7ab5f9722075dcceb038c3610f5b538d16059 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Oct 2025 12:47:09 +0000 Subject: [PATCH 2/2] 1.0.16 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1389aa6..c2d6f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anikitenko/fdo-sdk", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anikitenko/fdo-sdk", - "version": "1.0.15", + "version": "1.0.16", "license": "ISC", "dependencies": { "@expo/sudo-prompt": "github:expo/sudo-prompt", diff --git a/package.json b/package.json index 66469ca..a81a975 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/anikitenko/fdo-sdk.git" }, - "version": "1.0.15", + "version": "1.0.16", "description": "SDK for FlexDevOPs (FDO) application modules", "keywords": [ "fdo",