Skip to content

Commit a236c5a

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2026-02-28) ### ✨ Novas Funcionalidades * Implement automated package publishing via GitHub Actions and update project documentation. ([f81ef7b](f81ef7b)) * Set up Rollup build process, Babel, and semantic release for automated package publishing. ([d170bf7](d170bf7)) ### 🔧 CI/CD * add explicit write permissions for contents, issues, and pull requests to publish workflow. ([5a54f35](5a54f35)) ### 🔨 Manutenção * Add new Tabler Icons and various other node_modules dependencies. ([7c99299](7c99299)) * Update project license to MIT, add license field to package.json, and include Node.js setup in CI workflow. ([53b0cef](53b0cef))
1 parent 5a54f35 commit a236c5a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.0.0 (2026-02-28)
2+
3+
### ✨ Novas Funcionalidades
4+
5+
* Implement automated package publishing via GitHub Actions and update project documentation. ([f81ef7b](https://github.com/riligar/components-kit/commit/f81ef7bf83281a7bd01fb7eceeb43bb983233248))
6+
* Set up Rollup build process, Babel, and semantic release for automated package publishing. ([d170bf7](https://github.com/riligar/components-kit/commit/d170bf75c494e2fc644e62d3b56ba864e6dbd707))
7+
8+
### 🔧 CI/CD
9+
10+
* add explicit write permissions for contents, issues, and pull requests to publish workflow. ([5a54f35](https://github.com/riligar/components-kit/commit/5a54f35eaf920b5980c722652d0c8a58487a712a))
11+
12+
### 🔨 Manutenção
13+
14+
* Add new Tabler Icons and various other node_modules dependencies. ([7c99299](https://github.com/riligar/components-kit/commit/7c992996799360b34532dce9758f2c9aae652a33))
15+
* Update project license to MIT, add license field to package.json, and include Node.js setup in CI workflow. ([53b0cef](https://github.com/riligar/components-kit/commit/53b0cef0e362bbf7f9460604b178514c04e105ea))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/components-kit",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)