Skip to content

Commit

Permalink
Merge pull request #48 from duckdb/jray/bump-pkg-versions-to-1.1.2-al…
Browse files Browse the repository at this point in the history
…pha.3

bump pkg versions to 1.1.2-alpha.3
  • Loading branch information
jraymakers authored Nov 3, 2024
2 parents b715465 + 8cd56bf commit 7ce10a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pkgs/@duckdb/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-api",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-darwin-arm64",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-linux-x64",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-win32-x64",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings",
"version": "1.1.2-alpha.2",
"version": "1.1.2-alpha.3",
"main": "./duckdb.js",
"types": "./duckdb.d.ts",
"optionalDependencies": {
Expand Down

0 comments on commit 7ce10a6

Please sign in to comment.