Skip to content

Commit

Permalink
release: %s
Browse files Browse the repository at this point in the history
 - @nexim/element@1.0.0
 - @nexim/eslint-config@1.0.0
 - @nexim/prettier-config@1.0.0
 - @nexim/typescript-config@1.0.0
  • Loading branch information
njfamirm committed Dec 4, 2024
1 parent 925e9b6 commit a0d65b8
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 4 deletions.
16 changes: 16 additions & 0 deletions packages/element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2024-12-04)

### Features

* **element:** base package ([c6a2329](https://github.com/the-nexim/nanolib/commit/c6a23295b78b5fdde7f7535a5f4f5ec304857c98)) by @njfamirm

### Miscellaneous Chores

* customize based nexim ([c389d8c](https://github.com/the-nexim/nanolib/commit/c389d8c404d48f6d7fd5f03be2de0b23f313e027)) by @njfamirm
* **element:** add description for package.json ([#10](https://github.com/the-nexim/nanolib/issues/10)) ([925e9b6](https://github.com/the-nexim/nanolib/commit/925e9b6cc0067fdf61620419e3c8305da303674e)) by @arashagp
* reset versions ([31a80f6](https://github.com/the-nexim/nanolib/commit/31a80f6df1e12aa3491eda0951450ee0cd147328)) by @njfamirm
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/element",
"version": "0.0.0",
"version": "1.0.0",
"description": "A collection of utility functions and mixins for building high-performance, maintainable web components using Lit.",
"keywords": [
"lit",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2024-12-04)

### Features

* **eslint-config:** copy package from [@alwatr](https://github.com/alwatr) ([64a716f](https://github.com/the-nexim/nanolib/commit/64a716fbb98441139eba9742818ccb7e44b52b46)) by @njfamirm
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/eslint-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "Nexim ECMAScript Style Guide as a ESLint shareable configurations.",
"keywords": [
"eslint",
Expand Down
10 changes: 10 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2024-12-04)

### Features

* **prettier-config:** copy package from [@alwatr](https://github.com/alwatr) ([e30919a](https://github.com/the-nexim/nanolib/commit/e30919aec53d6e703b613563a5bae11bbf3cc31c)) by @njfamirm
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/prettier-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "Nexim's shareable configurations for Prettier.",
"keywords": [
"prettier",
Expand Down
14 changes: 14 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2024-12-04)

### Features

* **typescript-config:** copy package from [@alwatr](https://github.com/alwatr) ([bc020cc](https://github.com/the-nexim/nanolib/commit/bc020ccb643278304b18ee86ddfdae9553fe6325)) by @njfamirm

### Miscellaneous Chores

* reset versions ([31a80f6](https://github.com/the-nexim/nanolib/commit/31a80f6df1e12aa3491eda0951450ee0cd147328)) by @njfamirm
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexim/typescript-config",
"version": "0.0.0",
"version": "1.0.0",
"description": "This is a base TypeScript configuration for Nexim projects.",
"keywords": [
"typescript",
Expand Down

0 comments on commit a0d65b8

Please sign in to comment.