Skip to content

Commit

Permalink
core(release): Update release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Levesque authored and Johann Levesque committed Jun 28, 2024
1 parent ea40b81 commit bb1a2d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/geoview-basemap-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Saleh Yassin",
"license": "MIT",
"dependencies": {
"geoview-core": "workspace:~0.1.0"
"geoview-core": "workspace:~1.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/geoview-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geoview-core",
"version": "0.1.0",
"version": "1.0.0",
"description": "Lightweight viewer based on Open Layers and React for the Canadian Geospatial Platform",
"private": true,
"main": "src/app.tsx",
Expand Down
2 changes: 1 addition & 1 deletion packages/geoview-geochart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"geoview-core": "workspace:~0.1.0",
"geoview-core": "workspace:~1.0.0",
"geochart": "Canadian-Geospatial-Platform/geochart#develop",
"@mui/material": "^5.15.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/geoview-swiper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Saleh Yassin",
"license": "MIT",
"dependencies": {
"geoview-core": "workspace:~0.1.0",
"geoview-core": "workspace:~1.0.0",
"lodash": "^4.17.21",
"ol": "9.1.0",
"react-draggable": "^4.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/geoview-time-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Damon Ulmi",
"license": "MIT",
"dependencies": {
"geoview-core": "workspace:~0.1.0",
"geoview-core": "workspace:~1.0.0",
"@mui/material": "^5.15.11"
},
"devDependencies": {
Expand Down

0 comments on commit bb1a2d6

Please sign in to comment.