Skip to content

Commit

Permalink
Merge branch 'trunk' into add/yjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 27, 2021
2 parents 277a0ef + 6a92ece commit 2d333cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2021-07-20

### Changed
- Package renamed to @automattic/isolated-block-editor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import 'isolated-block-editor/build-browser/core.css';

The module is currently only available on Github and can be added with:

`npm install "github:automattic/isolated-block-editor#1.2.0" --save` (where `1.2.0` is the version you want to use)
`npm install @automattic/isolated-block-editor@1.2.0" --save` (where `1.2.0` is the version you want to use)

## Future

Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isolated-block-editor",
"version": "1.3.0",
"name": "@automattic/isolated-block-editor",
"version": "2.0.0",
"description": "Repackages Gutenberg's editor playground as multi-instance editor.",
"main": "build/index.js",
"module": "build-module/index.js",
Expand Down Expand Up @@ -133,7 +133,10 @@
"assets": [
"dist/isolated-block-editor.zip"
]
},
"npm": false
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 2d333cb

Please sign in to comment.