Skip to content

Commit

Permalink
[CLD-672] Update ACDynamicLinks folder to DynamicLinks (#214)
Browse files Browse the repository at this point in the history
* [CLD-672] Update ACDynamicLinks folder to DynamicLinks

* [CLD-672] Bump version
  • Loading branch information
trankhacvy authored Jan 14, 2020
1 parent c648517 commit 6f76138
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/elements",
"version": "0.5.26",
"version": "0.5.27",
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
"main": "dist/index.js",
"umd:main": "dist/elements.umd.production.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react'
import { shallow } from 'enzyme'
import { AcLink, AcButton } from '../index'
import toJson from 'enzyme-to-json'
import { dynamicLinkScenarios } from '../ac-dynamic-links.stories'
import { dynamicLinkScenarios } from '../dynamic-links.stories'
import { getDynamicLink } from '../dynamic-link-gen'

describe('AcButton AcLink', () => {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export * from './components/Layout'
export * from './components/IconList'
export * from './components/Editor'
export * from './components/TextAreaEditor'
export * from './components/AcDynamicLinks'
export * from './components/AcDynamicLinks/dynamic-link-gen'
export * from './components/DynamicLinks'
export * from './components/DynamicLinks/dynamic-link-gen'
export * from './components/HtmlRender'
export * from './components/Form'
export * from './components/ProgressBar'
Expand Down

0 comments on commit 6f76138

Please sign in to comment.