diff --git a/package-lock.json b/package-lock.json index 9cbc853..036ea07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8458,6 +8458,11 @@ "node": ">=8" } }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + }, "node_modules/regexp.prototype.flags": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", @@ -10117,7 +10122,7 @@ }, "packages/canvas-tokens-web": { "name": "@workday/canvas-tokens-web", - "version": "0.0.0", + "version": "0.1.1", "license": "CC-BY-ND-4.0" } } diff --git a/packages/canvas-tokens-web/CHANGELOG.md b/packages/canvas-tokens-web/CHANGELOG.md index b77a919..27ea0b7 100644 --- a/packages/canvas-tokens-web/CHANGELOG.md +++ b/packages/canvas-tokens-web/CHANGELOG.md @@ -1,5 +1,26 @@ # @workday/canvas-tokens-web +## 0.1.2 + +### Patch Changes + +- **Other** + + - chore: Add changesets ([#10](https://github.com/Workday/canvas-tokens/pull/10)) + ([@alanbsmith](https://github.com/alanbsmith)) + - chore: Initial release ([@alanbsmith](https://github.com/alanbsmith)) + - fix: Update canvas-tokens-web exports ([@alanbsmith](https://github.com/alanbsmith)) + - feat: Add automerge workflow ([#17](https://github.com/Workday/canvas-tokens/pull/17)) + ([@RayRedGoose](https://github.com/RayRedGoose)) + + **Web Infrastructure** + + - fix(web): Fix the common-js module path + ([#20](https://github.com/Workday/canvas-tokens/pull/20)) + ([@NicholasBoll](https://github.com/NicholasBoll)) + - feat(web): Add release action ([#32](https://github.com/Workday/canvas-tokens/pull/32)) + ([@RayRedGoose](https://github.com/RayRedGoose), [@alanbsmith](https://github.com/alanbsmith)) + ## 0.1.1 ### Patch Changes diff --git a/packages/canvas-tokens-web/package.json b/packages/canvas-tokens-web/package.json index d3ac248..02bea9e 100644 --- a/packages/canvas-tokens-web/package.json +++ b/packages/canvas-tokens-web/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-tokens-web", - "version": "0.1.1", + "version": "0.1.2", "description": "Canvas design tokens for web", "author": "Workday, Inc. (https://www.workday.com)", "license": "CC-BY-ND-4.0",