Skip to content

Commit

Permalink
Bump version to: v3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vasikarla committed Feb 12, 2024
1 parent 744ab7c commit f5b4be8
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/android-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-android-material-deep-link-example",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "An android demo app for storybook native",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-controls-example",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "An Android demo app showing how to use controls",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-cross-platform-example",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "material-ui Web, Android, and iOS components in the same storybook",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/flutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-flutter-example",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "A Flutter demo app showcasing cross-platform controls",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/ios-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-ios-example-deep-link",
"version": "3.0.1",
"version": "3.1.0",
"private": true,
"description": "An iOS demo app for storybook native",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.1.0",
"npmClient": "yarn",
"registry": "https://registry.npmjs.com",
"useWorkspaces": true
Expand Down
4 changes: 2 additions & 2 deletions packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-addon",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand All @@ -27,13 +27,13 @@
"@storybook/core-events": "^7.5.3",
"@storybook/deep-link-logger": "link:../deep-link-logger",
"@storybook/manager-api": "^7.5.3",
"@storybook/types": "^7.5.3",
"@storybook/native-components": "link:../native-components",
"@storybook/native-controllers": "link:../controllers",
"@storybook/native-devices": "link:../devices",
"@storybook/native-types": "link:../types",
"@storybook/react": "^7.5.3",
"@storybook/theming": "^7.5.3",
"@storybook/types": "^7.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/controllers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-controllers",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"description": "Functions for programatically interacting with emulators",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-link-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/deep-link-logger",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-dev-middleware",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"description": "Middleware for using storybook with emulators open on a local machine",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/devices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-devices",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/native-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-components",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"description": "storybook native build tool",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/native-types",
"version": "3.0.1",
"version": "3.1.0",
"main": "./dist/index.js",
"files": [
"dist"
Expand Down

0 comments on commit f5b4be8

Please sign in to comment.