Skip to content

Commit

Permalink
Merge pull request #21 from privacybydesign/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
bobhageman authored Oct 11, 2023
2 parents 6fa04ec + 0fdbeaa commit 8f6c349
Show file tree
Hide file tree
Showing 16 changed files with 1,442 additions and 1,175 deletions.
16 changes: 8 additions & 8 deletions plugins/yivi-client/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 plugins/yivi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privacybydesign/yivi-client",
"version": "0.1.2",
"version": "0.1.3",
"description": "A plugin to allow your Yivi flows to communicate with a server",
"main": "index.js",
"license": "SEE LICENSE IN REPOSITORY",
Expand Down
4 changes: 2 additions & 2 deletions plugins/yivi-console/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 plugins/yivi-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privacybydesign/yivi-console",
"version": "0.1.2",
"version": "0.1.3",
"description": "A console based front-end for Yivi flows. Useful for testing or use in nodejs",
"main": "node.js",
"browser": "web.js",
Expand Down
4 changes: 2 additions & 2 deletions plugins/yivi-dummy/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 plugins/yivi-dummy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privacybydesign/yivi-dummy",
"version": "0.1.2",
"version": "0.1.3",
"description": "A dummy back-end for Yivi flows. Useful for testing without an actual server",
"main": "index.js",
"license": "SEE LICENSE IN REPOSITORY",
Expand Down
30 changes: 15 additions & 15 deletions plugins/yivi-popup/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 plugins/yivi-popup/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@privacybydesign/yivi-popup",
"version": "0.1.2",
"version": "0.1.3",
"description": "A frond-end plugin to show the Yivi form in a popup",
"main": "index.js",
"license": "SEE LICENSE IN REPOSITORY",
"dependencies": {
"@privacybydesign/yivi-web": "^0.1.2",
"@privacybydesign/yivi-web": "^0.1.3",
"deepmerge": "^4.2.2"
},
"repository": {
Expand Down
22 changes: 11 additions & 11 deletions plugins/yivi-web/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 plugins/yivi-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privacybydesign/yivi-web",
"version": "0.1.2",
"version": "0.1.3",
"description": "A front-end to Yivi flows for in the web browser",
"main": "index.js",
"license": "SEE LICENSE IN REPOSITORY",
Expand Down
4 changes: 2 additions & 2 deletions yivi-core/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 yivi-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privacybydesign/yivi-core",
"version": "0.1.2",
"version": "0.1.3",
"description": "The state machine for implementing Yivi flows, that plugins can register on",
"main": "index.js",
"license": "SEE LICENSE IN REPOSITORY",
Expand Down
Loading

0 comments on commit 8f6c349

Please sign in to comment.