Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Aug 15, 2023
1 parent 36f16e8 commit 8b3e4a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scriptappy/cli",
"version": "0.9.1",
"version": "0.9.2",
"description": "Scriptappy CLI",
"keywords": [
"jsdoc",
Expand All @@ -20,7 +20,7 @@
],
"scripts": {},
"dependencies": {
"@scriptappy/from-jsdoc": "0.18.1",
"@scriptappy/from-jsdoc": "0.18.2",
"import-cwd": "3.0.0",
"yargs": "17.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/from-jsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scriptappy/from-jsdoc",
"version": "0.18.1",
"version": "0.18.2",
"description": "",
"main": "publish.js",
"files": [
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "/~https://github.com/qlik-oss/scriptappy#readme",
"dependencies": {
"@scriptappy/schema": "1.1.0",
"@scriptappy/schema": "1.1.1",
"@scriptappy/tools": "0.6.0",
"chokidar": "3.5.3",
"extend": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/scriptappy-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scriptappy/schema",
"version": "1.1.0",
"version": "1.1.1",
"description": "A specification for Javascript APIs",
"license": "MIT",
"author": "QLIK",
Expand Down

0 comments on commit 8b3e4a3

Please sign in to comment.