Skip to content

Commit

Permalink
Release 0.0.10 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Jul 22, 2022
1 parent 8002c26 commit 21610b6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 34 deletions.
18 changes: 1 addition & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ bench: node_modules $(GEN)/connect-web-bench $(BUILD)/connect-web ## Benchmark c

.PHONY: setversion
setversion: ## Set a new version in for the project, i.e. make setversion SET_VERSION=1.2.3
node scripts/update-go-version-file.js cmd/protoc-gen-connect-web/main.go $(SET_VERSION)
node scripts/set-workspace-version.js $(SET_VERSION)
node scripts/go-build-npm.js packages/protoc-gen-connect-web ./cmd/protoc-gen-connect-web
rm package-lock.json
rm -rf node_modules
npm i
Expand All @@ -143,24 +141,10 @@ setversion: ## Set a new version in for the project, i.e. make setversion SET_VE
.PHONY: release
release: all ## Release @bufbuild/connect-web
@[ -z "$(shell git status --short)" ] || (echo "Uncommitted changes found." && exit 1);
node scripts/go-build-npm.js packages/protoc-gen-connect-web ./cmd/protoc-gen-connect-web
npm publish \
--access restricted \
--workspace packages/connect-web \
--workspace packages/protoc-gen-connect-web \
--workspace packages/protoc-gen-connect-web-darwin-64 \
--workspace packages/protoc-gen-connect-web-darwin-arm64 \
--workspace packages/protoc-gen-connect-web-freebsd-64 \
--workspace packages/protoc-gen-connect-web-freebsd-arm64 \
--workspace packages/protoc-gen-connect-web-linux-32 \
--workspace packages/protoc-gen-connect-web-linux-64 \
--workspace packages/protoc-gen-connect-web-linux-arm \
--workspace packages/protoc-gen-connect-web-linux-arm64 \
--workspace packages/protoc-gen-connect-web-netbsd-64 \
--workspace packages/protoc-gen-connect-web-openbsd-64 \
--workspace packages/protoc-gen-connect-web-windows-32 \
--workspace packages/protoc-gen-connect-web-windows-64 \
--workspace packages/protoc-gen-connect-web-windows-arm64
--workspace packages/protoc-gen-connect-web

.PHONY: crosstestserverstop
crosstestserverstop:
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf README.md src/gen"
},
"dependencies": {
"@bufbuild/connect-web": "0.0.9",
"@bufbuild/connect-web": "0.0.10",
"@bufbuild/protobuf": "^0.0.9",
"@bufbuild/protoc-gen-es": "^0.0.9",
"esbuild": "^0.14.49",
Expand Down

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

4 changes: 2 additions & 2 deletions packages/connect-web-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web-test",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"scripts": {
"clean": "rm -rf ./dist/esm/*",
Expand All @@ -16,7 +16,7 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@bufbuild/connect-web": "0.0.9",
"@bufbuild/connect-web": "0.0.10",
"@grpc/grpc-js": "^1.6.7",
"@types/jasmine": "^4.0.3",
"@types/long": "^4.0.2",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/connect-web",
"version": "0.0.9",
"version": "0.0.10",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bufbuild/protoc-gen-connect-web",
"version": "0.0.9",
"version": "0.0.10",
"description": "Code generator for connect-web",
"license": "Apache-2.0",
"repository": {
Expand All @@ -23,7 +23,7 @@
"@bufbuild/protoplugin": "^0.0.9"
},
"peerDependencies": {
"@bufbuild/connect-web": "^0.0.9",
"@bufbuild/connect-web": "^0.0.10",
"@bufbuild/protoc-gen-es": "^0.0.9"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 21610b6

Please sign in to comment.