Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Version 2.9.0 #289

Merged
merged 8 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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