10 Commits

Author SHA1 Message Date
Guz
28e92a4288 fix: typo 2023-07-20 16:15:53 -03:00
Guz013
a81db56e29 revert: simplify release branch action 2023-07-07 15:47:19 -03:00
Guz
3da0cb3336 Merge pull request #24 from LoredDev/main
update dev
2023-07-07 15:45:40 -03:00
github-actions[bot]
1ea06fd810 ci: 👷 update dev branch 2023-07-07 18:43:09 +00:00
Guz
681f9ba788 Merge pull request #23 from LoredDev/changeset-release/main
🦋 Release branch
2023-07-07 15:42:23 -03:00
Guz
c93c979e3f chore: 🚀 release changes
🦋 Release branch
2023-07-07 15:37:44 -03:00
github-actions[bot]
280117e9ec ci: 👷🦋 version packages 2023-07-07 18:36:56 +00:00
Guz
d173651b50 fix: rtl checkbox hotfix 2023-07-03 19:44:26 -03:00
Guz
1dd662c425 Merge pull request #18 from LoredDev/changeset-release/main
🦋 Changeset: Version packages
2023-07-03 17:25:16 -03:00
github-actions[bot]
1cca8a1623 chore: 🔗🦋 version packages 2023-07-03 20:14:12 +00:00
3 changed files with 23 additions and 6 deletions

View File

@@ -4,12 +4,17 @@ on:
push:
branches:
- dev
pull_request:
branches:
- main
types:
- closed
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
update-release:
if: github.ref_name == 'dev'
runs-on: ubuntu-latest
permissions:
contents: write
@@ -38,8 +43,20 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update dev branch
if: steps.changesets.outputs.hasChangesets == 'false'
update-dev:
if: github.ref_name == 'main' && github.event.pull_request.merged == true && github.event.pull_request.title == '🦋 Release branch'
runs-on: ubuntu-latest
name: Update dev branch
timeout-minutes: 2
env:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release to dev
uses: devmasx/merge-branch@master
with:
type: now

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023-preset Gustavo "Guz" L. de Mello
Copyright (c) 2023-present Gustavo "Guz" L. de Mello
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -112,12 +112,12 @@
<input
un-m="l-5"
type="checkbox"
name="vertical layout"
id="vertical-input"
name="right to left"
id="rtl-input"
bind:checked={isRtl}
on:input={() => ($id = Math.random())}
/>
<label un-text="sm" for="vertical-input">Right-to-Left</label>
<label un-text="sm" for="rtl-input">Right-to-Left</label>
</div>
</section>
<section un-flex="~ col">