Skip to content

Commit

Permalink
Version 0.0.119-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
malloydataci committed Jan 16, 2024
1 parent efece0d commit 449c6c0
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"version": "0.0.118",
"version": "0.0.119",
"command": {
"version": {
"allowBranch": "main"
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/malloy-db-bigquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-bigquery",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/common": "^5.0.1",
"@google-cloud/paginator": "^5.0.0",
"@malloydata/malloy": "^0.0.118",
"@malloydata/malloy": "^0.0.119",
"gaxios": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/malloy-db-duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-duckdb",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@malloydata/duckdb-wasm": "0.0.6",
"@malloydata/malloy": "^0.0.118",
"@malloydata/malloy": "^0.0.119",
"apache-arrow": "^13.0.0",
"duckdb": "0.9.2",
"web-worker": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-postgres",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.118",
"@malloydata/malloy": "^0.0.119",
"@types/pg": "^8.6.1",
"pg": "^8.7.1",
"pg-query-stream": "4.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-interfaces",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/eslint-plugin-lint",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-malloy-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy-sql",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.118"
"@malloydata/malloy": "^0.0.119"
},
"devDependencies": {
"peggy": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/render",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@lit/context": "^1.1.0",
"@malloydata/malloy": "^0.0.118",
"@malloydata/malloy": "^0.0.119",
"@types/luxon": "^2.4.0",
"lit": "^3.0.2",
"lodash": "^4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy-syntax-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/syntax-highlight",
"version": "0.0.118",
"version": "0.0.119",
"description": "A package to simplify the process of developing, testing, and syncnig Malloy syntax highlighting grammars",
"files": [
"grammars/**/*.tmGrammar.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/malloy",
"version": "0.0.118",
"version": "0.0.119",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"dependencies": {
"@jest/globals": "^29.4.3",
"@malloydata/db-bigquery": "^0.0.118",
"@malloydata/db-duckdb": "^0.0.118",
"@malloydata/db-postgres": "^0.0.118",
"@malloydata/malloy": "^0.0.118",
"@malloydata/render": "^0.0.118",
"@malloydata/db-bigquery": "^0.0.119",
"@malloydata/db-duckdb": "^0.0.119",
"@malloydata/db-postgres": "^0.0.119",
"@malloydata/malloy": "^0.0.119",
"@malloydata/render": "^0.0.119",
"jsdom": "^22.1.0",
"luxon": "^2.4.0",
"madge": "^6.0.0"
Expand All @@ -31,5 +31,5 @@
"@types/jsdom": "^21.1.1",
"@types/luxon": "^2.4.0"
},
"version": "0.0.118"
"version": "0.0.119"
}

0 comments on commit 449c6c0

Please sign in to comment.