Skip to content

Commit

Permalink
Release alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoqlibre committed May 23, 2023
1 parent efc6fac commit 4987f85
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- None.

## [1.0.0-alpha.2] - 2023-05-23

### Changed

- index does not export Semanticable anymore.
- update @types/rdf-ext to version 2.2.0.
- git ignore .code-workspace files.

## [1.0.0-alpha.1] - 2023-03-27

### Added
Expand Down Expand Up @@ -55,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[unreleased]: https://github.com/datafoodconsortium/connector-typescript/compare/v1.0.0-alpha.1...HEAD
[unreleased]: https://github.com/datafoodconsortium/connector-typescript/compare/v1.0.0-alpha.2...HEAD
[1.0.0-alpha.2]: https://github.com/datafoodconsortium/connector-typescript/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
[1.0.0-alpha.1]: https://github.com/datafoodconsortium/connector-typescript/compare/v1.0.0-alpha...v1.0.0-alpha.1
[1.0.0-alpha]: https://github.com/datafoodconsortium/connector-typescript/releases/tag/v1.0.0-alpha
1 change: 0 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { Semanticable } from '@virtual-assembly/semantizer';
export { default as Connector } from './Connector.js';
export { default as ConnectorStoreMap } from './ConnectorStoreMap.js';
export { default as ConnectorFactory } from './ConnectorFactory.js';
Expand Down
2 changes: 1 addition & 1 deletion lib/index.d.ts.map

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

1 change: 0 additions & 1 deletion lib/index.js

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

2 changes: 1 addition & 1 deletion lib/index.js.map

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

15 changes: 8 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Maxime Lecoq",
"license": "MIT",
"type": "module",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/datafoodconsortium/connector-typescript.git",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/jsonld": "^1.5.7",
"@types/rdf-ext": "^2.0.0",
"@types/rdf-ext": "^2.2.0",
"@types/rdfjs__serializer-jsonld-ext": "^2.0.5",
"jest": "^29.2.2",
"typescript": "^4.5"
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { Semanticable } from '@virtual-assembly/semantizer';
export { default as Connector } from './Connector.js';
export { default as ConnectorStoreMap } from './ConnectorStoreMap.js';
export { default as ConnectorFactory } from './ConnectorFactory.js';
Expand Down

0 comments on commit 4987f85

Please sign in to comment.