Skip to content

Commit

Permalink
chore: update versions (#220)
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 Nov 10, 2023
1 parent ea032b3 commit 54a1163
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/proud-pets-retire.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orgajs/example-editor

## 0.1.2

### Patch Changes

- Updated dependencies [ea032b35]
- @orgajs/editor@1.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orgajs/example-editor",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --force",
Expand Down
7 changes: 7 additions & 0 deletions packages/codemirror-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orgajs/cm-lang

## 1.1.2

### Patch Changes

- Updated dependencies [ea032b35]
- @orgajs/lezer@1.1.2

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orgajs/cm-lang",
"version": "1.1.1",
"version": "1.1.2",
"description": "codemirror language: org",
"main": "index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orgajs/editor

## 1.1.2

### Patch Changes

- ea032b35: bug fix, link generating button
- @orgajs/cm-lang@1.1.2

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orgajs/editor",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"main": "lib/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/lezer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orgajs/lezer

## 1.1.2

### Patch Changes

- ea032b35: bug fix, link generating button

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lezer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orgajs/lezer",
"version": "1.1.1",
"version": "1.1.2",
"description": "lezer parser for org-mode",
"main": "lib/index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# website

## 0.1.2

### Patch Changes

- ea032b35: bug fix, link generating button
- Updated dependencies [ea032b35]
- @orgajs/editor@1.1.2

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "website",
"type": "module",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
Expand Down

0 comments on commit 54a1163

Please sign in to comment.