Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
pubsweet
pubsweet
Commits
86dd9503
Commit
86dd9503
authored
Apr 05, 2021
by
Yannis Barlas
Browse files
Merge branch 'release' into 'master'
chore(release): publish See merge request
!706
parents
5072eee3
3b0f0dd8
Pipeline
#17997
failed with stages
in 66 minutes and 21 seconds
Changes
64
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/client/component-login/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [4.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@4.0.9...pubsweet-component-login@4.0.10) (2021-04-05)
**Note:**
Version bump only for package pubsweet-component-login
## [4.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@4.0.8...pubsweet-component-login@4.0.9) (2021-03-30)
**Note:**
Version bump only for package pubsweet-component-login
...
...
components/client/component-login/package.json
View file @
86dd9503
{
"name"
:
"pubsweet-component-login"
,
"version"
:
"4.0.
9
"
,
"version"
:
"4.0.
10
"
,
"description"
:
"Basic login component for PubSweet"
,
"repository"
:
{
"type"
:
"git"
,
...
...
@@ -11,8 +11,8 @@
"author"
:
"Collaborative Knowledge Foundation"
,
"main"
:
"src/index.js"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
2
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
3
"
,
"formik"
:
"^1.3.0"
,
"prop-types"
:
"^15.5.10"
,
"react-router-dom"
:
"^5.0.0"
,
...
...
components/client/component-password-reset-client/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [4.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-password-reset-client@4.0.9...@pubsweet/component-password-reset-client@4.0.10) (2021-04-05)
**Note:**
Version bump only for package @pubsweet/component-password-reset-client
## [4.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-password-reset-client@4.0.8...@pubsweet/component-password-reset-client@4.0.9) (2021-03-30)
**Note:**
Version bump only for package @pubsweet/component-password-reset-client
...
...
components/client/component-password-reset-client/package.json
View file @
86dd9503
{
"name"
:
"@pubsweet/component-password-reset-client"
,
"version"
:
"4.0.
9
"
,
"version"
:
"4.0.
10
"
,
"description"
:
"Password reset client component for PubSweet"
,
"main"
:
"src/index.js"
,
"author"
:
"Collaborative Knowledge Foundation"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
2
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
3
"
,
"prop-types"
:
"^15.5.10"
,
"query-string"
:
"^5.0.0"
},
...
...
components/client/component-people-picker/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [0.2.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-people-picker@0.2.9...@pubsweet/component-people-picker@0.2.10) (2021-04-05)
**Note:**
Version bump only for package @pubsweet/component-people-picker
## [0.2.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-people-picker@0.2.8...@pubsweet/component-people-picker@0.2.9) (2021-03-30)
**Note:**
Version bump only for package @pubsweet/component-people-picker
...
...
components/client/component-people-picker/package.json
View file @
86dd9503
{
"name"
:
"@pubsweet/component-people-picker"
,
"version"
:
"0.2.
9
"
,
"version"
:
"0.2.
10
"
,
"description"
:
"People Picker component for pubsweet"
,
"main"
:
"src/index.js"
,
"author"
:
"Collaborative Knowledge Foundation"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
2
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
3
"
,
"lodash"
:
"^4.17.11"
,
"prop-types"
:
"^15.5.10"
},
...
...
components/client/component-signup/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [3.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@3.0.9...pubsweet-component-signup@3.0.10) (2021-04-05)
**Note:**
Version bump only for package pubsweet-component-signup
## [3.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@3.0.8...pubsweet-component-signup@3.0.9) (2021-03-30)
**Note:**
Version bump only for package pubsweet-component-signup
...
...
components/client/component-signup/package.json
View file @
86dd9503
{
"name"
:
"pubsweet-component-signup"
,
"version"
:
"3.0.
9
"
,
"version"
:
"3.0.
10
"
,
"description"
:
"Basic signup form component for PubSweet"
,
"repository"
:
{
"type"
:
"git"
,
...
...
@@ -11,8 +11,8 @@
"author"
:
"Collaborative Knowledge Foundation"
,
"main"
:
"src/index.js"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
2
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
3
"
,
"formik"
:
"^1.3.0"
,
"recompose"
:
"^0.30.0"
},
...
...
components/client/component-sortable-list/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [2.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-sortable-list@2.0.12...pubsweet-component-sortable-list@2.0.13) (2021-04-05)
**Note:**
Version bump only for package pubsweet-component-sortable-list
## [2.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-sortable-list@2.0.11...pubsweet-component-sortable-list@2.0.12) (2021-03-30)
**Note:**
Version bump only for package pubsweet-component-sortable-list
...
...
components/client/component-sortable-list/package.json
View file @
86dd9503
{
"name"
:
"pubsweet-component-sortable-list"
,
"version"
:
"2.0.1
2
"
,
"version"
:
"2.0.1
3
"
,
"main"
:
"src/"
,
"license"
:
"MIT"
,
"dependencies"
:
{
...
...
components/client/component-users-manager/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [4.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@4.0.9...pubsweet-component-users-manager@4.0.10) (2021-04-05)
**Note:**
Version bump only for package pubsweet-component-users-manager
## [4.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@4.0.8...pubsweet-component-users-manager@4.0.9) (2021-03-30)
**Note:**
Version bump only for package pubsweet-component-users-manager
...
...
components/client/component-users-manager/package.json
View file @
86dd9503
{
"name"
:
"pubsweet-component-users-manager"
,
"version"
:
"4.0.
9
"
,
"version"
:
"4.0.
10
"
,
"description"
:
"Basic navigation bar component for PubSweet"
,
"main"
:
"src/UsersManager.jsx"
,
"author"
:
"Collaborative Knowledge Foundation"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"prop-types"
:
"^15.5.10"
,
"recompose"
:
"^0.30.0"
},
...
...
components/client/xpub-edit/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [2.6.22](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@2.6.21...xpub-edit@2.6.22) (2021-04-05)
**Note:**
Version bump only for package xpub-edit
## [2.6.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@2.6.20...xpub-edit@2.6.21) (2021-03-30)
**Note:**
Version bump only for package xpub-edit
...
...
components/client/xpub-edit/package.json
View file @
86dd9503
{
"name"
:
"xpub-edit"
,
"version"
:
"2.6.2
1
"
,
"version"
:
"2.6.2
2
"
,
"license"
:
"MIT"
,
"files"
:
[
"dist"
,
...
...
@@ -8,8 +8,8 @@
],
"main"
:
"src"
,
"dependencies"
:
{
"@pubsweet/ui"
:
"^12.6.1
0
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
2
"
,
"@pubsweet/ui"
:
"^12.6.1
1
"
,
"@pubsweet/ui-toolkit"
:
"^2.3.1
3
"
,
"classnames"
:
"^2.2.6"
,
"prosemirror-commands"
:
"^1.0.1"
,
"prosemirror-dropcursor"
:
"^1.0.0"
,
...
...
components/server/component-aws-s3/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [1.2.50](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.49...@pubsweet/component-aws-s3@1.2.50) (2021-04-05)
**Note:**
Version bump only for package @pubsweet/component-aws-s3
## [1.2.49](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.48...@pubsweet/component-aws-s3@1.2.49) (2021-03-30)
**Note:**
Version bump only for package @pubsweet/component-aws-s3
...
...
components/server/component-aws-s3/package.json
View file @
86dd9503
{
"name"
:
"@pubsweet/component-aws-s3"
,
"version"
:
"1.2.
49
"
,
"version"
:
"1.2.
50
"
,
"description"
:
"AWS S3 upload component for PubSweet"
,
"license"
:
"MIT"
,
"author"
:
"Collaborative Knowledge Foundation"
,
...
...
components/server/component-email-templating/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [0.3.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.3.13...@pubsweet/component-email-templating@0.3.14) (2021-04-05)
**Note:**
Version bump only for package @pubsweet/component-email-templating
## [0.3.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.3.12...@pubsweet/component-email-templating@0.3.13) (2021-03-30)
**Note:**
Version bump only for package @pubsweet/component-email-templating
...
...
components/server/component-email-templating/package.json
View file @
86dd9503
{
"name"
:
"@pubsweet/component-email-templating"
,
"version"
:
"0.3.1
3
"
,
"version"
:
"0.3.1
4
"
,
"description"
:
"Send journal emails using templates from xPub/PubSweet"
,
"license"
:
"MIT"
,
"author"
:
"Collaborative Knowledge Foundation"
,
...
...
@@ -9,7 +9,7 @@
],
"main"
:
"index.js"
,
"dependencies"
:
{
"@pubsweet/component-send-email"
:
"^0.4.1
3
"
,
"@pubsweet/component-send-email"
:
"^0.4.1
4
"
,
"handlebars"
:
"^4.0.2"
},
"peerDependencies"
:
{
...
...
components/server/component-password-reset-server/CHANGELOG.md
View file @
86dd9503
...
...
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [2.2.22](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-password-reset-server@2.2.21...@pubsweet/component-password-reset-server@2.2.22) (2021-04-05)
**Note:**
Version bump only for package @pubsweet/component-password-reset-server
## [2.2.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-password-reset-server@2.2.20...@pubsweet/component-password-reset-server@2.2.21) (2021-03-30)
**Note:**
Version bump only for package @pubsweet/component-password-reset-server
...
...
components/server/component-password-reset-server/package.json
View file @
86dd9503
{
"name"
:
"@pubsweet/component-password-reset-server"
,
"version"
:
"2.2.2
1
"
,
"version"
:
"2.2.2
2
"
,
"description"
:
"Password reset backend component for PubSweet"
,
"main"
:
"src/index.js"
,
"scripts"
:
{},
"author"
:
"Collaborative Knowledge Foundation"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@pubsweet/component-send-email"
:
"^0.4.1
3
"
,
"@pubsweet/errors"
:
"^2.0.4
6
"
,
"@pubsweet/component-send-email"
:
"^0.4.1
4
"
,
"@pubsweet/errors"
:
"^2.0.4
7
"
,
"config"
:
"^3.0.1"
,
"moment"
:
"^2.18.1"
},
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment