Skip to content

Commit

Permalink
chore: add release to the core
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Oct 24, 2023
1 parent f5b4b0f commit 882a3c5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions packages/pillar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @pillar/core

## 0.3.1

### Patch Changes

- # Core Enhancements and Fixes:

- Fixed form corner defaults and improved gap separation (commit: #df335a2).
- Added custom fonts to Project 3 (commit: #62af24e).

# Documentation and SEO:

- Enhanced SEO with title and description tags (commit: #f5b4b0f).
- Added Globby to the site (commit: #88b7989).
- Refactored page SCSS files (commit: #9dfa9a8).
- Added RSS and sitemap to the project (commit: #a6cce57).
- Included robots.txt and sitemap.xml (commit: #b6c8391).
- Added SEO meta information to the project (commit: #892f15a).

This release focuses on improving SEO, enhancing appearance, and organizing resources for an optimized user experience.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pillar-ui/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "A collection of reusable UI components for modern web development. These components follow best practices, are highly customizable, and promote a consistent user experience across applications.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 882a3c5

Please sign in to comment.