Skip to content

Commit

Permalink
Release 1.0.3-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Devo GitHub Action committed Jul 21, 2023
1 parent 9b9cade commit 8061eab
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.0.3-alpha.19](https://github.com/DevoInc/genesys-ui/compare/v1.0.3-alpha.18...v1.0.3-alpha.19) (2023-07-21)


### Bug Fixes

* **build:** recover sourcemaps for bundles ([9b9cade](https://github.com/DevoInc/genesys-ui/commit/9b9cade98633a1ba091f83782ef0c2f20997345b))


### Vulnerabilities

* **deps-dev:** bump word-wrap from 1.2.3 to 1.2.4 ([#20](https://github.com/DevoInc/genesys-ui/issues/20)) ([d2e4ab8](https://github.com/DevoInc/genesys-ui/commit/d2e4ab82a38e1ca45f3d07da3d3144fe410ddd68))

### [1.0.3-alpha.18](https://github.com/DevoInc/genesys-ui/compare/v1.0.3-alpha.17...v1.0.3-alpha.18) (2023-07-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-ui",
"version": "1.0.3-alpha.18",
"version": "1.0.3-alpha.19",
"description": "",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui",
"version": "1.0.3-alpha.18",
"version": "1.0.3-alpha.19",
"description": "",
"types": "./dist/types/src/index.d.ts",
"main": "./dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-datetime",
"version": "1.0.3-alpha.18",
"version": "1.0.3-alpha.19",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.build.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.0.1",
"@devoinc/genesys-ui": "^1.0.3-alpha.18",
"@devoinc/genesys-ui": "^1.0.3-alpha.19",
"date-fns": "^2.30.0",
"react": "17.x || 18.x",
"react-popper": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-form",
"version": "1.0.3-alpha.18",
"version": "1.0.3-alpha.19",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.build.json",
Expand All @@ -27,7 +27,7 @@
"license": "MIT",
"peerDependencies": {
"@devoinc/genesys-icons": "^3.0.1",
"@devoinc/genesys-ui": "^1.0.3-alpha.18",
"@devoinc/genesys-ui": "^1.0.3-alpha.19",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devoinc/genesys-ui-table",
"version": "1.0.3-alpha.18",
"version": "1.0.3-alpha.19",
"description": "",
"scripts": {
"compile": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 8061eab

Please sign in to comment.