Skip to content

Commit 7416047

Browse files
committed
Bump v0.1.0 → v0.2.0 (better late than never?)
1 parent a352fff commit 7416047

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/apache-annotator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apache-annotator",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Apache Annotator provides annotation enabling code for browsers, servers, and humans.",
55
"homepage": "https://annotator.apache.org",
66
"repository": {
@@ -15,8 +15,8 @@
1515
"./*": "./lib/*.js"
1616
},
1717
"dependencies": {
18-
"@apache-annotator/dom": "^0.1.0",
19-
"@apache-annotator/selector": "^0.1.0",
18+
"@apache-annotator/dom": "^0.2.0",
19+
"@apache-annotator/selector": "^0.2.0",
2020
"@babel/runtime-corejs3": "^7.13.10"
2121
},
2222
"engines": {

packages/dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apache-annotator/dom",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Utilities for annotation of the Document Object Model.",
55
"homepage": "https://annotator.apache.org",
66
"repository": {
@@ -18,7 +18,7 @@
1818
"optimal-select": "^4.0.1"
1919
},
2020
"devDependencies": {
21-
"@apache-annotator/selector": "^0.1.0"
21+
"@apache-annotator/selector": "^0.2.0"
2222
},
2323
"engines": {
2424
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0"

packages/selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apache-annotator/selector",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Web Annotation selector for engine.",
55
"homepage": "https://annotator.apache.org",
66
"repository": {

0 commit comments

Comments
 (0)