Skip to content

Commit

Permalink
Version Packages (#17)
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 21, 2024
1 parent b5b3a04 commit f207e0c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/witty-eyes-care.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @virtual-live-lab/eslint-config

## 1.0.2

### Patch Changes

- [#16](https://github.com/VirtualLiveLab/js-config/pull/16) [`b5b3a04`](https://github.com/VirtualLiveLab/js-config/commit/b5b3a044301048e3958c9b6c6fffa244b8ee7af1) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add experimental support for Astro

## 1.0.1

### Patch Changes
Expand Down
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": "@virtual-live-lab/eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "ESLint configuration for Virtual Live Lab",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @virtual-live-lab/prettier-config

## 1.0.2

### Patch Changes

- [#16](https://github.com/VirtualLiveLab/js-config/pull/16) [`b5b3a04`](https://github.com/VirtualLiveLab/js-config/commit/b5b3a044301048e3958c9b6c6fffa244b8ee7af1) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add experimental support for Astro

## 1.0.1

### Patch Changes
Expand Down
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": "@virtual-live-lab/prettier-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Prettier configuration for Virtual Live Lab",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @virtual-live-lab/stylelint-config

## 1.0.2

### Patch Changes

- [#16](https://github.com/VirtualLiveLab/js-config/pull/16) [`b5b3a04`](https://github.com/VirtualLiveLab/js-config/commit/b5b3a044301048e3958c9b6c6fffa244b8ee7af1) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add experimental support for Astro

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virtual-live-lab/stylelint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Stylelint configuration for Virtual Live Lab",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @virtual-live-lab/tsconfig

## 1.0.3

### Patch Changes

- [#16](https://github.com/VirtualLiveLab/js-config/pull/16) [`b5b3a04`](https://github.com/VirtualLiveLab/js-config/commit/b5b3a044301048e3958c9b6c6fffa244b8ee7af1) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Add experimental support for Astro

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virtual-live-lab/tsconfig",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript configuration for Virtual Live Lab",
"files": [
"*.json"
Expand Down

0 comments on commit f207e0c

Please sign in to comment.