Skip to content

Commit 5686bd0

Browse files
authored
Merge pull request #21 from turbotechlabs/v0.1.0
V0.1.0
2 parents 0ae946f + f6d90ec commit 5686bd0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: update changelog
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
permissions: {}
8+
9+
jobs:
10+
update:
11+
permissions:
12+
contents: write
13+
uses: turbotechlabs/.github/.github/workflows/update-changelog.yml@main

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "turbotech/turbotech-component",
3-
"version": "0.0.1-beta",
43
"description": "turbotech/turbotech-components is a Laravel components framework builder developed based on Laravel/framework and TailwindCss for styling. It provides a set of Laravel components that can be used to build Laravel applications.",
54
"license": "MIT",
65
"homepage": "https://turbotech.gitbook.io",
@@ -33,6 +32,11 @@
3332
"TURBOTECH\\Component\\": "src"
3433
}
3534
},
35+
"extra": {
36+
"branch-alias": {
37+
"dev-master": "v0.1.0-dev"
38+
}
39+
},
3640
"autoload-dev": {
3741
"psr-4": {
3842
"Tests\\": "tests/"

0 commit comments

Comments
 (0)