Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier197 committed Oct 28, 2022
1 parent 9b68e25 commit e565084
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magidoc/docs",
"version": "2.14.2",
"version": "2.14.3",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magidoc",
"version": "2.14.2",
"version": "2.14.3",
"description": "MagiDoc is a documentation website generator for GraphQL based on Svelte and that allows for infinite customization through plugins.",
"repository": "git@github.com:magidoc-org/magidoc.git",
"author": "Sunny Pelletier",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/cli",
"description": "Magidoc CLI application responsible for generating GraphQL documentation websites.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
"release": "pnpm publish --no-git-checks --access public"
},
"dependencies": {
"@magidoc/plugin-starter-variables": "workspace:^2.14.2",
"@magidoc/rollup-plugin-fetch-gql-schema": "workspace:^2.14.2",
"@magidoc/rollup-plugin-parse-gql-schema": "workspace:^2.14.2",
"@magidoc/plugin-starter-variables": "workspace:^2.14.3",
"@magidoc/rollup-plugin-fetch-gql-schema": "workspace:^2.14.3",
"@magidoc/rollup-plugin-parse-gql-schema": "workspace:^2.14.3",
"axios": "^1.1.3",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fuse-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/plugin-fuse-graphql",
"description": "A plugin used to index a GraphQL schema into a Fuse.js search engine.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -27,7 +27,7 @@
"release": "pnpm publish --no-git-checks --access public"
},
"dependencies": {
"@magidoc/plugin-fuse-markdown": "workspace:^2.14.2",
"@magidoc/plugin-fuse-markdown": "workspace:^2.14.3",
"fuse.js": "^6.6.2",
"graphql": "^16.6.0",
"marked": "^4.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/fuse-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/plugin-fuse-markdown",
"description": "A plugin used to index markdown text into a Fuse.js search engine.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/query-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/plugin-query-generator",
"description": "A browser and nodeJS compatible plugin that allows to generate GraphQL Queries and Variables",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/reverse-schema-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/plugin-reverse-schema-mapper",
"description": "A library that provides the ability to do a reverse lookup on GraphQL types.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rollup-fetch-gql-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/rollup-plugin-fetch-gql-schema",
"description": "A Rollup and ViteJS plugin that allows to fetch a GraphQL Schema from a target URL and save it to a target output folder.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rollup-parse-gql-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/rollup-plugin-parse-gql-schema",
"description": "A Rollup and ViteJS plugin that allows to fetch a GraphQL Schema from a target URL and save it to a target output folder.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/starter-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/plugin-starter-variables",
"description": "A shared library that contains common Magidoc starter environment variables keys.",
"private": false,
"version": "2.14.2",
"version": "2.14.3",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/svelte-marked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A markdown parser library that renders to svelte components.",
"type": "module",
"license": "MIT",
"version": "2.14.2",
"version": "2.14.3",
"svelte": "index.js",
"private": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/svelte-prismjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Svelte component library providing an easy to use component to display PrismJS code blocks",
"type": "module",
"license": "MIT",
"version": "2.14.2",
"version": "2.14.3",
"svelte": "index.js",
"private": false,
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions packages/starters/carbon-multi-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@magidoc/starter-carbon-multi-page",
"version": "2.14.2",
"version": "2.14.3",
"license": "MIT",
"type": "module",
"keywords": [
Expand All @@ -19,14 +19,14 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@magidoc/plugin-fuse-graphql": "workspace:^2.14.2",
"@magidoc/plugin-fuse-markdown": "workspace:^2.14.2",
"@magidoc/plugin-query-generator": "workspace:^2.14.2",
"@magidoc/plugin-reverse-schema-mapper": "workspace:^2.14.2",
"@magidoc/plugin-starter-variables": "workspace:^2.14.2",
"@magidoc/plugin-svelte-marked": "workspace:^2.14.2",
"@magidoc/plugin-svelte-prismjs": "workspace:^2.14.2",
"@magidoc/rollup-plugin-parse-gql-schema": "workspace:^2.14.2",
"@magidoc/plugin-fuse-graphql": "workspace:^2.14.3",
"@magidoc/plugin-fuse-markdown": "workspace:^2.14.3",
"@magidoc/plugin-query-generator": "workspace:^2.14.3",
"@magidoc/plugin-reverse-schema-mapper": "workspace:^2.14.3",
"@magidoc/plugin-starter-variables": "workspace:^2.14.3",
"@magidoc/plugin-svelte-marked": "workspace:^2.14.3",
"@magidoc/plugin-svelte-prismjs": "workspace:^2.14.3",
"@magidoc/rollup-plugin-parse-gql-schema": "workspace:^2.14.3",
"@sveltejs/adapter-static": "1.0.0-next.46",
"@sveltejs/kit": "1.0.0-next.525",
"@types/lodash": "^4.14.186",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit e565084

Please sign in to comment.