Skip to content

Commit

Permalink
chore(release): v11.0.1 (#11126)
Browse files Browse the repository at this point in the history
* chore(release): v11.0.1

* chore(project): update lockfile
  • Loading branch information
joshblack authored Mar 31, 2022
1 parent 322a10f commit db1af06
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "codesandbox",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"develop": "vite"
},
"dependencies": {
"@carbon/react": "^1.0.0",
"@carbon/react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0",
"version": "8.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/react": "^1.0.0",
"@carbon/react": "^1.0.1",
"@carbon/styles": "^1.0.0",
"@carbon/telemetry": "0.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.0.0",
"version": "11.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@carbon/colors": "^11.0.0",
"@carbon/grid": "^11.0.0",
"@carbon/icons": "^11.0.0",
"@carbon/icons": "^11.0.1",
"@carbon/layout": "^11.0.0",
"@carbon/motion": "^11.0.0",
"@carbon/themes": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/icon-build-helpers",
"private": true,
"description": "Build helpers for the Carbon Design System icon library",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"main": "src/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-handlebars",
"description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System",
"version": "10.49.0",
"version": "10.49.1",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@carbon/icon-helpers": "^10.29.0",
"@carbon/icons": "^11.0.0"
"@carbon/icons": "^11.0.1"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0",
"version": "11.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.0.0",
"@carbon/icons": "^11.0.0",
"@carbon/icon-build-helpers": "^1.0.1",
"@carbon/icons": "^11.0.1",
"rimraf": "^3.0.2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -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.49.0",
"version": "10.49.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.5.0",
"@carbon/icons": "^11.0.0",
"@carbon/icons": "^11.0.1",
"fs-extra": "^10.0.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "11.0.0",
"version": "11.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@carbon/cli": "^11.0.0",
"@carbon/icon-build-helpers": "^1.0.0",
"@carbon/icon-build-helpers": "^1.0.1",
"rimraf": "^3.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/pictograms-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/pictograms-react",
"description": "React components for pictograms in digital and software products using the Carbon Design System",
"version": "11.26.0",
"version": "11.26.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -42,8 +42,8 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.0.0",
"@carbon/pictograms": "^12.0.0"
"@carbon/icon-build-helpers": "^1.0.1",
"@carbon/pictograms": "^12.0.1"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/pictograms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/pictograms",
"description": "Pictograms for digital and software products using the Carbon Design System",
"version": "12.0.0",
"version": "12.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.0.0",
"@carbon/icon-build-helpers": "^1.0.1",
"rimraf": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/react",
"description": "React components for the Carbon Design System",
"version": "1.0.0",
"version": "1.0.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@carbon/feature-flags": "^0.7.0",
"@carbon/icons-react": "^11.0.0",
"@carbon/icons-react": "^11.0.1",
"@carbon/layout": "^11.0.0",
"@carbon/styles": "^1.0.0",
"@carbon/telemetry": "0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/sketch",
"private": true,
"description": "Tooling for generating a sketch plugin to bring code to design",
"version": "11.0.0",
"version": "11.0.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@carbon/colors": "^11.0.0",
"@carbon/icon-helpers": "^10.29.0",
"@carbon/icons": "^11.0.0",
"@carbon/icons": "^11.0.1",
"@carbon/themes": "^11.0.0",
"@carbon/type": "^11.0.0",
"@skpm/builder": "^0.8.0",
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.0.0",
"@carbon/react": "^1.0.1",
"@octokit/core": "^3.5.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^3.5.2",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ __metadata:
"@carbon/cli": ^11.0.0
"@carbon/colors": ^11.0.0
"@carbon/grid": ^11.0.0
"@carbon/icons": ^11.0.0
"@carbon/icons": ^11.0.1
"@carbon/layout": ^11.0.0
"@carbon/motion": ^11.0.0
"@carbon/themes": ^11.0.0
Expand Down Expand Up @@ -1840,7 +1840,7 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/icon-build-helpers@^1.0.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers":
"@carbon/icon-build-helpers@^1.0.1, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers":
version: 0.0.0-use.local
resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers"
dependencies:
Expand Down Expand Up @@ -1889,20 +1889,20 @@ __metadata:
resolution: "@carbon/icons-handlebars@workspace:packages/icons-handlebars"
dependencies:
"@carbon/icon-helpers": ^10.29.0
"@carbon/icons": ^11.0.0
"@carbon/icons": ^11.0.1
handlebars: ^4.0.12
peerDependencies:
handlebars: ^4.0.12
languageName: unknown
linkType: soft

"@carbon/icons-react@^11.0.0, @carbon/icons-react@workspace:packages/icons-react":
"@carbon/icons-react@^11.0.1, @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": ^1.0.0
"@carbon/icon-build-helpers": ^1.0.1
"@carbon/icon-helpers": ^10.29.0
"@carbon/icons": ^11.0.0
"@carbon/icons": ^11.0.1
"@carbon/telemetry": 0.1.0
prop-types: ^15.7.2
rimraf: ^3.0.2
Expand All @@ -1917,7 +1917,7 @@ __metadata:
dependencies:
"@carbon/cli-reporter": ^10.5.0
"@carbon/icon-helpers": ^10.29.0
"@carbon/icons": ^11.0.0
"@carbon/icons": ^11.0.1
fs-extra: ^10.0.0
prettier: ^2.2.1
rimraf: ^3.0.0
Expand All @@ -1926,12 +1926,12 @@ __metadata:
languageName: unknown
linkType: soft

"@carbon/icons@^11.0.0, @carbon/icons@workspace:packages/icons":
"@carbon/icons@^11.0.1, @carbon/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@carbon/icons@workspace:packages/icons"
dependencies:
"@carbon/cli": ^11.0.0
"@carbon/icon-build-helpers": ^1.0.0
"@carbon/icon-build-helpers": ^1.0.1
rimraf: ^3.0.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1962,26 +1962,26 @@ __metadata:
version: 0.0.0-use.local
resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react"
dependencies:
"@carbon/icon-build-helpers": ^1.0.0
"@carbon/icon-build-helpers": ^1.0.1
"@carbon/icon-helpers": ^10.29.0
"@carbon/pictograms": ^12.0.0
"@carbon/pictograms": ^12.0.1
"@carbon/telemetry": 0.1.0
prop-types: ^15.7.2
peerDependencies:
react: ">=16"
languageName: unknown
linkType: soft

"@carbon/pictograms@^12.0.0, @carbon/pictograms@workspace:packages/pictograms":
"@carbon/pictograms@^12.0.1, @carbon/pictograms@workspace:packages/pictograms":
version: 0.0.0-use.local
resolution: "@carbon/pictograms@workspace:packages/pictograms"
dependencies:
"@carbon/icon-build-helpers": ^1.0.0
"@carbon/icon-build-helpers": ^1.0.1
rimraf: ^3.0.0
languageName: unknown
linkType: soft

"@carbon/react@^1.0.0, @carbon/react@workspace:packages/react":
"@carbon/react@^1.0.1, @carbon/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@carbon/react@workspace:packages/react"
dependencies:
Expand All @@ -1994,7 +1994,7 @@ __metadata:
"@babel/preset-react": ^7.16.7
"@babel/runtime": ^7.16.7
"@carbon/feature-flags": ^0.7.0
"@carbon/icons-react": ^11.0.0
"@carbon/icons-react": ^11.0.1
"@carbon/layout": ^11.0.0
"@carbon/styles": ^1.0.0
"@carbon/telemetry": 0.1.0
Expand Down Expand Up @@ -2084,7 +2084,7 @@ __metadata:
dependencies:
"@carbon/colors": ^11.0.0
"@carbon/icon-helpers": ^10.29.0
"@carbon/icons": ^11.0.0
"@carbon/icons": ^11.0.1
"@carbon/themes": ^11.0.0
"@carbon/type": ^11.0.0
"@skpm/builder": ^0.8.0
Expand Down Expand Up @@ -10017,7 +10017,7 @@ __metadata:
"@babel/plugin-transform-react-constant-elements": ^7.16.7
"@babel/preset-env": ^7.16.7
"@babel/preset-react": ^7.16.7
"@carbon/react": ^1.0.0
"@carbon/react": ^1.0.1
"@carbon/styles": ^1.0.0
"@carbon/telemetry": 0.1.0
"@carbon/test-utils": ^10.22.0
Expand Down Expand Up @@ -10805,7 +10805,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "codesandbox@workspace:examples/codesandbox"
dependencies:
"@carbon/react": ^1.0.0
"@carbon/react": ^1.0.1
"@vitejs/plugin-react": ^1.0.7
react: ^17.0.2
react-dom: ^17.0.2
Expand Down Expand Up @@ -30224,7 +30224,7 @@ resolve@^2.0.0-next.3:
version: 0.0.0-use.local
resolution: "www@workspace:www"
dependencies:
"@carbon/react": ^1.0.0
"@carbon/react": ^1.0.1
"@octokit/core": ^3.5.1
"@octokit/plugin-retry": ^3.0.9
"@octokit/plugin-throttling": ^3.5.2
Expand Down

0 comments on commit db1af06

Please sign in to comment.