Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: @marcolongo.cloud/frontend 0.1.0

- project: @marcolongo.cloud/common-ui 0.1.0
  • Loading branch information
marcolongol committed Feb 5, 2025
1 parent 035c204 commit f6b4f3a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
26 changes: 26 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## 0.1.0 (2025-02-05)

### 🚀 Features

- **frontend:** add package.json for frontend app and configure release settings in nx.json ([035c204](https://github.com/marcolongol/sandbox/commit/035c204))
- **docker:** update Tiltfile and Dockerfile for development environment setup ([192e629](https://github.com/marcolongol/sandbox/commit/192e629))
- **frontend:** set data-theme attribute to dark in index.html ([cc1abf6](https://github.com/marcolongol/sandbox/commit/cc1abf6))
- add HeaderComponent with template, styles, and tests ([2d33f83](https://github.com/marcolongol/sandbox/commit/2d33f83))
- **frontend:** add HomeComponent with routing and basic template ([53f7c69](https://github.com/marcolongol/sandbox/commit/53f7c69))
- **frontend:** migrate Tailwind CSS configuration to TypeScript and enhance content patterns ([4f41e37](https://github.com/marcolongol/sandbox/commit/4f41e37))
- **frontend:** update styles to use SCSS, add polyfills, and configure Storybook ([0a20aa0](https://github.com/marcolongol/sandbox/commit/0a20aa0))
- **frontend:** remove NxWelcomeComponent and update app component structure ([3afd6f8](https://github.com/marcolongol/sandbox/commit/3afd6f8))
- **frontend:** enhance app configuration with additional router options and HTTP client ([fbc296f](https://github.com/marcolongol/sandbox/commit/fbc296f))
- **frontend:** add Helm chart for frontend application ([72589e8](https://github.com/marcolongol/sandbox/commit/72589e8))
- **frontend:** add Dockerfile for frontend application and update dependencies ([60a431a](https://github.com/marcolongol/sandbox/commit/60a431a))
- update project names to include scope for frontend and common-ui libraries ([6bd92d1](https://github.com/marcolongol/sandbox/commit/6bd92d1))
- **frontend:** initialize frontend application with storybook and tailwindcss configuration ([2131e64](https://github.com/marcolongol/sandbox/commit/2131e64))

### 🩹 Fixes

- **frontend:** update Dockerfile to copy files from the correct directory ([1e28e5c](https://github.com/marcolongol/sandbox/commit/1e28e5c))
- **chart:** remove unnecessary spaces in service.yaml template ([efce4c6](https://github.com/marcolongol/sandbox/commit/efce4c6))

### ❤️ Thank You

- Lucas Marcolongo @marcolongol
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@marcolongo.cloud/frontend",
"version": "0.0.1"
"version": "0.1.0"
}
21 changes: 21 additions & 0 deletions libs/common-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 0.1.0 (2025-02-05)

### 🚀 Features

- add HeaderComponent with template, styles, and tests ([2d33f83](https://github.com/marcolongol/sandbox/commit/2d33f83))
- **common-ui:** apply global styles for body and html elements ([47936ac](https://github.com/marcolongol/sandbox/commit/47936ac))
- **tilt:** add local resources for frontend and common-ui storybook ([2ead15e](https://github.com/marcolongol/sandbox/commit/2ead15e))
- **common-ui:** add support for themes in Storybook and integrate DaisyUI ([8404e10](https://github.com/marcolongol/sandbox/commit/8404e10))
- **frontend:** update styles to use SCSS, add polyfills, and configure Storybook ([0a20aa0](https://github.com/marcolongol/sandbox/commit/0a20aa0))
- **common-ui:** add precompile dependency and streamline Tailwind CSS processing ([48159a4](https://github.com/marcolongol/sandbox/commit/48159a4))
- **common-ui:** add precompile script for Tailwind CSS processing ([d108c96](https://github.com/marcolongol/sandbox/commit/d108c96))
- **common-ui:** migrate to Tailwind CSS and update styles configuration ([886c699](https://github.com/marcolongol/sandbox/commit/886c699))
- **common-ui:** move input components to lib root ([332c99c](https://github.com/marcolongol/sandbox/commit/332c99c))
- **common-ui:** add combobox component with template, styles, and tests ([72bc09a](https://github.com/marcolongol/sandbox/commit/72bc09a))
- update project names to include scope for frontend and common-ui libraries ([6bd92d1](https://github.com/marcolongol/sandbox/commit/6bd92d1))
- **common-ui:** add combobox component with styles and stories ([7de75f8](https://github.com/marcolongol/sandbox/commit/7de75f8))
- **common-ui:** initialize common-ui library with storybook and tailwindcss configuration ([f74df20](https://github.com/marcolongol/sandbox/commit/f74df20))

### ❤️ Thank You

- Lucas Marcolongo @marcolongol
2 changes: 1 addition & 1 deletion libs/common-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marcolongo.cloud/common-ui",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"precompile": "npx tsx ./scripts/precompile.ts"
},
Expand Down

0 comments on commit f6b4f3a

Please sign in to comment.