diff --git a/config/eslint-config-carbon/package.json b/config/eslint-config-carbon/package.json index 0dab206f0b81..2614f4df9543 100644 --- a/config/eslint-config-carbon/package.json +++ b/config/eslint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-carbon", "description": "ESLint configuration for Carbon", - "version": "3.13.0-rc.0", + "version": "3.13.0", "license": "Apache-2.0", "main": "index.js", "repository": { diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 8f8ff3f97f6e..3388a1c9432a 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.58.0-rc.1", + "version": "0.58.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index 696d993f9eca..0f359d5b0ac7 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.64.0-rc.0", + "version": "0.64.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.61.0-rc.0" + "@carbon/styles": "^1.61.0" } } diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index b4560425f6e1..e8ee22551c16 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.59.0-rc.1", + "version": "0.59.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 405fe0fbbc05..0dfce6501a0e 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.58.0-rc.1", + "version": "0.58.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 688f1c2eff94..7d1fe9c9d652 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.59.0-rc.1", + "version": "0.59.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 385f5ba505d0..eb9ca90cc8b5 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.61.0-rc.1", + "version": "0.61.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "next": "14.1.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index 0b67e3cfab18..46de2a17777e 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.59.0-rc.1", + "version": "0.59.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 806b761d1b41..fe8fc14fd161 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.59.0-rc.1", + "version": "0.59.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index 8af16e266725..8dd7a91fd360 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.61.0-rc.1", + "version": "8.61.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -42,8 +42,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", - "@carbon/styles": "^1.61.0-rc.0", + "@carbon/react": "^1.61.0", + "@carbon/styles": "^1.61.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 00e98348b87d..8d6c6d2b507f 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.61.0-rc.0", + "version": "11.61.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -43,7 +43,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.61.0-rc.0", + "@carbon/styles": "^1.61.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index 86feadb23c7e..a0752c3e9a54 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.49.0-rc.0", + "version": "11.49.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ "dependencies": { "@carbon/colors": "^11.23.0", "@carbon/grid": "^11.24.0", - "@carbon/icons": "^11.45.0-rc.0", + "@carbon/icons": "^11.45.0", "@carbon/layout": "^11.23.0", "@carbon/motion": "^11.19.0", "@carbon/themes": "^11.37.0", diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 5e253e928141..f14cbff3b580 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", - "version": "11.45.0-rc.0", + "version": "11.45.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^1.27.0", - "@carbon/icons": "^11.45.0-rc.0", + "@carbon/icons": "^11.45.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index b26930522eee..916f1db18bab 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", - "version": "10.94.0-rc.0", + "version": "10.94.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.45.0-rc.0", + "@carbon/icons": "^11.45.0", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index a9736614a53c..ec02678518a2 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.45.0-rc.0", + "version": "11.45.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index e3e79b7799e4..aa76dc0b11c2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.61.0-rc.1", + "version": "1.61.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -49,9 +49,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.20.0", - "@carbon/icons-react": "^11.45.0-rc.0", + "@carbon/icons-react": "^11.45.0", "@carbon/layout": "^11.23.0", - "@carbon/styles": "^1.61.0-rc.0", + "@carbon/styles": "^1.61.0", "@floating-ui/react": "^0.26.0", "@ibm/telemetry-js": "^1.5.0", "classnames": "2.5.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 5600a066f01d..515fef1e4a05 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.61.0-rc.0", + "version": "1.61.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index ca0a43981d66..b5a7fb2e8d32 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.70.0-rc.1", + "version": "0.70.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.61.0-rc.1", + "@carbon/react": "^1.61.0", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index e2e50fb67521..4c40299cca90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,7 +1832,7 @@ __metadata: "@carbon/cli": "npm:^11.18.0" "@carbon/colors": "npm:^11.23.0" "@carbon/grid": "npm:^11.24.0" - "@carbon/icons": "npm:^11.45.0-rc.0" + "@carbon/icons": "npm:^11.45.0" "@carbon/layout": "npm:^11.23.0" "@carbon/motion": "npm:^11.19.0" "@carbon/themes": "npm:^11.37.0" @@ -1925,13 +1925,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@npm:^11.45.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@npm:^11.45.0, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: "@carbon/icon-build-helpers": "npm:^1.27.0" "@carbon/icon-helpers": "npm:^10.49.0" - "@carbon/icons": "npm:^11.45.0-rc.0" + "@carbon/icons": "npm:^11.45.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" rimraf: "npm:^5.0.0" @@ -1946,7 +1946,7 @@ __metadata: dependencies: "@carbon/cli-reporter": "npm:^10.7.0" "@carbon/icon-helpers": "npm:^10.49.0" - "@carbon/icons": "npm:^11.45.0-rc.0" + "@carbon/icons": "npm:^11.45.0" "@ibm/telemetry-js": "npm:^1.5.0" fs-extra: "npm:^11.0.0" prettier: "npm:^2.8.8" @@ -1956,7 +1956,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@npm:^11.45.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@npm:^11.45.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: @@ -2016,7 +2016,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/react@npm:^1.61.0-rc.1, @carbon/react@workspace:packages/react": +"@carbon/react@npm:^1.61.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2030,9 +2030,9 @@ __metadata: "@babel/preset-typescript": "npm:^7.21.5" "@babel/runtime": "npm:^7.18.3" "@carbon/feature-flags": "npm:^0.20.0" - "@carbon/icons-react": "npm:^11.45.0-rc.0" + "@carbon/icons-react": "npm:^11.45.0" "@carbon/layout": "npm:^11.23.0" - "@carbon/styles": "npm:^1.61.0-rc.0" + "@carbon/styles": "npm:^1.61.0" "@carbon/test-utils": "npm:^10.30.0" "@carbon/themes": "npm:^11.37.0" "@figma/code-connect": "npm:^1.0.1" @@ -2114,7 +2114,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@npm:^1.61.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@npm:^1.61.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -9906,8 +9906,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": "npm:^7.17.12" "@babel/preset-env": "npm:^7.18.2" "@babel/preset-react": "npm:^7.17.12" - "@carbon/react": "npm:^1.61.0-rc.1" - "@carbon/styles": "npm:^1.61.0-rc.0" + "@carbon/react": "npm:^1.61.0" + "@carbon/styles": "npm:^1.61.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.5.0" "@rollup/plugin-babel": "npm:^6.0.0" @@ -9934,7 +9934,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": "npm:^1.61.0-rc.0" + "@carbon/styles": "npm:^1.61.0" "@carbon/test-utils": "npm:^10.30.0" "@ibm/telemetry-js": "npm:^1.5.0" chalk: "npm:1.1.3" @@ -10278,7 +10278,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -10582,7 +10582,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": "npm:^1.61.0-rc.0" + "@carbon/styles": "npm:^1.61.0" sass: "npm:^1.51.0" vite: "npm:^4.3.8" languageName: unknown @@ -11651,7 +11651,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -13825,7 +13825,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" eslint: "npm:8.40.0" next: "npm:14.1.1" react: "npm:18.2.0" @@ -13838,7 +13838,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" eslint: "npm:8.40.0" eslint-config-next: "npm:13.4.7" next: "npm:14.1.1" @@ -16025,7 +16025,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -27751,7 +27751,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28037,7 +28037,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@vitejs/plugin-react": "npm:4.0.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" @@ -28591,7 +28591,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": "npm:^1.61.0-rc.1" + "@carbon/react": "npm:^1.61.0" "@octokit/core": "npm:^4.0.0" "@octokit/plugin-retry": "npm:^3.0.9" "@octokit/plugin-throttling": "npm:^4.0.0"