Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow #8

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
chore(release): publish 5.0.0
danhnguyen-agilityio committed Sep 26, 2024
commit 5175c7baa6fe50b60cb258129ec3855a9300f62d
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0 (2024-09-26)

This was a version bump only, there were no code changes.

# 4.0.0 (2024-09-26)

This was a version bump only, there were no code changes.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuskdesign/buttons",
"version": "4.0.0",
"version": "5.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuskdesign/forms",
"version": "4.0.0",
"version": "5.0.0",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -19,7 +19,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tuskdesign/buttons": "4.0.0"
"@tuskdesign/buttons": "5.0.0"
},
"devDependencies": {
"tsup": "6.2.2",