Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 21, 2023
1 parent 020a812 commit 3f23042
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/five-pianos-scream.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/codeblock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-codeblock",
"version": "1.0.1",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/hr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @editablejs/plugin-hr

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-hr",
"version": "1.0.1",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @editablejs/plugin-image

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-image",
"version": "1.0.1",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @editablejs/plugin-link

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-link",
"version": "1.0.2",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @editablejs/plugin-list

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-list",
"version": "1.0.1",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @editablejs/plugins

## 1.0.3

### Patch Changes

- Updated dependencies [[`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc)]:
- @editablejs/plugin-codeblock@2.0.0
- @editablejs/plugin-hr@2.0.0
- @editablejs/plugin-image@2.0.0
- @editablejs/plugin-link@2.0.0
- @editablejs/plugin-list@2.0.0
- @editablejs/plugin-table@2.0.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugins",
"version": "1.0.2",
"version": "1.0.3",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @editablejs/plugin-table

## 2.0.0

### Major Changes

- [`020a812`](https://github.com/editablejs/editable/commit/020a812129e07500a45527975c8dec503554a8fc) Thanks [@big-camel](https://github.com/big-camel)! - refactor: update styles on readonly

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editablejs/plugin-table",
"version": "1.0.1",
"version": "2.0.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 3f23042

Please sign in to comment.