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

v2.1 #1050

Closed
wants to merge 1 commit into from
Closed

v2.1 #1050

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 content/docs/standard/data-package.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Data Package
description: A simple container format for describing a coherent collection of data in a single package. It provides the basis for convenient delivery, installation and management of datasets.
sidebar:
order: 1
profile: /profiles/2.0/datapackage.json
profile: /profiles/2.1/datapackage.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/data-resource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Data Resource
description: A simple format to describe and package a single data resource such as an individual table or file. The essence of a Data Resource is a locator for the data it describes. A range of other properties can be declared to provide a richer set of metadata.
sidebar:
order: 2
profile: /profiles/2.0/dataresource.json
profile: /profiles/2.1/dataresource.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/table-dialect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Table Dialect
description: Table Dialect describes how tabular data is stored in a file. It supports delimited text files like CSV, semi-structured formats like JSON and YAML, and spreadsheets like Microsoft Excel. The specification is designed to be expressible as a single JSON-compatible descriptor.
sidebar:
order: 3
profile: /profiles/2.0/tabledialect.json
profile: /profiles/2.1/tabledialect.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion content/docs/standard/table-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Table Schema
description: A simple format to declare a schema for tabular data. The schema is designed to be expressible in JSON.
sidebar:
order: 4
profile: /profiles/2.0/tableschema.json
profile: /profiles/2.1/tableschema.json
authors:
- Rufus Pollock
- Paul Walsh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datapackage.org",
"type": "module",
"version": "2.0",
"version": "2.1",
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
Expand Down
Loading