Skip to content

Commit cfe7efd

Browse files
committed
minor #169 Setting branch alias to correct 1.4 (weaverryan)
This PR was merged into the main branch. Discussion ---------- Setting branch alias to correct 1.4 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | none | License | MIT Next release is 1.4, so this is correct. When we tag 2.0, it would be easier if we went to 2.x/1.x style branches like symfony/symfony. Then, I believe, we can just remove this and not worry about it. Or perhaps we should just remove this now? I'm not sure what practical purpose it has. Cheers! Commits ------- 6eafc91 Setting branch alias to correct 1.4
2 parents 99f63ff + 6eafc91 commit cfe7efd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/Chartjs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-main": "1.3-dev"
45+
"dev-main": "1.4-dev"
4646
},
4747
"thanks": {
4848
"name": "symfony/ux",

src/Cropperjs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-main": "1.3-dev"
48+
"dev-main": "1.4-dev"
4949
},
5050
"thanks": {
5151
"name": "symfony/ux",

src/Dropzone/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-main": "1.3-dev"
43+
"dev-main": "1.4-dev"
4444
},
4545
"thanks": {
4646
"name": "symfony/ux",

src/LazyImage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-main": "1.3-dev"
44+
"dev-main": "1.4-dev"
4545
},
4646
"thanks": {
4747
"name": "symfony/ux",

src/Swup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"extra": {
2424
"branch-alias": {
25-
"dev-main": "1.3-dev"
25+
"dev-main": "1.4-dev"
2626
},
2727
"thanks": {
2828
"name": "symfony/ux",

src/Turbo/Bridge/Mercure/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"extra": {
3535
"branch-alias": {
36-
"dev-main": "1.3-dev"
36+
"dev-main": "1.4-dev"
3737
},
3838
"thanks": {
3939
"name": "symfony/ux-turbo",

src/Turbo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"extra": {
6464
"branch-alias": {
65-
"dev-main": "1.3-dev"
65+
"dev-main": "1.4-dev"
6666
},
6767
"thanks": {
6868
"name": "symfony/ux",

0 commit comments

Comments
 (0)