Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 28, 2024
1 parent a5ab003 commit a8f7256
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "example",
"version": "1.0.0",
"scripts": {
"generate": "tsx --watch --watch-path=./input --watch-path=./src src/main.ts",
"generate:ci": "tsx main.ts",
Expand Down
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "lib",
"version": "1.0.0",
"scripts": {
"build": "tsc && cpy 'src/**/*.hbs' ../dist && cpy 'src/**/*.yaml' ../dist",
"check": "yarn run check:types && yarn run check:lint && yarn run check:test",
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": "domain-schema-documentation",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"build": "yarn workspaces foreach -A run build",
"check": "yarn workspaces foreach -A run check && syncpack lint && syncpack format",
Expand Down

0 comments on commit a8f7256

Please sign in to comment.