Skip to content

Commit

Permalink
chore(release): 📦 version packages (#26)
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] committed Feb 3, 2024
1 parent b8e009e commit 7b24b3d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-cheetahs-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-coins-wait.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-lesetid": "1.0.1",
"remark-lesetid": "1.1.0",
"solid-js": "^1.8.12",
"tailwindcss": "^3.4.1",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-pretty-code": "^0.12.6",
"remark-lesetid": "1.0.1",
"remark-lesetid": "1.1.0",
"shiki": "^1.0.0-beta.5",
"tailwind-merge": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "git clean -xdf .nuxt .output node_modules"
},
"dependencies": {
"remark-lesetid": "1.0.1",
"remark-lesetid": "1.1.0",
"sitemap": "^7.1.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/remark-lesetid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# remark-lesetid

## 1.1.0

### Minor Changes

- [`0e8d46e`](https://github.com/luxass/lesetid/commit/0e8d46e481e183218d26fb7f31412dd22cfaa70c) Thanks [@luxass](https://github.com/luxass)! - add better typescript support

### Patch Changes

- [`b8e009e`](https://github.com/luxass/lesetid/commit/b8e009eb632e8ed3db133f7fd1c0753322d2907f) Thanks [@luxass](https://github.com/luxass)! - only estimate text one time

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lesetid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lesetid",
"version": "1.0.1",
"version": "1.1.0",
"description": "A remark plugin to add reading time to your markdown files",
"type": "module",
"author": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b24b3d

Please sign in to comment.