This is an automated email from the ASF dual-hosted git repository.

gerben pushed a change to annotated tag v0.2.0-rc.1
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


*** WARNING: tag v0.2.0-rc.1 was modified! ***

    from 90a703c  (tag)
      to 83d5e8d  (tag)
 tagging 392794f23f7473b43edc7d037a563303651c0c5b (commit)
 replaces v0.1.0
      by Gerben
      on Wed Jul 14 23:37:55 2021 +0200

- Log -----------------------------------------------------------------
v0.2.0-rc.1
-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQTK+Idb8AA64wKS+f5NpSqtrmQhhgUCYO9ZMwAKCRBNpSqtrmQh
hmhfAKCdhk6KWqJIM01+UgVhPMmaqef4cACfXKVIhHvWOXBCb/9lvBR655QlIO8=
=xzz1
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

    from 6475023  Add warning about issue #112.
     add 0071da0  Satisfy the Rat
     add 991ad5f  Please linter
     add fc5474d  Make clean command clean more stuff
     add 9e290d1  creating LICENSES directory
     add 86d0278  improving license info in README
     add 9360b43  adding license and copyright SPDX headers
     add c4fedab  fixing header
     add 2c5acf8  Update and merge PR #107 (REUSE compliance)
     add 392794f  Copyright like it’s 2021.

No new revisions were added by this update.

Summary of changes:
 .eslintrc.js                                       |  3 +-
 .gitignore                                         |  2 +-
 .mocharc.js                                        |  2 ++
 .ratignore                                         |  2 ++
 LICENSE => LICENSES/Apache-2.0.txt                 |  0
 Makefile                                           |  2 ++
 NOTICE                                             |  2 +-
 README.md                                          |  3 +-
 babel-register.js                                  |  2 ++
 babel.config.js                                    |  2 ++
 husky.config.js                                    |  2 ++
 nyc.config.js                                      |  2 ++
 package.json                                       |  2 +-
 packages/apache-annotator/src/dom.ts               |  2 ++
 packages/apache-annotator/src/selector.ts          |  2 ++
 packages/dom/@types/optimal-select/index.d.ts      | 22 +++++++++++++
 packages/dom/src/css.ts                            |  2 ++
 packages/dom/src/highlight-text.ts                 |  2 ++
 packages/dom/src/index.ts                          |  2 ++
 packages/dom/src/normalize-range.ts                |  2 ++
 packages/dom/src/owner-document.ts                 |  2 ++
 packages/dom/src/range/cartesian.ts                |  2 ++
 packages/dom/src/range/index.ts                    |  2 ++
 packages/dom/src/range/match.ts                    |  6 ++--
 packages/dom/src/text-node-chunker.ts              |  2 ++
 packages/dom/src/text-position/describe.ts         |  2 ++
 packages/dom/src/text-position/index.ts            |  2 ++
 packages/dom/src/text-position/match.ts            |  2 ++
 packages/dom/src/text-quote/describe.ts            |  2 ++
 packages/dom/src/text-quote/index.ts               |  2 ++
 packages/dom/src/text-quote/match.ts               |  2 ++
 packages/dom/src/to-range.ts                       |  2 ++
 packages/dom/test/css/describe.test.ts             |  2 ++
 packages/dom/test/css/match-cases.ts               |  2 ++
 packages/dom/test/css/match.test.ts                |  2 ++
 .../dom/test/highlight-text/highlight-text.test.ts | 12 +++----
 packages/dom/test/range/cartesian.test.ts          |  2 ++
 packages/dom/test/text-position/describe.test.ts   |  2 ++
 packages/dom/test/text-position/match-cases.ts     |  2 ++
 packages/dom/test/text-position/match.test.ts      |  2 ++
 packages/dom/test/text-quote/describe-cases.ts     |  2 ++
 packages/dom/test/text-quote/describe.test.ts      |  4 ++-
 packages/dom/test/text-quote/match-cases.ts        |  2 ++
 packages/dom/test/text-quote/match.test.ts         |  4 ++-
 packages/dom/test/utils.ts                         | 37 ++++++++++------------
 packages/selector/src/index.ts                     |  2 ++
 packages/selector/src/text/chunker.ts              |  2 ++
 packages/selector/src/text/code-point-seeker.ts    |  2 ++
 .../selector/src/text/describe-text-position.ts    |  2 ++
 packages/selector/src/text/describe-text-quote.ts  |  2 ++
 packages/selector/src/text/index.ts                |  2 ++
 packages/selector/src/text/match-text-position.ts  |  2 ++
 packages/selector/src/text/match-text-quote.ts     |  2 ++
 packages/selector/src/text/seeker.ts               |  2 ++
 packages/selector/src/types.ts                     |  2 ++
 test/data-model.test.ts                            |  2 ++
 web/index.html                                     |  2 ++
 web/index.js                                       |  2 ++
 web/style.css                                      |  2 ++
 web/webpack.config.js                              |  2 ++
 60 files changed, 156 insertions(+), 37 deletions(-)
 copy LICENSE => LICENSES/Apache-2.0.txt (100%)

Reply via email to