Skip to content

Commit

Permalink
Version Packages (#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 Apr 20, 2024
1 parent 1e474ff commit eb67776
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-parrots-watch.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [#5](https://github.com/VirtualLiveLab/js-config/pull/5) [`63eda02`](https://github.com/VirtualLiveLab/js-config/commit/63eda02cc44137874f9bcfe3f3563de2911cbf3a) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Use provenance option
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.0",
"version": "1.0.1",
"description": "ESLint configuration for Virtual Live Lab",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @virtual-live-lab/prettier-config

## 1.0.1

### Patch Changes

- [#5](https://github.com/VirtualLiveLab/js-config/pull/5) [`63eda02`](https://github.com/VirtualLiveLab/js-config/commit/63eda02cc44137874f9bcfe3f3563de2911cbf3a) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Use provenance option
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.0",
"version": "1.0.1",
"description": "Prettier 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.2

### Patch Changes

- [#5](https://github.com/VirtualLiveLab/js-config/pull/5) [`63eda02`](https://github.com/VirtualLiveLab/js-config/commit/63eda02cc44137874f9bcfe3f3563de2911cbf3a) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Use provenance option

## 1.0.1

### 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.1",
"version": "1.0.2",
"description": "TypeScript configuration for Virtual Live Lab",
"files": [
"*.json"
Expand Down

0 comments on commit eb67776

Please sign in to comment.