Skip to content

Commit

Permalink
Merge pull request #3 from kenclaron/development
Browse files Browse the repository at this point in the history
1.0.2
  • Loading branch information
kenclaron authored Sep 15, 2024
2 parents 8fa7291 + c46e179 commit d7fd2b3
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 17 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instastories",
"version": "1.0.1",
"version": "1.0.2",
"description": "The next generation of React Stories Library",
"author": {
"name": "Dmitry Britov",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-instastories/base",
"version": "1.0.1",
"version": "1.0.2",
"description": "The next generation of React Stories Library.",
"author": {
"name": "Dmitry Britov",
Expand All @@ -25,7 +25,11 @@
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"exports": {
".": "./dist/index.modern.js"
".": "./dist/index.modern.js",
"./*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"scripts": {
"start": "microbundle watch --jsx React.createElement --css-modules \"instastories-[local]\" --no-compress",
Expand Down
4 changes: 2 additions & 2 deletions packages/external/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions packages/external/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-instastories/external",
"version": "1.0.1",
"version": "1.0.2",
"description": "External optional components for the next generation of React Stories Library.",
"author": {
"name": "Dmitry Britov",
Expand All @@ -25,7 +25,11 @@
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"exports": {
".": "./dist/index.modern.js"
".": "./dist/index.modern.js",
"./*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"scripts": {
"start": "microbundle watch --jsx React.createElement --css-modules \"instastories-[local]\" --no-compress --globals @react-instastories/base=base",
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packages/presets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-instastories/presets",
"version": "1.0.1",
"version": "1.0.2",
"description": "Style presets for the next generation of React Stories Library.",
"author": {
"name": "Dmitry Britov",
Expand All @@ -20,6 +20,12 @@
"yarn": ">=3",
"node": ">=18.18.0 || ^20.9.0 || >=21.1.0"
},
"exports": {
"./*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"scripts": {
"start": "sass --watch ./src:./dist",
"build": "sass ./src:./dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/website/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 packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-instastories/website",
"version": "1.0.1",
"version": "1.0.2",
"description": "Demonstration and documentation website with @react-instastories libraries",
"private": true,
"author": {
Expand Down

0 comments on commit d7fd2b3

Please sign in to comment.