Skip to content

Commit 11b6487

Browse files
committed
Release 10.0.0-next.1
1 parent 63d1014 commit 11b6487

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@
1212
"many-poets-crash",
1313
"odd-falcons-jam",
1414
"olive-moose-dance",
15+
"poor-socks-pay",
1516
"proud-balloons-complain",
17+
"shaggy-guests-kiss",
1618
"silent-timers-hammer",
1719
"slimy-clocks-end",
1820
"slow-trains-fix",
21+
"small-plants-trade",
1922
"thin-moles-poke",
2023
"tiny-cows-guess",
24+
"tough-poems-provide",
2125
"twenty-cooks-grow",
2226
"weak-panthers-obey"
2327
]

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @lblod/ember-rdfa-editor
22

3+
## 10.0.0-next.1
4+
5+
### Major Changes
6+
7+
- [#1136](https://github.com/lblod/ember-rdfa-editor/pull/1136) [`7e88d94`](https://github.com/lblod/ember-rdfa-editor/commit/7e88d94cd1495ee566b1053a0405d5bdf5d8f706) Thanks [@elpoelma](https://github.com/elpoelma)! - Replace all instances of `resource` node-attribute by `subject` node-attribute
8+
9+
### Minor Changes
10+
11+
- [#1136](https://github.com/lblod/ember-rdfa-editor/pull/1136) [`7e88d94`](https://github.com/lblod/ember-rdfa-editor/commit/7e88d94cd1495ee566b1053a0405d5bdf5d8f706) Thanks [@elpoelma](https://github.com/elpoelma)! - Simplify implementation of `getRdfaAttrs` function
12+
13+
### Patch Changes
14+
15+
- [#1124](https://github.com/lblod/ember-rdfa-editor/pull/1124) [`979719d`](https://github.com/lblod/ember-rdfa-editor/commit/979719da9fce6e08b05ae940677ce56009796559) Thanks [@elpoelma](https://github.com/elpoelma)! - Fix `looseMatches` is undefined error
16+
17+
- [#1133](https://github.com/lblod/ember-rdfa-editor/pull/1133) [`57e11d6`](https://github.com/lblod/ember-rdfa-editor/commit/57e11d610e2f048c1e4acb8322cff3b0f3633c04) Thanks [@abeforgit](https://github.com/abeforgit)! - migrate off of ember-cli-typescript
18+
319
## 10.0.0-next.0
420

521
### Major Changes
@@ -252,6 +268,7 @@
252268
- [#1021](https://github.com/lblod/ember-rdfa-editor/pull/1021) [`c0023f39`](https://github.com/lblod/ember-rdfa-editor/commit/c0023f3916c17ef7660fb8a474a3f10e397e2eca) Thanks [@elpoelma](https://github.com/elpoelma)! - also add rdfaIds to resources in relationship selector
253269

254270
- [#1021](https://github.com/lblod/ember-rdfa-editor/pull/1021) [`923423e5`](https://github.com/lblod/ember-rdfa-editor/commit/923423e5cc1273e12bcc17a9cad1029e7be3d044) Thanks [@elpoelma](https://github.com/elpoelma)! - improve child rdfa node detection
271+
255272
## 7.0.2
256273

257274
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lblod/ember-rdfa-editor",
3-
"version": "10.0.0-next.0",
3+
"version": "10.0.0-next.1",
44
"description": "Ember addon wrapping an RDFa editor with a public API",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)