From 6c6b17f06635fd62a5a2098c2d52a6a3866a01ed Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Thu, 11 May 2023 19:41:58 -0500 Subject: [PATCH] bump latest version to 0.18.3 --- SECURITY.md | 4 ++-- docs/.vitepress/config.js | 2 +- docs/guide/config/cli-commands.md | 2 +- docs/guide/index.md | 4 ++-- docs/guide/pages.md | 2 +- projects/cli/README.md | 2 +- projects/cli/package-lock.json | 4 ++-- projects/cli/package.json | 2 +- projects/cli/tests/09-elm-binary.bats | 6 +++--- projects/graphql/README.md | 8 ++++---- projects/graphql/package-lock.json | 4 ++-- projects/graphql/package.json | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 11145c97..3169ef7a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,8 +8,8 @@ versions: | Version | Supported | | ---------- | ------------------ | -| 0.18.1 | :white_check_mark: | -| < 0.18.1 | :x: | +| 0.18.3 | :white_check_mark: | +| < 0.18.3 | :x: | ## Reporting a Vulnerability diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index f647e79c..08e9dcd4 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -1,4 +1,4 @@ -const version = '0.18.1' +const version = '0.18.3' export default { title: 'Elm Land', diff --git a/docs/guide/config/cli-commands.md b/docs/guide/config/cli-commands.md index 9903d662..fb6ed2bf 100644 --- a/docs/guide/config/cli-commands.md +++ b/docs/guide/config/cli-commands.md @@ -149,7 +149,7 @@ Here's example output of what you'd see if you ran this command in the ["Pages a ```txt - 🌈 Elm Land (v0.18.1) found 5 pages in your application + 🌈 Elm Land (v0.18.3) found 5 pages in your application ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ src/Pages/Home_.elm ............... http://localhost:1234/ src/Pages/SignIn.elm .............. http://localhost:1234/sign-in diff --git a/docs/guide/index.md b/docs/guide/index.md index 0068deb9..eae9351b 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -18,7 +18,7 @@ ## Installation -To get started, we'll need to install the latest version of _Elm Land_ from NPM. At the time of writing, the latest version of Elm Land is `v0.18.1`. Here's the NPM command that will install `elm-land` on your computer: +To get started, we'll need to install the latest version of _Elm Land_ from NPM. At the time of writing, the latest version of Elm Land is `v0.18.3`. Here's the NPM command that will install `elm-land` on your computer: ```sh npm install -g elm-land@latest @@ -29,7 +29,7 @@ When the install command has finished, you'll be able to run `elm-land` in your ```txt $ elm-land -🌈 Welcome to Elm Land! (v0.18.1) +🌈 Welcome to Elm Land! (v0.18.3) ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ Here are the available commands: diff --git a/docs/guide/pages.md b/docs/guide/pages.md index 52e18c4b..8921cf1e 100644 --- a/docs/guide/pages.md +++ b/docs/guide/pages.md @@ -333,7 +333,7 @@ elm-land routes ```txt - 🌈 Elm Land (v0.18.1) found 5 pages in your application + 🌈 Elm Land (v0.18.3) found 5 pages in your application ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ src/Pages/Home_.elm ............... http://localhost:1234/ src/Pages/SignIn.elm .............. http://localhost:1234/sign-in diff --git a/projects/cli/README.md b/projects/cli/README.md index 591e3add..4edf5df2 100644 --- a/projects/cli/README.md +++ b/projects/cli/README.md @@ -17,7 +17,7 @@ The `elm-land` CLI comes with everything you need to create your next web applic ``` $ elm-land -🌈 Welcome to Elm Land! (v0.18.1) +🌈 Welcome to Elm Land! (v0.18.3) ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ Here are the available commands: diff --git a/projects/cli/package-lock.json b/projects/cli/package-lock.json index 1fea037b..aa743b6a 100644 --- a/projects/cli/package-lock.json +++ b/projects/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "elm-land", - "version": "0.18.1", + "version": "0.18.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elm-land", - "version": "0.18.1", + "version": "0.18.3", "license": "ISC", "dependencies": { "@lydell/elm": "0.19.1-9", diff --git a/projects/cli/package.json b/projects/cli/package.json index 678be682..0ccdf9d0 100644 --- a/projects/cli/package.json +++ b/projects/cli/package.json @@ -1,6 +1,6 @@ { "name": "elm-land", - "version": "0.18.1", + "version": "0.18.3", "description": "Reliable web apps for everyone", "main": "index.js", "types": "./index.d.ts", diff --git a/projects/cli/tests/09-elm-binary.bats b/projects/cli/tests/09-elm-binary.bats index 70ee7f1a..4b521080 100644 --- a/projects/cli/tests/09-elm-binary.bats +++ b/projects/cli/tests/09-elm-binary.bats @@ -54,7 +54,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.1.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.3.tgz" } }' > package.json npm install run npx elm-land build @@ -72,7 +72,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.1.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.3.tgz" } }' > package.json npm install -g yarn yarn @@ -91,7 +91,7 @@ load helpers cp -r ../../examples/01-hello-world ../../examples/01-local-hello cd ../../examples/01-local-hello - echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.1.tgz" } }' > package.json + echo '{ "dependencies": { "elm-land": "file:../../projects/cli/elm-land-0.18.3.tgz" } }' > package.json npm install -g pnpm pnpm install diff --git a/projects/graphql/README.md b/projects/graphql/README.md index 2a3b91bc..e377da21 100644 --- a/projects/graphql/README.md +++ b/projects/graphql/README.md @@ -23,7 +23,7 @@ npm install -g elm-land@latest ```txt $ elm-land graphql -🌈 Elm Land (v0.18.1) wants to add a plugin! +🌈 Elm Land (v0.18.3) wants to add a plugin! ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ To use the `@elm-land/graphql` plugin, I'll need to install the NPM package and add a bit of JSON @@ -35,14 +35,14 @@ $ elm-land graphql ```txt $ elm-land graphql build -🌈 Elm Land (v0.18.1) successfully generated Elm files +🌈 Elm Land (v0.18.3) successfully generated Elm files ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ ``` ```txt $ elm-land graphql watch -🌈 Elm Land (v0.18.1) is watching "./graphql/*" for changes... +🌈 Elm Land (v0.18.3) is watching "./graphql/*" for changes... ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺ ``` @@ -55,7 +55,7 @@ Here’s what running the CLI looks like when there’s no schema provided: ``` $ elm-land graphql build -🌈 Elm Land (v0.18.1) needs a GraphQL schema +🌈 Elm Land (v0.18.3) needs a GraphQL schema ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ You can provide one by customizing the "elm-land.json" file to include a "graphql.schema" field. diff --git a/projects/graphql/package-lock.json b/projects/graphql/package-lock.json index 8b3ec6b8..3cb50e0e 100644 --- a/projects/graphql/package-lock.json +++ b/projects/graphql/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elm-land/graphql", - "version": "0.18.1", + "version": "0.18.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@elm-land/graphql", - "version": "0.18.1", + "version": "0.18.3", "license": "ISC", "dependencies": { "graphql": "16.6.0" diff --git a/projects/graphql/package.json b/projects/graphql/package.json index b3ce9801..9ea59e0b 100644 --- a/projects/graphql/package.json +++ b/projects/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@elm-land/graphql", - "version": "0.18.1", + "version": "0.18.3", "description": "Generate Elm code from GraphQL files", "main": "src/index.js", "scripts": {