Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Version from 2.1.2 to 2.1.3, switch to woofmark plots2 branch #557

Merged
merged 14 commits into from
Aug 14, 2020
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publiclab-editor",
"version": "2.1.1",
"version": "2.1.2",
Copy link
Member

@jywarren jywarren Aug 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK! And once this merges, can you create a new Release with the release notes here? I think we need to add a few more updates from https://github.com/publiclab/PublicLab.Editor/pulse/monthly as well to summarize other changes from folks. @publiclab/editor who else has had changes merged? Can we include #568 @keshav234156 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we can include the #568.
Also, I have updated the list have a look.

"description": "PublicLab.Editor is a general purpose, JavaScript/Bootstrap UI framework for rich text posting, which provides an author-friendly, minimal, mobile/desktop (fluid) interface for creating blog-like content, designed for PublicLab.org",
"main": "dist/PublicLab.Editor.js",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"moment": "~2.27.0",
"resig-class": "~1.0.0",
"typeahead.js-browserify": "~1.0.7",
"woofmark": "git://github.com/jywarren/woofmark.git#xhrOptionsAltBureaucracy",
"woofmark": "git://github.com/jywarren/woofmark.git#plots2",
"xhr": "~2.5.0"
},
"devDependencies": {
Expand Down