Skip to content

Commit

Permalink
Code Connect v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figma-bot committed Sep 10, 2024
1 parent e7f8a0f commit 9b9f34b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Code Connect v1.1.1 (10th September 2024)

## Fixed

### General
- Fixed an issue where the `@figma/[email protected]` npm package had an incorrect README

# Code Connect v1.1.0 (10th September 2024)

## Features
Expand Down
3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figma/code-connect",
"version": "1.1.0",
"version": "1.1.1",
"description": "A tool for connecting your design system components in code with your design system in Figma",
"keywords": [],
"author": "Figma",
Expand Down Expand Up @@ -56,6 +56,7 @@
"bundle:cli:mac": "npm run bundle:cli -- -o bundle-cli/figma-mac --target node18-mac-x64,node18-mac-arm64",
"bundle:cli:mac:arm64": "npm run bundle:cli -- -o bundle-cli/figma-mac-arm64 --target node18-mac-arm64",
"bundle:cli:win": "npm run bundle:cli -- -o bundle-cli/figma-win --target node18-win-x64",
"publish:npm": "npm install && npm run build && npm run bundle:npm-readme:prepare && npm publish --access public; npm run bundle:npm-readme:restore",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
Expand Down

0 comments on commit 9b9f34b

Please sign in to comment.