Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #21

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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