Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
7d840f5
ci: update npm publish workflow for improved tagging and versioning
imqwertyc Jan 10, 2026
ab129d9
ci: remove version specification for pnpm action in npm publish workflow
imqwertyc Jan 10, 2026
84c896f
ci: update npm publish workflow and add checks for linting and typech…
imqwertyc Jan 10, 2026
8074d00
ci: add job name for clarity in npm publish workflow
imqwertyc Jan 10, 2026
74c3e02
ci: format npm publish workflow steps for better readability
imqwertyc Jan 10, 2026
22e779f
ci: add npm upgrade step to workflow for consistency
imqwertyc Jan 10, 2026
86270e4
ci: update package.json with repository info, homepage, keywords, aut…
imqwertyc Jan 10, 2026
d050a9a
ci: add debug output for determined version and dist-tag in npm publi…
imqwertyc Jan 10, 2026
d38d536
ci: add workflow_dispatch trigger to npm publish workflow
imqwertyc Jan 10, 2026
c5510ef
fix: update homepage URL in package.json
imqwertyc Jan 11, 2026
1f2adec
fix: add description for the package in package.json
imqwertyc Jan 11, 2026
b15127b
Create LICENSE
imqwertyc Jan 28, 2026
9341e56
Update README.md
imqwertyc Jan 28, 2026
a560281
Update README.md
imqwertyc Jan 28, 2026
63f01f6
Create CODE_OF_CONDUCT.md
imqwertyc Jan 28, 2026
f9b0d2a
fix: update default endpoint URL in Flowtag component
imqwertyc Mar 11, 2026
dc79c83
fix: revert version number to 0.0.0 in package.json
imqwertyc Mar 11, 2026
c7081de
fix: update license from MIT to Apache-2.0 in package.json
imqwertyc Mar 11, 2026
897d374
fix: update script source URL in Flowtag component
imqwertyc Apr 10, 2026
0857539
fix: remove npm upgrade step to prevent crashes during publish
imqwertyc Apr 10, 2026
75614df
fix: update Node.js version to 24 and correct repository URL format i…
imqwertyc Apr 10, 2026
4497576
fix: update Flowtag component to use normalized endpoint for script s…
imqwertyc Apr 10, 2026
a373a4c
feat: add capture method and rename exports to flowtag
imqwertyc Apr 14, 2026
f91cb05
fix: update FlowtagProps interface to replace deprecated properties a…
imqwertyc Apr 14, 2026
6791bc7
refactor: move dist-tag decision logic to a separate script for bette…
imqwertyc Apr 30, 2026
ff6acc8
fix: update lint scripts for consistency and improve formatting of ke…
imqwertyc Apr 30, 2026
5cc6dbd
chore: lint
imqwertyc Apr 30, 2026
19c93d2
feat: add getConfig and setConfig methods to flowtag for enhanced con…
imqwertyc Apr 30, 2026
f1988af
fix: update default baseUrl in FlowtagProps for correct endpoint
imqwertyc Apr 30, 2026
e83b291
chore: lint
imqwertyc Apr 30, 2026
c131ae1
Revise README with updated content and formatting
imqwertyc Apr 30, 2026
347364c
fix: update homepage URL in package.json for correct documentation link
imqwertyc Apr 30, 2026
b95ccf5
fix: update homepage URL in package.json for correct documentation link
imqwertyc Apr 30, 2026
748cf88
Update README.md
imqwertyc May 3, 2026
ae46e9c
fix: update copyright year and owner in LICENSE file
imqwertyc May 7, 2026
e6b1786
Merge branch 'main' of https://github.com/useflowtag/next
imqwertyc May 7, 2026
6e439e1
fix: remove unnecessary appendix from LICENSE file
imqwertyc May 7, 2026
060dbf6
feat: add .editorconfig for consistent indentation settings
imqwertyc May 7, 2026
c23bff3
ci: add GitHub Actions workflow for automated release process
imqwertyc May 12, 2026
5aa9283
test deploy
imqwertyc May 12, 2026
dd0b801
Merge pull request #1 from useflowtag/next
imqwertyc May 12, 2026
7b1b425
fix: update branch name in release workflow from 'deletethis-main' to…
imqwertyc May 12, 2026
8b49278
Merge branch 'main' of https://github.com/useflowtag/next
imqwertyc May 12, 2026
232a044
fix: update biome schema version and refine file includes for formatt…
imqwertyc May 12, 2026
609b934
feat: implement Flowtag component and SDK functions for Next.js integ…
imqwertyc May 12, 2026
17eef12
Refactor code structure for improved readability and maintainability
imqwertyc May 12, 2026
8242b33
Merge branch 'next'
imqwertyc May 12, 2026
73b2a58
fix: add environment specification for release job in workflow
imqwertyc May 12, 2026
a7d2e6e
Merge branch 'next'
imqwertyc May 12, 2026
ad46472
fix: change trigger event from pull_request to push in checks workflow
imqwertyc May 12, 2026
ec99f6c
Merge branch 'next'
imqwertyc May 12, 2026
a73cf3b
fix: remove NPM_TOKEN from semantic-release environment variables
imqwertyc May 12, 2026
1727aad
Merge branch 'next'
imqwertyc May 12, 2026
e60105a
fix: remove provenance option from semantic-release npm plugin
imqwertyc May 12, 2026
691e769
Merge branch 'next'
imqwertyc May 12, 2026
4e959ce
fix: remove @semantic-release/npm from dependencies
imqwertyc May 12, 2026
8570c9b
Merge branch 'next'
imqwertyc May 12, 2026
287396e
fix: remove registry-url from node setup in release workflow
imqwertyc May 12, 2026
2be45a0
Merge branch 'next'
imqwertyc May 12, 2026
dee105f
fix: remove NPM_CONFIG_PROVENANCE from semantic-release environment v…
imqwertyc May 12, 2026
5c2b9c3
Merge branch 'next'
imqwertyc May 12, 2026
f91f067
fix: update semantic-release npm plugin configuration to include exec…
imqwertyc May 12, 2026
1bd5f8f
Merge branch 'next'
imqwertyc May 12, 2026
f9d0592
fix: add @semantic-release/exec as a dev dependency
imqwertyc May 12, 2026
77423ba
Merge branch 'next'
imqwertyc May 12, 2026
6d9e0d4
fix: add OIDC availability check before semantic-release execution
imqwertyc May 12, 2026
18cae2c
Merge branch 'next'
imqwertyc May 12, 2026
42d5354
fix: remove OIDC availability check from release workflow
imqwertyc May 12, 2026
cbeb512
Merge branch 'next'
imqwertyc May 12, 2026
00f9903
fix: replace npm install with corepack commands for npm activation
imqwertyc May 12, 2026
186cb98
Merge branch 'next'
imqwertyc May 12, 2026
7f15884
fix: update Node.js version to 24 in release workflow
imqwertyc May 12, 2026
dc00f50
Merge branch 'next'
imqwertyc May 12, 2026
f3d298b
fix: simplify npm plugin configuration in release workflow
imqwertyc May 12, 2026
992d8f9
Merge branch 'next'
imqwertyc May 12, 2026
8a2e80a
fix: update documentation links in README and package.json
imqwertyc May 12, 2026
b7169c4
Merge branch 'next'
imqwertyc May 12, 2026
fd12d28
fix: add ufo dependency and update Flowtag component to use joinURL f…
imqwertyc May 18, 2026
dbdd4a3
Merge pull request #2 from useflowtag/next
imqwertyc May 18, 2026
d54eb29
fix: update format script in package.json and reorder imports in inde…
imqwertyc May 18, 2026
8174531
Merge pull request #3 from useflowtag/next
imqwertyc May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*]
indent_size = 2
24 changes: 24 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Checks

on:
push:
branches: [main]

jobs:
checks:
name: Lint, typecheck & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm

- run: pnpm install --frozen-lockfile
- run: pnpm run lint:ci
- run: pnpm run typecheck
- run: pnpm run build
- run: pnpm run lint:pub
39 changes: 0 additions & 39 deletions .github/workflows/npm-publish.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Release

on:
push:
branches: [main]

permissions:
contents: write
issues: write
pull-requests: write
id-token: write

jobs:
release:
environment: production
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm

- run: pnpm install --frozen-lockfile
- run: pnpm run lint:ci
- run: pnpm run typecheck
- run: pnpm run build
- run: pnpm exec semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ pnpm-debug.log*

# Dotenv files
.env*

# LLM files
.claude/
.codex/
13 changes: 13 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/semantic-release.json",
"tagFormat": "v${version}",
"branches": ["main"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/github", {
"releaseNameTemplate": "📦 <%= nextRelease.name %>"
}]
]
}
128 changes: 128 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
hello-flowtag@qwerty.ovh.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series
of actions.

**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
the community.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
Loading
Loading