@linkurious/ogma-annotations-react 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkurious/ogma-annotations-react",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A react component to add ogma annotations with react",
5
5
  "main": "dist/ogma-annotations-react.mjs",
6
6
  "module": "dist/ogma-annotations-react.mjs",
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "dev": "vite -c web/vite.config.ts",
27
27
  "build": "tsc --p ./tsconfig-build.json && vite build",
28
- "postversion": "env; npm i --save-peer @linkurious/ogma-annotations@${npm_new_version}",
28
+ "postversion": "npm i --save-peer @linkurious/ogma-annotations@${npm_new_version}",
29
29
  "bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
30
30
  "bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
31
31
  "bump:major": "bump2version major && npm version --no-git-tag-version major",
@@ -49,7 +49,7 @@
49
49
  "license": "Apache-2.0",
50
50
  "peerDependencies": {
51
51
  "@linkurious/ogma": "4.5.6",
52
- "@linkurious/ogma-annotations": "^1.0.10",
52
+ "@linkurious/ogma-annotations": "^1.0.11",
53
53
  "@linkurious/ogma-react": ">=4.6.1",
54
54
  "react": "18.2.0"
55
55
  },