diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bc6b4..c0210be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ [#x]: https://github.com/ideditor/temaki/issues/x --> +# 3.0.0 +##### 2019-Dec-02 + +* Switch temaki to a scoped package under ideditor org: `@ideditor/temaki` + + # 2.3.0 ##### 2019-Nov-27 diff --git a/README.md b/README.md index b1176de..1feca54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![npm version](https://badge.fury.io/js/temaki.svg)](https://badge.fury.io/js/temaki) +[![npm version](https://badge.fury.io/js/%40ideditor%2Ftemaki.svg)](https://badge.fury.io/js/%40ideditor%2Ftemaki) ## Temaki diff --git a/dist/temaki-view.svg b/dist/temaki-view.svg index 0ef468f..0e1d3fb 100644 --- a/dist/temaki-view.svg +++ b/dist/temaki-view.svg @@ -1,4 +1,4 @@ - + @@ -258,7 +258,7 @@ - + diff --git a/package.json b/package.json index 2aa1d65..489bcb9 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "temaki", - "version": "2.3.0", + "name": "@ideditor/temaki", + "version": "3.0.0", "license": "CC0-1.0", "repository": "ideditor/temaki", - "author": "Bryan Housel ", + "author": "Bryan Housel ", "description": "An expansion pack for https://github.com/mapbox/maki", "main": "", "scripts": {