Skip to content

Commit

Permalink
chore(release): version update (#33)
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 Dec 27, 2024
1 parent 5547e5c commit 851d78e
Show file tree
Hide file tree
Showing 32 changed files with 118 additions and 44 deletions.
19 changes: 0 additions & 19 deletions .changeset/afraid-mice-suffer.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/early-ties-destroy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/styles/mastercss/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/mastercss-config

## 1.0.13

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/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": "1.0.12",
"version": "1.0.13",
"description": "Shareable Master CSS configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/styles/mastercss/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alanlu-dev/mastercss-helpers

## 1.0.13

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/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": "1.0.12",
"version": "1.0.13",
"description": "A collection of utility functions for Master CSS.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/scss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/scss

## 1.0.9

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/scss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/scss",
"type": "commonjs",
"version": "1.0.8",
"version": "1.0.9",
"description": "Shareable SCSS configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/tests/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/playwright-config

## 0.1.2

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/playwright-config",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tooling/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/commitlint-config

## 1.0.9

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/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": "1.0.8",
"version": "1.0.9",
"description": "Shareable commitlint configuration for Conventional Commits.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/tooling/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @alanlu-dev/eslint-config

## 0.0.1

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions
2 changes: 1 addition & 1 deletion packages/tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/eslint-config",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Shareable eslint configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooling/lint-staged-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alanlu-dev/lint-staged-config

## 1.0.12

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/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": "1.0.11",
"version": "1.0.12",
"description": "Shareable lint-staged configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooling/markdownlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alanlu-dev/markdownlint-config

## 1.0.6

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.5

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

## 1.0.6

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alanlu-dev/prettier-config",
"version": "1.0.5",
"version": "1.0.6",
"description": "Shareable prettier configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/tooling/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/stylelint-config

## 1.0.14

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.13

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

## 1.0.11

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/tsconfig",
"type": "module",
"version": "1.0.10",
"version": "1.0.11",
"description": "Shareable TypeScript configuration.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/types

## 1.0.11

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.10

### Patch Changes
Expand Down
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": "1.0.10",
"version": "1.0.11",
"description": "Shareable TypeScript types.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alanlu-dev/utils

## 1.0.5

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.4

### Patch Changes
Expand Down
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": "1.0.4",
"version": "1.0.5",
"description": "A collection of utility functions.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/versions/changeset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @alanlu-dev/changeset

## 1.0.9

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/changeset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/changeset",
"type": "module",
"version": "1.0.8",
"version": "1.0.9",
"description": "Automatically generate changeset by Conventional Commits.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/versions/release-it-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @alanlu-dev/release-it-config

## 0.0.13

### Patch Changes

- [`19ebc81`](https://github.com/alanlu-dev/web-kit/commit/19ebc81bcbe41e1588911394635cae7877ab9af1) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

- [`5547e5c`](https://github.com/alanlu-dev/web-kit/commit/5547e5c5a6ba5722b1a4eeee626b810c651d3e17) Thanks [@alanlu-zyl](https://github.com/alanlu-zyl)! - chore(deps): bump package versions

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/release-it-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alanlu-dev/release-it-config",
"type": "commonjs",
"version": "0.0.12",
"version": "0.0.13",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 851d78e

Please sign in to comment.