Skip to content

Commit

Permalink
Merge pull request #71 from userback/aliu/update-version
Browse files Browse the repository at this point in the history
Bump to 0.3.4
  • Loading branch information
lee-userback authored Jun 13, 2024
2 parents 250269d + bd82455 commit 6a62656
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"test": "playwright test"
Expand Down
2 changes: 1 addition & 1 deletion examples/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-js",
"version": "0.3.3",
"version": "0.3.4",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-nuxt",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-nuxt2",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-class/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-react-class",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-react",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"scripts": {
"start": "vite",
"build": "tsc --noEmit && vite build",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vue",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vue2",
"private": true,
"version": "0.3.3",
"version": "0.3.4",
"scripts": {
"start": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"description": "Root workspace for userback.io npm packages",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion widget-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userback/widget",
"description": "Userback.io widget for Javascript and Typescript",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userback/react",
"description": "Userback.io widget for React",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion widget-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userback/vue",
"description": "Userback.io widget for Vue3",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion widget-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@userback/vue2",
"description": "Userback.io widget for Vue2",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 6a62656

Please sign in to comment.