Skip to content

Commit

Permalink
Prerelease v1.0.0 rc.6 (#226)
Browse files Browse the repository at this point in the history
* release(prerelease): 1.0.0-rc.6

* Update CHANGELOG.md

* refactor(test-framework): Unnecessary comma

* Update CHANGELOG.md

* chore(gren): Update gren and Changelog
  • Loading branch information
kilchenmann authored Aug 6, 2020
1 parent 3e8a879 commit 6e58ae7
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 29 deletions.
14 changes: 7 additions & 7 deletions .grenrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Breaking changes:": ["breaking/api", "breaking"],
"Enhancements:": ["enhancement", "feature"],
"Bug Fixes:": ["bug"],
"Documentation:": ["documentation"],
"Styling:": ["styling"],
"Dependencies:": ["dependencies"],
"Other:": ["chore", "refactor"]
"Breaking changes": ["breaking/api", "breaking"],
"Enhancements": ["enhancement", "feature"],
"Bug Fixes": ["bug"],
"Documentation": ["documentation"],
"Styling": ["styling"],
"Dependencies": ["dependencies"],
"Other": ["chore", "refactor"]
}
}
61 changes: 42 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
# Changelog

## v1.0.0-rc.5
## v1.0.0-rc.6 (06/08/2020)

### Enhancements

- [#218](https://github.com/dasch-swiss/dsp-js-lib/pull/218) Create and delete resource class

### Other

- [#217](https://github.com/dasch-swiss/dsp-js-lib/pull/217) Update .grenrc
- [#219](https://github.com/dasch-swiss/dsp-js-lib/pull/219) Bump lodash from 4.17.15 to 4.17.19
- [#220](https://github.com/dasch-swiss/dsp-js-lib/pull/220) Bump dsp-api
- [#222](https://github.com/dasch-swiss/dsp-js-lib/pull/222) Bump elliptic from 6.5.2 to 6.5.3
- [#223](https://github.com/dasch-swiss/dsp-js-lib/pull/223) Update process of release notes

### Dependencies

- This release is compatible with knora-api v13.0.0-rc.11 (Bazel and Fuseki)

---

## v1.0.0-rc.5 (14/07/2020)

### Enhancements

- [#204](https://github.com/dasch-swiss/dsp-js-lib/pull/204) Get ontologies by project iri
- [#208](https://github.com/dasch-swiss/dsp-js-lib/pull/208) Create and delete ontology
- [#215](https://github.com/dasch-swiss/dsp-js-lib/pull/215) Mock resources
- [#209](https://github.com/dasch-swiss/dsp-js-lib/pull/209) fix: Replace DateDate by Date
- [#215](https://github.com/dasch-swiss/dsp-js-lib/pull/215) Mock Resources Data

### Compatibility
### Dependencies

- [#211](https://github.com/dasch-swiss/dsp-js-lib/pull/211) Use knora-api 13.0.0-rc.8

## v1.0.0-rc.4
---

## v1.0.0-rc.4 (23/06/2020)

### Enhancements

Expand All @@ -23,33 +45,33 @@

---

## v1.0.0-rc.3
## v1.0.0-rc.3 (18/06/2020)

### Enhancements
#### Enhancements:

- [#200](https://github.com/dasch-swiss/knora-api-js-lib/pull/200) Readme and workflow fix

---

## v1.0.0-rc.2
## v1.0.0-rc.2 (12/06/2020)

### Breaking changes

- [#191](https://github.com/dasch-swiss/knora-api-js-lib/pull/191) Rename package

#### Bug Fixes
### Bug Fixes

- [#198](https://github.com/dasch-swiss/knora-api-js-lib/pull/198) Bug fix in npm publishing process
- [#196](https://github.com/dasch-swiss/knora-api-js-lib/pull/196) ontology IRI: ignore port if not running on localhost
- [#194](https://github.com/dasch-swiss/knora-api-js-lib/pull/194) Fix bug ApiResonseError

**Compatibility**
### Dependencies

This release is compatible with knora-api v13.0.0-rc.4

---

## v1.0.0-rc.1
## v1.0.0-rc.1 (26/05/2020)

### Features

Expand All @@ -64,13 +86,13 @@ This release is compatible with knora-api v13.0.0-rc.4
- `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`.

**Compatibility**
### Compatibility

This release is compatible with knora-api v13.0.0-rc.3

---

## v1.0.0-rc.0
## v1.0.0-rc.0 (07/05/2020)

### Features

Expand Down Expand Up @@ -103,21 +125,22 @@ This release is compatible with knora-api v13.0.0-PR1.

---

## v0.2.0
## v0.2.0 (29/01/2020)

**Breaking Knora API Changes**
### Breaking Knora API Changes

- Breaking change in format of knora-api:lastModificationDate [#47](https://github.com/dasch-swiss/knora-api-js-lib/issues/47)

**Enhancement**
### Features

- Missing label in ReadOntology [#139](https://github.com/dasch-swiss/knora-api-js-lib/issues/139)

**Compatibility**
### Compatibility

This release is compatible with knora-api [v12.0.0](https://github.com/dasch-swiss/knora-api/releases/tag/v12.0.0)
This release is compatible with knora-api [v12.0.0](https://github.com/dasch-swiss/knora-api/releases/tag/v12.0.0)

---

## 0.1.0
Basic implementation of admin and v2 endpoints.
## 0.1.0 (18/12/2019)

Basic implementation of admin and v2 endpoints.
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": "@dasch-swiss/dsp-js",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"description": "JavaScript library that handles API requests to Knora",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test-framework/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
DeleteOntologyResponse,
UpdateOntology,
ResourceClassDefinitionWithAllLanguages,
CreateResourceClass,
CreateResourceClass
} from "@dasch-swiss/dsp-js";

import { map } from "rxjs/operators";
Expand Down

0 comments on commit 6e58ae7

Please sign in to comment.