Skip to content

Commit c902f94

Browse files
authored
Merge pull request #2 from shgysk8zer0/bug/typo-and-keywords
Fix typos & add keywords
2 parents 9f014b0 + 6bafd73 commit c902f94

4 files changed

Lines changed: 31 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.0.2] - 2024-02-04
10+
11+
### Fixed
12+
- Fix typos in README
13+
- Add `keywords` in `package.json`
14+
915
## [v0.0.1] - 2024-02-04
1016

1117
Initial Release

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Base component using [`@shgysk8zer0/aegis`](https://github.com/shgysk8zer0/aegis)
44
& [`@shgysk8zer0/aegis-styles`](https://github.com/shgysk8zer0/aegis-styles).
55

6-
[![CodeQL](https://github.com/shgysk8zer0/aegis-compopnent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shgysk8zer0/npm-template/actions/workflows/codeql-analysis.yml)
7-
![Node CI](https://github.com/shgysk8zer0/aegis-compopnent/workflows/Node%20CI/badge.svg)
8-
![Lint Code Base](https://github.com/shgysk8zer0/aegis-compopnent/workflows/Lint%20Code%20Base/badge.svg)
6+
[![CodeQL](https://github.com/shgysk8zer0/aegis-component/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/shgysk8zer0/npm-template/actions/workflows/codeql-analysis.yml)
7+
![Node CI](https://github.com/shgysk8zer0/aegis-component/workflows/Node%20CI/badge.svg)
8+
![Lint Code Base](https://github.com/shgysk8zer0/aegis-component/workflows/Lint%20Code%20Base/badge.svg)
99

10-
[![GitHub license](https://img.shields.io/github/license/shgysk8zer0/aegis-compopnent.svg)](https://github.com/shgysk8zer0/aegis-compopnent/blob/master/LICENSE)
11-
[![GitHub last commit](https://img.shields.io/github/last-commit/shgysk8zer0/aegis-compopnent.svg)](https://github.com/shgysk8zer0/aegis-compopnent/commits/master)
12-
[![GitHub release](https://img.shields.io/github/release/shgysk8zer0/aegis-compopnent?logo=github)](https://github.com/shgysk8zer0/aegis-compopnent/releases)
10+
[![GitHub license](https://img.shields.io/github/license/shgysk8zer0/aegis-component.svg)](https://github.com/shgysk8zer0/aegis-component/blob/master/LICENSE)
11+
[![GitHub last commit](https://img.shields.io/github/last-commit/shgysk8zer0/aegis-component.svg)](https://github.com/shgysk8zer0/aegis-component/commits/master)
12+
[![GitHub release](https://img.shields.io/github/release/shgysk8zer0/aegis-component?logo=github)](https://github.com/shgysk8zer0/aegis-component/releases)
1313
[![GitHub Sponsors](https://img.shields.io/github/sponsors/shgysk8zer0?logo=github)](https://github.com/sponsors/shgysk8zer0)
1414

1515
[![npm](https://img.shields.io/npm/v/@shgysk8zer0/npm-template)](https://www.npmjs.com/package/@shgysk8zer0/npm-template)
@@ -18,8 +18,8 @@ Base component using [`@shgysk8zer0/aegis`](https://github.com/shgysk8zer0/aegis
1818
[![npm](https://img.shields.io/npm/dw/@shgysk8zer0/npm-template?logo=npm)](https://www.npmjs.com/package/@shgysk8zer0/npm-template)
1919

2020
[![GitHub followers](https://img.shields.io/github/followers/shgysk8zer0.svg?style=social)](https://github.com/shgysk8zer0)
21-
![GitHub forks](https://img.shields.io/github/forks/shgysk8zer0/aegis-compopnent.svg?style=social)
22-
![GitHub stars](https://img.shields.io/github/stars/shgysk8zer0/aegis-compopnent.svg?style=social)
21+
![GitHub forks](https://img.shields.io/github/forks/shgysk8zer0/aegis-component.svg?style=social)
22+
![GitHub stars](https://img.shields.io/github/stars/shgysk8zer0/aegis-component.svg?style=social)
2323
[![Twitter Follow](https://img.shields.io/twitter/follow/shgysk8zer0.svg?style=social)](https://twitter.com/shgysk8zer0)
2424

2525
[![Donate using Liberapay](https://img.shields.io/liberapay/receives/shgysk8zer0.svg?logo=liberapay)](https://liberapay.com/shgysk8zer0/donate "Donate using Liberapay")

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"name": "@shgysk8zer0/aegis-component",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Base component using `@shgysk8zer0/aegis` & `@shgysk8zer0/aegis-styles`",
5-
"keywords": [],
5+
"keywords": [
6+
"aegis",
7+
"dom",
8+
"html",
9+
"css",
10+
"theming",
11+
"secure",
12+
"sanitizer-api",
13+
"html-templates",
14+
"constructable-stylesheets",
15+
"custom-elements",
16+
"web-components",
17+
"component-library"
18+
],
619
"type": "module",
720
"main": "./copmonent.cjs",
821
"module": "./component.js",

0 commit comments

Comments
 (0)