Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1e916fd
Bump nanoid from 3.1.23 to 3.2.0
dependabot[bot] Jan 22, 2022
6dc90c6
Merge pull request #175 from LibreTexts/dependabot/npm_and_yarn/nanoi…
TimStewartJ Jan 31, 2022
4560de7
Bump follow-redirects from 1.13.1 to 1.14.7
dependabot[bot] Jan 31, 2022
50663a6
Merge pull request #174 from LibreTexts/dependabot/npm_and_yarn/follo…
TimStewartJ Jan 31, 2022
66a85cd
Bump ckeditor4 from 4.16.1 to 4.17.0
dependabot[bot] Jan 31, 2022
dfba2d3
Merge pull request #173 from LibreTexts/dependabot/npm_and_yarn/ckedi…
TimStewartJ Jan 31, 2022
ac8b38c
Bump follow-redirects from 1.14.7 to 1.14.8
dependabot[bot] Feb 15, 2022
130a284
Bump express from 4.17.1 to 4.18.2
dependabot[bot] Dec 11, 2022
260f3af
Merge pull request #188 from LibreTexts/dependabot/npm_and_yarn/expre…
TimStewartJ Jan 5, 2023
ce25b72
Merge branch 'staging' into dependabot/npm_and_yarn/follow-redirects-…
TimStewartJ Jan 5, 2023
7c17f21
Bump url-parse from 1.5.3 to 1.5.10
dependabot[bot] Jan 5, 2023
bfa4c30
Merge pull request #176 from LibreTexts/dependabot/npm_and_yarn/follo…
TimStewartJ Jan 5, 2023
7eb9fe2
Merge branch 'staging' into dependabot/npm_and_yarn/url-parse-1.5.10
TimStewartJ Jan 5, 2023
630eddc
Merge pull request #178 from LibreTexts/dependabot/npm_and_yarn/url-p…
TimStewartJ Jan 5, 2023
d5d37af
Bump ckeditor4 from 4.17.0 to 4.18.0
dependabot[bot] Jan 5, 2023
7f78b28
Merge pull request #179 from LibreTexts/dependabot/npm_and_yarn/ckedi…
TimStewartJ Jan 5, 2023
f65ecce
Bump async from 2.6.3 to 2.6.4
dependabot[bot] Jan 5, 2023
87b005d
Merge pull request #181 from LibreTexts/dependabot/npm_and_yarn/async…
TimStewartJ Jan 5, 2023
7ef258e
Bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Jan 5, 2023
b2dd038
Merge pull request #187 from LibreTexts/dependabot/npm_and_yarn/decod…
TimStewartJ Jan 5, 2023
0cf780c
Bump terser from 4.8.0 to 4.8.1
dependabot[bot] Jan 5, 2023
62daf1f
Merge pull request #184 from LibreTexts/dependabot/npm_and_yarn/terse…
TimStewartJ Jan 5, 2023
89c0da8
Bump loader-utils from 1.4.0 to 1.4.2
dependabot[bot] Jan 5, 2023
ed658d8
Merge pull request #186 from LibreTexts/dependabot/npm_and_yarn/loade…
TimStewartJ Jan 5, 2023
41666ef
Bump eventsource from 1.0.7 to 1.1.2
dependabot[bot] Jan 5, 2023
4ededec
Merge pull request #192 from LibreTexts/dependabot/npm_and_yarn/event…
TimStewartJ Jan 5, 2023
04e05a6
Bump minimist from 1.2.5 to 1.2.7
dependabot[bot] Jan 5, 2023
b850998
Merge pull request #191 from LibreTexts/dependabot/npm_and_yarn/minim…
TimStewartJ Jan 5, 2023
6382271
Bump minimatch from 3.0.4 to 3.1.2
dependabot[bot] Jan 5, 2023
55b95ef
Merge pull request #190 from LibreTexts/dependabot/npm_and_yarn/minim…
TimStewartJ Jan 5, 2023
5f3b1c5
add release notes
TimStewartJ Jan 5, 2023
24f0fa8
default to current branch, add branch + hash > log
TimStewartJ Jan 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
HOME_DIR=/home/jupyterteam
BRANCH=staging
BRANCH=$(git branch --show-current)
ESCAPED_BRANCH=$(printf '%s\n' "$BRANCH" | sed -e 's/[\/&]/\\&/g')
HASH=$(git rev-parse --short HEAD)

if [ $# -eq 1 ]
then
Expand All @@ -10,9 +12,9 @@ ssh -tt jupyterteam@test.libretexts.org << EOF
cd $HOME_DIR/ckeditor-binder-plugin
git fetch --all
git checkout $BRANCH && git reset --hard origin/$BRANCH
sed -i "s/Development Version/Development Version - $ESCAPED_BRANCH - $HASH/" src/scripts/activateThebelab.js
yarn install
yarn build
cp build/js/registerPlugin.min.js* $HOME_DIR/public
exit
EOF

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.7.0",
"ckeditor4": "^4.16.1",
"ckeditor4": "^4.18.0",
"core-js": "^3.5.0",
"dns-packet": "^5.2.2",
"glob-parent": "5.1.2",
Expand Down
20 changes: 20 additions & 0 deletions release/1.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.11.1
2023-01-05

Bump dependencies.

## Changes
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/175
- Bump follow-redirects from 1.13.1 to 1.14.7 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/174
- Bump ckeditor4 from 4.16.1 to 4.17.0 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/173
- Bump express from 4.17.1 to 4.18.2 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/188
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/176
- Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/178
- Bump ckeditor4 from 4.17.0 to 4.18.0 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/179
- Bump async from 2.6.3 to 2.6.4 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/181
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/187
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/184
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/186
- Bump eventsource from 1.0.7 to 1.1.2 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/192
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/191
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in https://github.com/LibreTexts/ckeditor-binder-plugin/pull/190
Loading
Loading