-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
344f8a0
commit cd8c5be
Showing
29 changed files
with
119 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# @alanlu-dev/nuxt-base | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004)]: | ||
- @alanlu-dev/eslint-config-base@1.0.0 | ||
- @alanlu-dev/mastercss-config@1.0.0 | ||
- @alanlu-dev/types@1.0.0 | ||
- @alanlu-dev/utils@1.0.0 | ||
- @alanlu-dev/scss@1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/nuxt-base", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable Nuxt configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/changeset | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/changeset", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Automatically generate changeset by Conventional Commits.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/commitlint-config | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/commitlint-config", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable commitlint configuration for Conventional Commits.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/eslint-config-base | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/eslint-config-base", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable eslint configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/lint-staged-config | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/lint-staged-config", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable lint-staged configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alanlu-dev/markdownlint-config", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Shareable markdownlint configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alanlu-dev/prettier-config", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Shareable prettier configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/stylelint-config | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/stylelint-config", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable stylelint configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/tsconfig | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/tsconfig", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable TypeScript configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/mastercss-config | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/mastercss-config", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable Master CSS configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/mastercss-helpers | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/mastercss-helpers", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "A collection of utility functions for Master CSS.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/scss | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/scss", | ||
"type": "commonjs", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable SCSS configuration.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/types | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/types", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Shareable TypeScript types.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @alanlu-dev/utils | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#5](https://github.com/alanlu-dev/web-kit/pull/5) [`f0ed64f`](https://github.com/alanlu-dev/web-kit/commit/f0ed64fd16deea28b169a41a499a866cf2be9004) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - feat: initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@alanlu-dev/utils", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "A collection of utility functions.", | ||
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)", | ||
"license": "MIT", | ||
|