Skip to content

Commit

Permalink
chore(release): version update (#11)
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 Apr 23, 2024
1 parent 381c909 commit b73cbc2
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/eleven-parents-clap.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/nuxt-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @alanlu-dev/nuxt-base

## 1.0.4

### Patch Changes

- [`10a0e9c`](https://github.com/alanlu-dev/web-kit/commit/10a0e9cd9d98518a4074a02353f5354813ab190f) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - fix(eslint): resolve the conflict between 'config-base' and 'config-flat' in a monorepo

- Updated dependencies [[`10a0e9c`](https://github.com/alanlu-dev/web-kit/commit/10a0e9cd9d98518a4074a02353f5354813ab190f)]:
- @alanlu-dev/eslint-config-base@1.0.2
- @alanlu-dev/mastercss-config@1.0.2
- @alanlu-dev/types@1.0.1
- @alanlu-dev/utils@1.0.2

## 1.0.3

### Patch Changes
Expand Down
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": "1.0.3",
"version": "1.0.4",
"description": "Shareable Nuxt configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/linters/eslint-config/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/eslint-config-base

## 1.0.2

### Patch Changes

- [`10a0e9c`](https://github.com/alanlu-dev/web-kit/commit/10a0e9cd9d98518a4074a02353f5354813ab190f) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - fix(eslint): resolve the conflict between 'config-base' and 'config-flat' in a monorepo

## 1.0.1

### Patch Changes
Expand Down
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": "1.0.1",
"version": "1.0.2",
"description": "Shareable eslint configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/linters/eslint-config/flat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/eslint-config-flat

## 0.0.2

### Patch Changes

- [`10a0e9c`](https://github.com/alanlu-dev/web-kit/commit/10a0e9cd9d98518a4074a02353f5354813ab190f) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - fix(eslint): resolve the conflict between 'config-base' and 'config-flat' in a monorepo

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/linters/eslint-config/flat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/eslint-config-flat",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Shareable eslint flat configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down

0 comments on commit b73cbc2

Please sign in to comment.