Skip to content

Commit

Permalink
Version 0.0.213-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Malloy CI Bot <[email protected]>
  • Loading branch information
Malloy CI Bot committed Nov 13, 2024
1 parent 3f0cd4b commit 6bf92c0
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 56 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.212",
"version": "0.0.213",
"command": {
"version": {
"allowBranch": "main"
Expand Down
54 changes: 27 additions & 27 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.212",
"version": "0.0.213",
"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.212",
"@malloydata/malloy": "^0.0.213",
"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.212",
"version": "0.0.213",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@duckdb/duckdb-wasm": "1.29.0",
"@malloydata/malloy": "^0.0.212",
"@malloydata/malloy": "^0.0.213",
"@motherduck/wasm-client": "^0.6.6",
"apache-arrow": "^17.0.0",
"duckdb": "1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-mysql",
"version": "0.0.212",
"version": "0.0.213",
"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.212",
"@malloydata/malloy": "^0.0.213",
"@types/node": "^22.7.4",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"luxon": "^3.5.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.212",
"version": "0.0.213",
"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.212",
"@malloydata/malloy": "^0.0.213",
"@types/pg": "^8.6.1",
"pg": "^8.7.1",
"pg-query-stream": "4.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-snowflake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-snowflake",
"version": "0.0.212",
"version": "0.0.213",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@malloydata/malloy": "^0.0.212",
"@malloydata/malloy": "^0.0.213",
"generic-pool": "^3.9.0",
"snowflake-sdk": "1.14.0",
"toml": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/malloy-db-trino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@malloydata/db-trino",
"version": "0.0.212",
"version": "0.0.213",
"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.212",
"@malloydata/malloy": "^0.0.213",
"@prestodb/presto-js-client": "^1.0.0",
"gaxios": "^4.2.0",
"trino-client": "^0.2.2"
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.212",
"version": "0.0.213",
"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.212",
"version": "0.0.213",
"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.212"
"@malloydata/malloy": "^0.0.213"
},
"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.212",
"version": "0.0.213",
"license": "MIT",
"main": "dist/module/index.umd.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-types": "tsc --build --declaration --emitDeclarationOnly"
},
"dependencies": {
"@malloydata/malloy": "^0.0.212",
"@malloydata/malloy": "^0.0.213",
"@tanstack/solid-virtual": "^3.10.4",
"component-register": "^0.8.6",
"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.212",
"version": "0.0.213",
"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.212",
"version": "0.0.213",
"license": "MIT",
"exports": {
".": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/malloy/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated with 'generate-version-file' script; do not edit manually
export const MALLOY_VERSION = '0.0.212';
export const MALLOY_VERSION = '0.0.213';
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"dependencies": {
"@jest/globals": "^29.4.3",
"@malloydata/db-bigquery": "^0.0.212",
"@malloydata/db-duckdb": "^0.0.212",
"@malloydata/db-postgres": "^0.0.212",
"@malloydata/db-snowflake": "^0.0.212",
"@malloydata/db-trino": "^0.0.212",
"@malloydata/malloy": "^0.0.212",
"@malloydata/render": "^0.0.212",
"@malloydata/db-bigquery": "^0.0.213",
"@malloydata/db-duckdb": "^0.0.213",
"@malloydata/db-postgres": "^0.0.213",
"@malloydata/db-snowflake": "^0.0.213",
"@malloydata/db-trino": "^0.0.213",
"@malloydata/malloy": "^0.0.213",
"@malloydata/render": "^0.0.213",
"events": "^3.3.0",
"jsdom": "^22.1.0",
"luxon": "^2.4.0",
Expand All @@ -37,5 +37,5 @@
"@types/jsdom": "^21.1.1",
"@types/luxon": "^2.4.0"
},
"version": "0.0.212"
"version": "0.0.213"
}

0 comments on commit 6bf92c0

Please sign in to comment.