Skip to content

Commit

Permalink
🆙 1.2.2 patch autobump (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored Aug 4, 2023
1 parent 3a26607 commit 74c8995
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version=1.2.1
version=1.2.2
pkgs=lib web-app

.PHONY: all audit license-check lint test ci i start format clean
Expand Down
4 changes: 2 additions & 2 deletions lib/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 lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentdf/client",
"version": "1.2.1",
"version": "1.2.2",
"description": "Access and generate tdf protected content",
"homepage": "https://github.com/opentdf/client-web",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Exposes the released version number of the `@opentdf/client` package
*/
export const version = '1.2.1';
export const version = '1.2.2';

/**
* A string name used to label requests as coming from this library client.
Expand Down
2 changes: 1 addition & 1 deletion lib/tdf3/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const version = '1.2.1';
export const version = '1.2.2';
export const clientType = 'tdf3-js-client';
224 changes: 112 additions & 112 deletions web-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-app",
"version": "1.2.1",
"version": "1.2.2",
"license": "BSD-3-Clause-Clear",
"type": "module",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"test:ui": "vite build && vitest --ui"
},
"dependencies": {
"@opentdf/client": "file:../lib/opentdf-client-1.2.1.tgz",
"@opentdf/client": "file:../lib/opentdf-client-1.2.2.tgz",
"clsx": "^2.0.0",
"native-file-system-adapter": "^3.0.0",
"react": "^18.2.0",
Expand Down

0 comments on commit 74c8995

Please sign in to comment.