Skip to content

Commit 7e1498b

Browse files
committed
Publishing v3.1.6
1 parent e9fe51c commit 7e1498b

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

packages/controlled-vocabulary/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/controlled-vocabulary",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of components to allow user to configure dropdown elements. Use with the \"controlled_vocabulary\" gem.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",
@@ -23,8 +23,8 @@
2323
"underscore": "^1.13.7"
2424
},
2525
"peerDependencies": {
26-
"@performant-software/semantic-components": "^3.1.5",
27-
"@performant-software/shared-components": "^3.1.5",
26+
"@performant-software/semantic-components": "^3.1.6",
27+
"@performant-software/shared-components": "^3.1.6",
2828
"react": ">= 16.13.1 < 19.0.0",
2929
"react-dom": ">= 16.13.1 < 19.0.0"
3030
},

packages/core-data/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/core-data",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of components used with the Core Data platform.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",
@@ -48,8 +48,8 @@
4848
"underscore": "^1.13.2"
4949
},
5050
"peerDependencies": {
51-
"@performant-software/geospatial": "^3.1.5",
52-
"@performant-software/shared-components": "^3.1.5",
51+
"@performant-software/geospatial": "^3.1.6",
52+
"@performant-software/shared-components": "^3.1.6",
5353
"@peripleo/maplibre": "^0.8.7",
5454
"@peripleo/peripleo": "^0.8.7",
5555
"react": ">= 16.13.1 < 19.0.0",

packages/geospatial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/geospatial",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of components for all things map-related.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",

packages/semantic-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/semantic-components",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of shared components based on the Semantic UI Framework.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",
@@ -35,7 +35,7 @@
3535
"zotero-translation-client": "^5.0.1"
3636
},
3737
"peerDependencies": {
38-
"@performant-software/shared-components": "^3.1.5",
38+
"@performant-software/shared-components": "^3.1.6",
3939
"@samvera/clover-iiif": "^2.3.2",
4040
"react": ">= 16.13.1 < 19.0.0",
4141
"react-dnd": "^16.0.1",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/shared-components",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of shared, framework agnostic, components.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",

packages/user-defined-fields/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/user-defined-fields",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of components used for allowing end users to define fields on models. Use with the \"user_defined_fields\" gem.",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",
@@ -23,8 +23,8 @@
2323
"underscore": "^1.13.7"
2424
},
2525
"peerDependencies": {
26-
"@performant-software/semantic-components": "^3.1.5",
27-
"@performant-software/shared-components": "^3.1.5",
26+
"@performant-software/semantic-components": "^3.1.6",
27+
"@performant-software/shared-components": "^3.1.6",
2828
"react": ">= 16.13.1 < 19.0.0",
2929
"react-dom": ">= 16.13.1 < 19.0.0"
3030
},

packages/visualize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@performant-software/visualize",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A package of components used for data visualization",
55
"license": "MIT",
66
"main": "./dist/index.cjs.js",

react-components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/user-defined-fields",
99
"packages/visualize"
1010
],
11-
"version": "3.1.5"
11+
"version": "3.1.6"
1212
}

0 commit comments

Comments
 (0)