diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bc7e52..4e26d5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,3 @@ -# This is a basic workflow to help you get started with Actions - name: Node.js Package on: release: diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ae8c0c1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: node_js -node_js: - - 12.18.4 -before_install: npm i -g rimraf -before_deploy: - - npm run build - - npm run cp - - cd dist -deploy: - provider: npm - email: allison.shultes@bbc.co.uk - skip_cleanup: true - api_key: - secure: M9k1TDznm5Gs+c7cDu7l09EPjglXNdMPFTecliAWmGL0WUN59GxIohpPis09QTjSA7wcQSzwbDrHslyt2q9TpGcNcSEUwHCg18RLBozK6X6nRpdXiWWWLob+hOK/dJVcNIL2fIWOGzf2B/kfzPc4kZk3rOPO2HX7Ye/QT68QB9BpwWlZAyDRtxZ5k1vDdA+5eVrElDCrtD8I1iqc5TSq6S+KpChzfPNjGH/YqV9gsaBcR8wOcEGtrwtLtl9QQ/ewmSB8UxP0Z2x2hTn7m8+qbmFCU4KRV+cxP6d1ztIocw2gh/u0EgTzgDFKlr53J2Jz/L4d1RN69qpDquUS6pD7yxLNSOeHT641j8Bq6aDBOYKu/l/y7LkGjkqxT8vv7guIfI2sBvixU40DcDBucbLhAKNCb48Kp936oq+1dFFJCw7NfQ+pWMFnFLKIOy/y/x6tSjV7wWVbC/0TTH3nuGgAwXicuZdfop0/qmq7YSWnXlDTB8CdC5A1P8344k0a1jVKU7F+DinSlECF0yn7rz0pxvcGBrBMKNBTpENuypD95PhKWw2teSLuRBmmjndIUD3YsG0Gv4OqibwEdUBrmO6rLOzQegyW36IaQ9MM3oIt0T7oztIE/Vr12eHsiI25TZN4uLFPTRrCf8Hd2cnyxfg1qqc4YEmHNmyeQdlCV3ROTXI= - on: - branch: release -after_deploy: - - cd .. diff --git a/CHANGELOG.md b/CHANGELOG.md index 619e12c..22b3a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Released] +## [ 1.28.2 ] - 2021-07-08 + +Migrate publishing to npm from Travis -> GitHub Actions + ## [ 1.28.1 ] – 2021-07-06 - I219 added analytics ## [ 1.27.0 ] - 2021-06-19 - I105 Updates TranscriptRow components + +## [ 1.26.0 ] +- I92 Updates placeholder text and titles of project, transcript and programme script modals + +## [ 1.25.0 ] +- I230 Updated design of the workspace: TranscriptRow component + +## [ 1.24.0 ] +- I222 Updated design of the workspace: List, ProjectRow and TranscriptRow components + +## [ 1.23.2 ] - 2021-05-12 +- I91 Removed postinstall script in the dist folder + +## [ 1.23.1 ] - 2021-05-11 +- I91 Replaced postinstall script in the dist folder + ## [ 1.23.0 ] - 2021-05-10 - I72 Added npm link scripts, babel plugin and react-dom dependency @@ -21,20 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - I77 Updated travis.yml to replace Eimi's npm credentials with our Jenkins credentials -## [ 1.23.1 ] - 2021-05-11 -- I91 Replaced postinstall script in the dist folder -## [ 1.23.2 ] - 2021-05-12 -- I91 Removed postinstall script in the dist folder -## [ 1.24.0 ] -- I222 Updated design of the workspace: List, ProjectRow and TranscriptRow components -## [ 1.25.0 ] -- I230 Updated design of the workspace: TranscriptRow component -## 1.26.0 -- I92 Updates placeholder text and titles of project, transcript and programme script modals -## [ 1.27.0 ] -- I105 Updates TranscriptRow components + +