Skip to content

Commit 87f3fab

Browse files
authored
Merge pull request #24 from chingu-x/dev
release
2 parents af737a5 + 3d532b3 commit 87f3fab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8788
-3152
lines changed

.github/workflows/pre-release.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Pre-Release Validation
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
validate:
10+
name: Pre-Release Validation
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v3
16+
17+
- name: Setup pnpm
18+
uses: pnpm/action-setup@v4
19+
with:
20+
version: 9
21+
run_install: false
22+
23+
- name: Install Node.js
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: 20
27+
cache: "pnpm"
28+
29+
- name: Install dependencies
30+
run: pnpm install
31+
32+
- name: Semantic Release Dry Run
33+
run: pnpm semantic-release --dry-run
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
File renamed without changes.

CHANGELOG.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
# [0.8.0](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.7.0...v0.8.0) (2025-01-14)
22

3-
43
### Bug Fixes
54

6-
* alert icon ([b640403](https://github.com/chingu-x/chingu-dashboard-components/commit/b640403c872612c0149e136a8b4d6b3308b59199))
7-
* exports ([cc5057a](https://github.com/chingu-x/chingu-dashboard-components/commit/cc5057aae6ae7b9fcbc9f9b1a2257090689d5b2d))
8-
* exports ([22a2242](https://github.com/chingu-x/chingu-dashboard-components/commit/22a2242118a1f40b664b8f3ad575abb9b07dbd95))
9-
* exports ([74e4b43](https://github.com/chingu-x/chingu-dashboard-components/commit/74e4b43e5d398051204d77b00a840d3f48deb903))
10-
* exports ([a05ab5a](https://github.com/chingu-x/chingu-dashboard-components/commit/a05ab5a8287556bada52c60f5b030ff77e0b294a))
11-
* intellisense for variant and size props in badge component ([20efe2d](https://github.com/chingu-x/chingu-dashboard-components/commit/20efe2d48fed4b44e4123c09d7f26405e59091b5))
12-
5+
- alert icon ([b640403](https://github.com/chingu-x/chingu-dashboard-components/commit/b640403c872612c0149e136a8b4d6b3308b59199))
6+
- exports ([cc5057a](https://github.com/chingu-x/chingu-dashboard-components/commit/cc5057aae6ae7b9fcbc9f9b1a2257090689d5b2d))
7+
- exports ([22a2242](https://github.com/chingu-x/chingu-dashboard-components/commit/22a2242118a1f40b664b8f3ad575abb9b07dbd95))
8+
- exports ([74e4b43](https://github.com/chingu-x/chingu-dashboard-components/commit/74e4b43e5d398051204d77b00a840d3f48deb903))
9+
- exports ([a05ab5a](https://github.com/chingu-x/chingu-dashboard-components/commit/a05ab5a8287556bada52c60f5b030ff77e0b294a))
10+
- intellisense for variant and size props in badge component ([20efe2d](https://github.com/chingu-x/chingu-dashboard-components/commit/20efe2d48fed4b44e4123c09d7f26405e59091b5))
1311

1412
### Features
1513

16-
* add alert ([427fdc3](https://github.com/chingu-x/chingu-dashboard-components/commit/427fdc3d80b2c9939860b5a1bce898d607944171))
17-
* add badge (refactored) ([3bf7c92](https://github.com/chingu-x/chingu-dashboard-components/commit/3bf7c92efa59e0d7a4a82346ed5c361b4d8e9b96))
18-
* add banner and banner container ([3bbc970](https://github.com/chingu-x/chingu-dashboard-components/commit/3bbc97014ce67f620c55cff5caf836b5ecb8e774))
19-
* add modal ([c444cd9](https://github.com/chingu-x/chingu-dashboard-components/commit/c444cd987e781828e1751c72a80c3db1cd664468))
20-
* add stepper ([e64e4c4](https://github.com/chingu-x/chingu-dashboard-components/commit/e64e4c48fc7f18ba66b3671e206c453146ee3f56))
21-
* add tooltip examples (button + avatar group ([094218c](https://github.com/chingu-x/chingu-dashboard-components/commit/094218c44b166a0b34b3a5e8833e9f4a03974d84))
14+
- add alert ([427fdc3](https://github.com/chingu-x/chingu-dashboard-components/commit/427fdc3d80b2c9939860b5a1bce898d607944171))
15+
- add badge (refactored) ([3bf7c92](https://github.com/chingu-x/chingu-dashboard-components/commit/3bf7c92efa59e0d7a4a82346ed5c361b4d8e9b96))
16+
- add banner and banner container ([3bbc970](https://github.com/chingu-x/chingu-dashboard-components/commit/3bbc97014ce67f620c55cff5caf836b5ecb8e774))
17+
- add modal ([c444cd9](https://github.com/chingu-x/chingu-dashboard-components/commit/c444cd987e781828e1751c72a80c3db1cd664468))
18+
- add stepper ([e64e4c4](https://github.com/chingu-x/chingu-dashboard-components/commit/e64e4c48fc7f18ba66b3671e206c453146ee3f56))
19+
- add tooltip examples (button + avatar group ([094218c](https://github.com/chingu-x/chingu-dashboard-components/commit/094218c44b166a0b34b3a5e8833e9f4a03974d84))
2220

2321
# [0.7.0](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.6.0...v0.7.0) (2024-12-19)
2422

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@types/react": "^18.3.12",
5252
"@typescript-eslint/eslint-plugin": "^8.20.0",
5353
"@typescript-eslint/parser": "^8.20.0",
54+
"@types/react-datepicker": "^6.0.0",
5455
"@vitejs/plugin-react": "^4.3.3",
5556
"autoprefixer": "^10.4.20",
5657
"concurrently": "^9.1.0",
@@ -88,6 +89,7 @@
8889
"class-variance-authority": "^0.7.1",
8990
"clsx": "^2.1.1",
9091
"framer-motion": "^11.17.0",
92+
"react-datepicker": "^6.1.0",
9193
"tailwind-merge": "^2.5.5"
9294
},
9395
"exports": {
@@ -128,18 +130,30 @@
128130
"import": "./dist/button/index.js",
129131
"types": "./dist/types/button/index.d.ts"
130132
},
133+
"./form": {
134+
"import": "./dist/form/index.js",
135+
"types": "./dist/types/form/index.d.ts"
136+
},
137+
"./helpers": {
138+
"import": "./dist/helpers/index.js",
139+
"types": "./dist/types/helpers/index.d.ts"
140+
},
131141
"./icon-button": {
132142
"import": "./dist/icon-button/index.js",
133143
"types": "./dist/types/icon-button/index.d.ts"
134144
},
135-
"./input": {
136-
"import": "./dist/input/index.js",
137-
"types": "./dist/types/input/index.d.ts"
145+
"./inputs": {
146+
"import": "./dist/inputs/index.js",
147+
"types": "./dist/types/inputs/index.d.ts"
138148
},
139149
"./modal": {
140150
"import": "./dist/modal/index.js",
141151
"types": "./dist/types/modal/index.d.ts"
142152
},
153+
"./spinner": {
154+
"import": "./dist/spinner/index.js",
155+
"types": "./dist/types/spinner/index.d.ts"
156+
},
143157
"./stepper": {
144158
"import": "./dist/stepper/index.js",
145159
"types": "./dist/types/stepper/index.d.ts"

0 commit comments

Comments
 (0)