Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier197 committed Jan 30, 2023
1 parent 09247b2 commit 1896566
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 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": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magidoc",
"version": "3.2.0",
"version": "3.2.1",
"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 All @@ -19,7 +19,7 @@
"fix": "run-p fix:*",
"fix:prettier": "prettier --write '**/*.ts' '**/*.svelte'",
"fix:lint": "eslint --config .eslintrc.cjs --fix '**/src/**/*.{ts,svelte}'",
"release": "pnpm build && node packages/starters/zipStarters.cjs && pnpm -r release",
"release": "pnpm build && node packages/starters/zipStarters.cjs && pnpm --filter '!@magidoc/docs' -r release",
"patch": "pnpm version --no-git-tag-version patch | xargs pnpm -r exec pnpm version --allow-same-version --no-git-tag-version && pnpm -r up '@magidoc/*'",
"minor": "pnpm version --no-git-tag-version minor | xargs pnpm -r exec pnpm version --allow-same-version --no-git-tag-version && pnpm -r up '@magidoc/*'",
"major": "pnpm version --no-git-tag-version major | xargs pnpm -r exec pnpm version --allow-same-version --no-git-tag-version && pnpm -r up '@magidoc/*'",
Expand Down
6 changes: 3 additions & 3 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": "3.2.0",
"version": "3.2.1",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"release": "pnpm publish --no-git-checks --access public"
},
"dependencies": {
"@magidoc/plugin-starter-variables": "workspace:^3.2.0",
"@magidoc/rollup-plugin-gql-schema": "workspace:^3.2.0",
"@magidoc/plugin-starter-variables": "workspace:^3.2.1",
"@magidoc/rollup-plugin-gql-schema": "workspace:^3.2.1",
"axios": "^1.2.6",
"chokidar": "^3.5.3",
"commander": "^10.0.0",
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": "3.2.0",
"version": "3.2.1",
"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:^3.2.0",
"@magidoc/plugin-fuse-markdown": "workspace:^3.2.1",
"fuse.js": "^6.6.2",
"graphql": "^16.6.0",
"marked": "^4.2.12"
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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rollup-plugin-gql-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@magidoc/rollup-plugin-gql-schema",
"description": "A Rollup and ViteJS plugin that allows to parse a GraphQL Schema from a target URL and save it to a target output folder, or to parse it from the disk and convert it to a desired format.",
"private": false,
"version": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"type": "module",
"keywords": [
Expand All @@ -18,14 +18,14 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@magidoc/plugin-fuse-graphql": "workspace:^3.2.0",
"@magidoc/plugin-fuse-markdown": "workspace:^3.2.0",
"@magidoc/plugin-query-generator": "workspace:^3.2.0",
"@magidoc/plugin-reverse-schema-mapper": "workspace:^3.2.0",
"@magidoc/plugin-starter-variables": "workspace:^3.2.0",
"@magidoc/plugin-svelte-marked": "workspace:^3.2.0",
"@magidoc/plugin-svelte-prismjs": "workspace:^3.2.0",
"@magidoc/rollup-plugin-gql-schema": "workspace:^3.2.0",
"@magidoc/plugin-fuse-graphql": "workspace:^3.2.1",
"@magidoc/plugin-fuse-markdown": "workspace:^3.2.1",
"@magidoc/plugin-query-generator": "workspace:^3.2.1",
"@magidoc/plugin-reverse-schema-mapper": "workspace:^3.2.1",
"@magidoc/plugin-starter-variables": "workspace:^3.2.1",
"@magidoc/plugin-svelte-marked": "workspace:^3.2.1",
"@magidoc/plugin-svelte-prismjs": "workspace:^3.2.1",
"@magidoc/rollup-plugin-gql-schema": "workspace:^3.2.1",
"@sveltejs/adapter-static": "1.0.5",
"@sveltejs/kit": "1.3.3",
"@types/lodash": "^4.14.191",
Expand Down
22 changes: 11 additions & 11 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 1896566

Please sign in to comment.