Skip to content

Commit

Permalink
Merge branch 'release/1.1.8' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 17, 2022
2 parents 7d80edf + 8e0ee0d commit 97a5439
Show file tree
Hide file tree
Showing 6 changed files with 540 additions and 477 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Route Map Changelog

## 1.1.8 - 2022.07.17
### Changed
* Cast `$siteId` params to be an integer, even though it should be either an `int` or `null` already ([#22](https://github.com/nystudio107/craft-routemap/issues/22))

## 1.1.7 - 2021.07.17
### Changed
* Switched documentation system to VitePress
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-routemap",
"description": "Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries",
"type": "craft-plugin",
"version": "1.1.7",
"version": "1.1.8",
"keywords": [
"craft",
"cms",
Expand Down
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKERRUN=docker container run \
--rm \
-p 3002:3002 \
-t \
-v `pwd`:/app \
-v "${CURDIR}":/app \
${CONTAINER}:${TAG}
DOCSDEST?=../../../sites/nystudio107/web/docs/route-map

Expand All @@ -17,7 +17,7 @@ docker:
-t ${CONTAINER}:${TAG} \
--build-arg TAG=${TAG} \
--no-cache
build: clean docker install
build: docker install
${DOCKERRUN} \
run docs:build
rm -rf ${DOCSDEST}
Expand All @@ -34,7 +34,7 @@ install: docker
lint: docker install
${DOCKERRUN} \
run docs:lint
clean: docker
clean:
rm -rf node_modules/
rm -f package-lock.json
npm: docker
Expand Down
Loading

0 comments on commit 97a5439

Please sign in to comment.