Skip to content

Commit 06fdbdb

Browse files
chore(release): v11.17.0 (#12597)
Co-authored-by: tay1orjones <[email protected]>
1 parent 1bc93ba commit 06fdbdb

File tree

26 files changed

+95
-95
lines changed

26 files changed

+95
-95
lines changed

config/eslint-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-carbon",
33
"description": "ESLint configuration for Carbon",
4-
"version": "2.18.0-rc.0",
4+
"version": "2.18.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

config/jest-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-config-carbon",
33
"private": true,
44
"description": "Jest configuration and preset for Carbon",
5-
"version": "1.5.0-rc.0",
5+
"version": "1.5.0",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"repository": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "codesandbox-styles",
33
"private": true,
4-
"version": "0.20.0-rc.2",
4+
"version": "0.20.0",
55
"scripts": {
66
"develop": "vite"
77
},
88
"devDependencies": {
99
"vite": "^2.8.0"
1010
},
1111
"dependencies": {
12-
"@carbon/styles": "^1.17.0-rc.2",
12+
"@carbon/styles": "^1.17.0",
1313
"sass": "^1.51.0"
1414
}
1515
}

examples/codesandbox-with-sass-compilation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "codesandbox-with-sass-compilation",
3-
"version": "0.18.0-rc.2",
3+
"version": "0.18.0",
44
"private": true,
55
"dependencies": {
6-
"@carbon/react": "^1.17.0-rc.2",
6+
"@carbon/react": "^1.17.0",
77
"react": "^17.0.0",
88
"react-dom": "^17.0.0"
99
},

examples/codesandbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "codesandbox",
3-
"version": "0.18.0-rc.2",
3+
"version": "0.18.0",
44
"private": true,
55
"dependencies": {
6-
"@carbon/react": "^1.17.0-rc.2",
6+
"@carbon/react": "^1.17.0",
77
"react": "^17.0.0",
88
"react-dom": "^17.0.0"
99
},

examples/custom-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "custom-theme",
33
"private": true,
4-
"version": "0.15.0-rc.2",
4+
"version": "0.15.0",
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@carbon/react": "^1.17.0-rc.2",
11+
"@carbon/react": "^1.17.0",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0"
1414
},

examples/incremental-migration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "incremental-migration",
33
"private": true,
4-
"version": "0.17.0-rc.2",
4+
"version": "0.17.0",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@carbon/icons-react": "^10.49.0",
16-
"@carbon/react": "^1.17.0-rc.2",
16+
"@carbon/react": "^1.17.0",
1717
"carbon-components": "^10.57.0",
1818
"carbon-components-react": "^7.57.0",
1919
"carbon-icons": "^7.0.7",

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-light-dark",
33
"private": true,
4-
"version": "0.15.0-rc.2",
4+
"version": "0.15.0",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.17.0-rc.2",
12+
"@carbon/react": "^1.17.0",
1313
"next": "12.1.4",
1414
"react": "18.0.0",
1515
"react-dom": "18.0.0"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-nextjs",
33
"private": true,
4-
"version": "0.17.0-rc.2",
4+
"version": "0.17.0",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.17.0-rc.2",
12+
"@carbon/react": "^1.17.0",
1313
"next": "12.1.4",
1414
"react": "18.0.0",
1515
"react-dom": "18.0.0"

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "vite",
33
"private": true,
4-
"version": "0.15.0-rc.2",
4+
"version": "0.15.0",
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@carbon/react": "^1.17.0-rc.2",
11+
"@carbon/react": "^1.17.0",
1212
"react": "^17.0.0",
1313
"react-dom": "^17.0.0"
1414
},

0 commit comments

Comments
 (0)