Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit f02a08c
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Tue Feb 13 15:17:33 2024 -0700

    Release Version 2.9.0 (#289)

    * Upgrade mdCodes

    mdCodes -> 2.9.0

    * Increment Ruby Version

    v2.8.4

    * Increment package.json Version

    v2.8.4
    Update package-lock.json

    * Increment Patch Version

    v2.8.4

    * Update package-lock.json

    * Replace bower.json

    * Re-remove bower.json

    * Increment Minor Version

commit 5b598a0
Author: Johnathan <jwaspin@users.noreply.github.com>
Date:   Mon Feb 12 11:32:34 2024 -0700

    Fix DQ_CompletenessOmission Typo (#284)

    * Fix Typo

    DQ_CompletenessOmmission to DQ_CompletenessOmission

    * Increment Patch Version

    * 2.8.3

    * Add DQ_NonQuantitativeAttributeAccuracy
  • Loading branch information
hmaier-fws committed Feb 13, 2024
1 parent 05acfb7 commit 3e91ec6
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 71 deletions.
2 changes: 1 addition & 1 deletion adiwg-json_schemas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", ">= 0"
spec.add_development_dependency "json-schema", "~> 2.8.1"
spec.add_development_dependency "minitest", "~>5"
spec.add_development_dependency "adiwg-mdcodes", "~> 2.7.5"
spec.add_development_dependency "adiwg-mdcodes", "~> 2.9.0"
end
2 changes: 1 addition & 1 deletion lib/adiwg/mdjson_schemas/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ADIWG
module MdjsonSchemas
# Current schema version number
VERSION = "2.8.2"
VERSION = "2.9.0"
end
end
103 changes: 38 additions & 65 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdjson-schemas",
"version": "2.8.3",
"version": "2.9.0",
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
"main": "index.js",
"directories": {
Expand All @@ -10,8 +10,8 @@
},
"scripts": {
"test": "mocha",
"prepublishOnly": "scripts/prepublish.js",
"pretest": "scripts/prepublish.js"
"prepublish": "node scripts/prepublish.js",
"release": "npm run prepublish && npm publish"
},
"files": [
"examples",
Expand Down
2 changes: 1 addition & 1 deletion schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"version": "2.8.3",
"version": "2.9.0",
"description": "schema for ADIwg mdJSON metadata",
"example": "../examples/mdJson.json",
"type": "object",
Expand Down

0 comments on commit 3e91ec6

Please sign in to comment.