Skip to content

Commit

Permalink
Merge pull request #84 from sveltor/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
lynhan318 authored Apr 2, 2024
2 parents b2273fb + 5315542 commit 5af4118
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-jars-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-melons-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-lemons-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextlint/core

## 1.4.2

### Patch Changes

- [#83](https://github.com/sveltor/nextlint/pull/83) [`7067279`](https://github.com/sveltor/nextlint/commit/70672796b58080e81cf46cd8b82bb3fa2f99637d) Thanks [@lynhan318](https://github.com/lynhan318)! - remove log

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextlint/core",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextlint/editor

## 3.0.2

### Patch Changes

- [#82](https://github.com/sveltor/nextlint/pull/82) [`9ccad43`](https://github.com/sveltor/nextlint/commit/9ccad4380ccf01f0ce41a53ab6df924f09c9cc43) Thanks [@khanhhaquang](https://github.com/khanhhaquang)! - fix: hide preview link when cursor out'

- [#83](https://github.com/sveltor/nextlint/pull/83) [`7067279`](https://github.com/sveltor/nextlint/commit/70672796b58080e81cf46cd8b82bb3fa2f99637d) Thanks [@lynhan318](https://github.com/lynhan318)! - remove log

- [`2c43319`](https://github.com/sveltor/nextlint/commit/2c433191abc0174c80fe3e76b6054033143f4bd2) Thanks [@lynhan318](https://github.com/lynhan318)! - remove EditorTheme from root entry

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextlint/svelte",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"playground": "vite dev",
"dev": "pnpm dev:package",
Expand Down

0 comments on commit 5af4118

Please sign in to comment.