Skip to content

Commit

Permalink
Updated versions in package.json to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefeiss committed Jan 24, 2025
1 parent 9bd6626 commit 0bede8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prez-ui",
"private": true,
"version": "3.8.4",
"version": "4.0.0",
"description": "The frontend for Prez, a Linked Data API",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-prez-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-prez-app",
"version": "3.8.4",
"version": "4.0.0",
"description": "A starter template for creating your own themed Prez UI instance",
"license": "BSD-3-Clause",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-prez-app/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prez-ui-starter",
"version": "3.8.4",
"version": "4.0.0",
"private": true,
"license": "BSD-3-Clause",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/prez-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prez-components",
"version": "3.8.4",
"version": "4.0.0",
"description": "A Vue.js component library for rendering RDF data for use with Prez UI",
"type": "module",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/prez-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prez-lib",
"version": "3.8.4",
"version": "4.0.0",
"description": "A JS library for processing RDF data for use with Prez UI",
"type": "module",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/prez-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prez-ui",
"version": "3.8.4",
"version": "4.0.0",
"description": "A Nuxt base layer application for Prez UI",
"license": "BSD-3-Clause",
"type": "module",
Expand Down

0 comments on commit 0bede8c

Please sign in to comment.