chore(version): v0.1.0
This commit is contained in:
parent
20cadc8521
commit
f17fab7a04
6 changed files with 112 additions and 2 deletions
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||||
|
|
||||||
|
- - -
|
||||||
|
## v0.1.0 - 2024-12-30
|
||||||
|
### Package updates
|
||||||
|
- @mini-strap/core bumped to @mini-strap/core-v0.1.0
|
||||||
|
- @mini-strap/components bumped to @mini-strap/components-v0.1.0
|
||||||
|
- @mini-strap/website bumped to @mini-strap/website-v0.1.0
|
||||||
|
### Global changes
|
||||||
|
#### Bug Fixes
|
||||||
|
- add dummy publish script for website - (20cadc8) - aleidk
|
||||||
|
#### Build system
|
||||||
|
- fix build setup - (8442bbb) - aleidk
|
||||||
|
#### Features
|
||||||
|
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
|
||||||
|
- **(website)** add build script for frontend dependencies - (698294c) - aleidk
|
||||||
|
#### Miscellaneous Chores
|
||||||
|
- **(website)** add docosaurus as SSG - (85660ac) - Alexander Navarro
|
||||||
|
- **(website)** migrate from docosaurus to zola SSG - (7e8dc4e) - aleidk
|
||||||
|
- setup ci workflow - (c1c1cdb) - aleidk
|
||||||
|
- allow merge commits - (e75f0bb) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||||
20
packages/components/CHANGELOG.md
Normal file
20
packages/components/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||||
|
|
||||||
|
- - -
|
||||||
|
## @mini-strap/components-v0.1.0 - 2024-12-30
|
||||||
|
#### Bug Fixes
|
||||||
|
- **(components)** replace initialization of components to prevent overrides - (8cbd097) - aleidk
|
||||||
|
- **(components)** properly export html components - (48cafe8) - aleidk
|
||||||
|
#### Features
|
||||||
|
- **(components)** allow to only hide offcanvas on breakpoint - (37a1551) - aleidk
|
||||||
|
- **(components)** add offcanvas component - (c47a2ef) - aleidk
|
||||||
|
- **(components)** add the accordion component - (e0ed5a5) - aleidk
|
||||||
|
- **(components)** add basic components - (d4a1114) - aleidk
|
||||||
|
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
|
||||||
|
#### Miscellaneous Chores
|
||||||
|
- setup ci workflow - (c1c1cdb) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mini-strap/components",
|
"name": "@mini-strap/components",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ci:publish": "bun publish --production --frozen-lockfile"
|
"ci:publish": "bun publish --production --frozen-lockfile"
|
||||||
|
|
|
||||||
29
packages/core/CHANGELOG.md
Normal file
29
packages/core/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||||
|
|
||||||
|
- - -
|
||||||
|
## @mini-strap/core-v0.1.0 - 2024-12-30
|
||||||
|
#### Bug Fixes
|
||||||
|
- **(core)** update old css variables names - (9c6d935) - aleidk
|
||||||
|
- remove deprecation warnings from sass - (b452baa) - aleidk
|
||||||
|
#### Build system
|
||||||
|
- fix build setup - (8442bbb) - aleidk
|
||||||
|
#### Features
|
||||||
|
- **(components)** allow to only hide offcanvas on breakpoint - (37a1551) - aleidk
|
||||||
|
- **(components)** add offcanvas component - (c47a2ef) - aleidk
|
||||||
|
- **(components)** add basic components - (d4a1114) - aleidk
|
||||||
|
- **(website)** add offcanvas documentation - (c0a20f8) - aleidk
|
||||||
|
- **(website)** add build script for frontend dependencies - (698294c) - aleidk
|
||||||
|
#### Miscellaneous Chores
|
||||||
|
- setup ci workflow - (c1c1cdb) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
## v0.0.0 - 2024-12-30
|
||||||
|
#### Features
|
||||||
|
- **(core)** add styles for vanilla tables - (cf0b401) - aleidk
|
||||||
|
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mini-strap/core",
|
"name": "@mini-strap/core",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/style.scss",
|
".": "./src/style.scss",
|
||||||
|
|
|
||||||
35
packages/website/CHANGELOG.md
Normal file
35
packages/website/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
||||||
|
|
||||||
|
- - -
|
||||||
|
## @mini-strap/website-v0.1.0 - 2024-12-30
|
||||||
|
#### Bug Fixes
|
||||||
|
- **(components)** replace initialization of components to prevent overrides - (8cbd097) - aleidk
|
||||||
|
- add dummy publish script for website - (20cadc8) - aleidk
|
||||||
|
#### Build system
|
||||||
|
- fix build setup - (8442bbb) - aleidk
|
||||||
|
#### Features
|
||||||
|
- **(components)** allow to only hide offcanvas on breakpoint - (37a1551) - aleidk
|
||||||
|
- **(components)** add offcanvas component - (c47a2ef) - aleidk
|
||||||
|
- **(components)** add the accordion component - (e0ed5a5) - aleidk
|
||||||
|
- **(components)** add basic components - (d4a1114) - aleidk
|
||||||
|
- **(website)** add accordion documentation - (319d56d) - aleidk
|
||||||
|
- **(website)** add offcanvas documentation - (c0a20f8) - aleidk
|
||||||
|
- **(website)** add content structure files - (7af58fe) - aleidk
|
||||||
|
- **(website)** add html components imports to build script - (e9db7de) - aleidk
|
||||||
|
- **(website)** add build script for frontend dependencies - (698294c) - aleidk
|
||||||
|
#### Miscellaneous Chores
|
||||||
|
- **(website)** migrate from docosaurus to zola SSG - (7e8dc4e) - aleidk
|
||||||
|
- **(website)** add docosaurus as SSG - (85660ac) - Alexander Navarro
|
||||||
|
- setup ci workflow - (c1c1cdb) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
## v0.0.0 - 2024-12-30
|
||||||
|
#### Features
|
||||||
|
- **(core)** add styles for vanilla tables - (cf0b401) - aleidk
|
||||||
|
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue