Skip to content

Commit

Permalink
Merge pull request #1 from podaac/release/1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0 Release
  • Loading branch information
frankinspace authored May 9, 2024
2 parents 21232cc + c53996b commit 92d9f4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# -- Setup --
- uses: getsentry/action-github-app-token@v2
- uses: getsentry/action-github-app-token@v3
name: my-app-install token
id: podaac-cicd
with:
Expand All @@ -30,12 +30,12 @@ jobs:
repository: ${{ github.repository }}
token: ${{ steps.podaac-cicd.outputs.token }}
submodules: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install bumpver
run: pip3 install bumpver
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://npm.pkg.github.com'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# swodlr-common-js

A support library for SWODLR Javascript microservices containing common
utilities, models, and JSON schemas
utilities, models, and JSON schemas.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podaac/swodlr-common",
"version": "0.0.16",
"version": "1.0.0-rc0",
"description": "A support library for SWODLR Javascript microservices containing common utilities, models, and JSON schemas",
"main": "index.js",
"type": "module",
Expand All @@ -9,7 +9,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint" : "eslint ."
"lint": "eslint ."
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion schemas
Submodule schemas updated 3 files
+99 −0 input.json
+9 −1 jobset.json
+11 −0 sds_update.json

0 comments on commit 92d9f4d

Please sign in to comment.