Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - create-plasmic-app@0.0.99
 - @plasmicapp/react-web@0.2.370
 - @plasmicapp/react-web-runtime@0.0.90
 - @plasmicpkgs/antd5@0.0.271
 - @plasmicpkgs/react-aria@0.0.107

GitOrigin-RevId: 951909f9952ffe42fefb6e15a1797cdc1aee1197
  • Loading branch information
Jenkins authored and actions-user committed Feb 14, 2025
1 parent e2619fd commit 8a4819e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-plasmic-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-plasmic-app",
"version": "0.0.98",
"version": "0.0.99",
"description": "Create Plasmic-powered React apps",
"main": "./dist/lib.js",
"types": "./dist/lib.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-web-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmicapp/react-web-runtime",
"version": "0.0.89",
"version": "0.0.90",
"files": [
"jsx-runtime",
"jsx-dev-runtime"
Expand All @@ -14,7 +14,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@plasmicapp/react-web": "0.2.369",
"@plasmicapp/react-web": "0.2.370",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmicapp/react-web",
"version": "0.2.369",
"version": "0.2.370",
"description": "plasmic library for rendering in the presentational style",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plasmicpkgs/antd5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmicpkgs/antd5",
"version": "0.0.270",
"version": "0.0.271",
"description": "Plasmic registration calls for antd components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@plasmicapp/data-sources": "0.1.171",
"@plasmicapp/host": "1.0.211",
"@plasmicapp/query": "0.1.79",
"@plasmicapp/react-web": "0.2.369",
"@plasmicapp/react-web": "0.2.370",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plasmicpkgs/react-aria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmicpkgs/react-aria",
"version": "0.0.106",
"version": "0.0.107",
"description": "Plasmic registration calls for react-aria based components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8a4819e

Please sign in to comment.