Skip to content

Commit

Permalink
Wip/prepare rc.1 (#188)
Browse files Browse the repository at this point in the history
* docs (rc.1): add to changelog

* chore (rc.1): test against knora-api v13.0.0-rc.3

* chore (rc.1): increase version

* docs (rc.1): add to changelog
  • Loading branch information
tobiasschweizer authored May 26, 2020
1 parent 55effd0 commit 7672fe4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.0.0-rc.1

### Features
- improve access to property definitions and add convenience methods ([#185](https://github.com/dasch-swiss/knora-api-js-lib/pull/185))

### Bug Fixes
- make handling of third-party property definitions consistent ([#183](https://github.com/dasch-swiss/knora-api-js-lib/pull/183))

### Breaking Changes
- `IResourceClassAndPropertyDefinitions` was renamed to `ResourceClassAndPropertyDefinitions` ([#185](https://github.com/dasch-swiss/knora-api-js-lib/pull/185)):
adapt usage when accessing entity info on `ReadResource` or using `OntologyCache.getResourceClassDefinition`.

# 1.0.0-rc.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include vars.mk
# Clones the knora-api git repository
.PHONY: clone-knora-stack
clone-knora-stack:
@git clone --branch v13.0.0-PR1 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack
@git clone --branch v13.0.0-rc.3 --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git $(CURRENT_DIR)/.tmp/knora-stack

#################################
# Integration test targets
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knora/api",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "JavaScript library that handles API requests to Knora",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 7672fe4

Please sign in to comment.