Skip to content

Commit

Permalink
chore(release): version update (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 26, 2024
1 parent 344f8a0 commit cd8c5be
Show file tree
Hide file tree
Showing 29 changed files with 119 additions and 32 deletions.
18 changes: 0 additions & 18 deletions .changeset/metal-beers-grow.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/nuxt-base/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion apps/nuxt-base/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/changeset/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/changeset/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linters/commitlint-config/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/linters/commitlint-config/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linters/eslint-config/base/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/linters/eslint-config/base/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linters/lint-staged-config/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/linters/lint-staged-config/package.json
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",
Expand Down
6 changes: 6 additions & 0 deletions packages/linters/markdownlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/markdownlint-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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/linters/markdownlint-config/package.json
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",
Expand Down
6 changes: 6 additions & 0 deletions packages/linters/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/prettier-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

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/linters/prettier-config/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linters/stylelint-config/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/linters/stylelint-config/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/linters/tsconfig/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/linters/tsconfig/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/mastercss/config/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/mastercss/config/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/mastercss/helpers/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/mastercss/helpers/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/scss/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/scss/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/types/package.json
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",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion packages/utils/package.json
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",
Expand Down

0 comments on commit cd8c5be

Please sign in to comment.